On August 24, 2026, X Corp. sent cease-and-desist letters to Zedeus — the sole developer behind Nitter, a seven-year-old open-source frontend that let anyone read public X posts without ads, trackers, or an account. The deadline: August 25 at 5 PM EST. By that evening, Nitter.net was offline, XCancel was dark, and the GitHub repository was archived. Zedeus posted a brief note: seeking legal advice, not commenting further. Seven years. Twenty-four hours. Done.
X’s Legal Play Was Smarter Than Most People Realize
Most developers who watched this unfold assumed X’s legal threats were standard cease-and-desist theater — the kind a lawyer sends knowing the recipient will fold under cost pressure. That’s partially right. But X didn’t rely on the Computer Fraud and Abuse Act (CFAA), the federal law platforms typically use against scrapers. X went to Texas state law instead.
Specifically, X cited the Texas Harmful Access by Computer Act (§ 143.001 and § 33.02) and the Lanham Act for trademark claims. Under Texas law, accessing a computer “without the effective consent of the owner” is sufficient for liability — and effective consent is defined by terms of service. Violate the ToS, lose consent, trigger the statute. X Corp. is incorporated in Texas. That jurisdiction choice is deliberate. The 2022 Ninth Circuit ruling in hiQ v. LinkedIn and the 2024 Meta v. Bright Data decision both narrowed CFAA exposure for scrapers of genuinely public data. X sidestepped those precedents entirely by moving to state law.
The Lanham Act angle is about trademark: X alleges Nitter used X’s branding in ways that constitute infringement. Whether that claim is strong on the merits is almost irrelevant to the outcome — because the economics of litigation determine the result before any court weighs in.
Why One Developer Can’t Fight This
When the Hacker News thread hit 422 comments, a predictable debate emerged: “He should have fought it — C&D letters don’t carry automatic legal weight.” Technically accurate. Practically useless. Contesting a cease-and-desist from X’s legal team costs an individual developer between $20,000 and $100,000 in legal fees before a judge looks at a single argument on the merits. Zedeus is one person. There is no corporate backer, no legal defense fund, no team.
Zedeus’s response — “seeking legal advice, won’t comment further” — is the rational response to asymmetric legal warfare. The Electronic Frontier Foundation has been mentioned repeatedly in community discussions as the kind of organization that should intervene. However, the EFF can’t take every case, and platforms know this. A cease-and-desist is a weapon calibrated specifically to the cost structure of solo maintainers. It doesn’t need to be legally airtight to work.
Related: IPFS Shipyard Shuts Down: What Developers Must Do Now
The Pattern Every Developer Building on Platform APIs Should Know
Nitter didn’t appear in isolation. It is the latest entry in a consistent escalation by major platforms against the third-party ecosystem. In 2023, Twitter eliminated its free API tier and raised prices by roughly 10,000 percent. Reddit followed with pricing that killed its most popular third-party apps. In 2024, X eliminated guest account tokens, which briefly collapsed Nitter before Zedeus revived it in February 2025. In 2025, Reddit sued Anthropic and Perplexity for unlicensed data use. And now Nitter is gone.
Nick Heer at Pixel Envy put it precisely: “Their value does not come from us using these services as we wish, but from how they dictate we must.” The same platforms that pursue legal action against scrapers maintain their own data-harvesting operations against competitors. X scraped competitor platforms; Meta ran the same playbook. The enforcement is asymmetric by design.
For developers: this means any project that reads public social data — even data displayed to unauthenticated visitors on the public web — is exposed to this scenario. Terms of service, jurisdictional choice, and the economics of legal action are the actual risk factors. The technical accessibility of the data is secondary.
What Actually Disappeared
Beyond the Nitter cease and desist and its privacy implications, the shutdown took something X removed years ago and never restored: RSS feeds for accounts. Journalists, researchers, NGOs, and automated pipelines relied on Nitter not to evade tracking but because X doesn’t offer chronological, feed-based account monitoring on its official interface. XCancel, which provided institutional access to public X content from networks that block X.com outright, is also dark.
X’s official API now starts at $100 per month for basic access — there is no free tier. For small research projects, individual developers, and non-profits monitoring public communications, that price is a wall. Moreover, the replacement isn’t Bluesky or Mastodon — those platforms don’t carry X’s content. There is no replacement. Zedeus thanked everyone who used, hosted, packaged, donated, and contributed to Nitter over the past seven years. That’s how it ends for an open-source project that asked nothing from anyone.
Key Takeaways
- X’s C&D against Nitter used Texas state law and the Lanham Act — deliberately sidestepping CFAA precedents that favor scrapers of public data
- A cease-and-desist is economically effective against solo OSS maintainers regardless of legal merit: contesting one costs $20k–$100k before any judicial review
- Platform API and legal moats are escalating: pricing hikes, then restrictions, then litigation — the Nitter shutdown is the current endpoint of a pattern that started in 2023
- RSS feeds for X accounts, institutional monitoring via XCancel, and account-free access to public posts are gone with no available replacement
- Developers building on platform data — even genuinely public endpoints — should treat legal risk as a first-class architectural concern from day one













