<- all tokdocs

A 17-Year WordPress Agency Says It Will Never Build on WordPress Again

Watch on TikTok

View on TikTok ->

TJ Robertson has built WordPress websites for 17 years and about half of his agency's clients still run on it, but he opens this video by declaring the platform dead for his business: "I don't think we'll ever build another WordPress website again." His reasoning is that WordPress is not AI native, and after six months of evaluating alternatives, his team used Claude to build its own CMS in a weekend instead. The core claim is that AI coding has gotten good enough that maintaining a custom, purpose-built CMS now beats renting features from a 20-year-old platform that fights AI at every step.

The Argument: WordPress Isn't AI Native

Robertson's central complaint is specific. He acknowledges that you can connect AI to WordPress and that MCP servers for WordPress exist, but argues that connection is not the same as being AI native. His test is practical: Claude can build you an HTML website directly, but it cannot just build you a WordPress website the same way. In his words, when you connect AI to WordPress, "it fights you every step of the way." The transcript renders the tool as "Cloud," a mishearing of Claude, Anthropic's AI assistant.

This framing matters because it separates two things that often get conflated. WordPress has AI plugins and integrations, but its architecture (PHP templates, a database-bound page builder layer, a plugin ecosystem) predates AI agents and was not designed for them to operate. An AI-native stack, by contrast, is one an agent can read, modify, and deploy end to end.

What They Tried Before Building Their Own

The agency spent six months evaluating AI-native CMS options before committing. Robertson names two: EmDash (transcribed as "M-Dash"), the open-source, Astro-based CMS Cloudflare launched in 2026 as a WordPress successor with a built-in MCP server, and Payload, the TypeScript-based headless CMS. Neither stuck. Their web dev lead, Hana, also built her own CMS during this period, which Robertson cites as evidence the team already knew WordPress's days were numbered even before they had a replacement.

The real unlock, he says, was Claude Fable, Anthropic's coding-focused model. "Fable is so good at software engineering, we've been able to build a ton of software." One of those pieces of software became their production CMS.

The Build: A Custom CMS in a Weekend

Robertson says Hana spun up their ideal CMS in a weekend using Claude Fable. The feature list he describes:

  • Every feature they cared about from WordPress, including a drag-and-drop page builder
  • Pages built as HTML with Next.js rather than PHP templates
  • Direct integration with each client's knowledge base on GitHub
  • Easy migration of existing websites into the system
  • Hosting on Vercel, structured so clients still own their own website while the agency gets access

He also addresses lock-in directly: because the output is plain HTML and JavaScript files, migrating to another CMS later would be easy, though he doubts they will need to. The system is now maintained by what he calls a small team of AI-native developers, and over the next six months he expects to recommend many existing clients switch over.

What the Visuals Show

This is a walking selfie video shot outdoors in a desert suburban neighborhood, with Robertson talking directly to camera in glasses and a patterned shirt. An orange title card at the top of the opening frames reads "I'm done with Wordpress - what we're switching to," and the only other graphics are word-by-word captions with orange highlight on key terms like "AI," "solutions," and "e-commerce." There are no screen recordings, demos, or shots of the actual CMS, so the entire pitch rests on his narration. Nothing in the video shows the weekend-built CMS working.

Where the Argument Holds and Where It's Thin

The direction of the argument is credible. Cloudflare launching EmDash as an explicit WordPress successor shows major infrastructure players betting the same way, and "AI can now maintain custom software cheaply enough to beat platform rent" is a thesis showing up across the industry. The caveat Robertson adds is also telling: he is not yet willing to move e-commerce clients, which is an honest admission that WooCommerce-class complexity is still hard to replace with a weekend build.

The thin parts are the unshown claims. "Built in a weekend" describes the initial build, not the long tail of auth, permissions, backups, security patching, and editor training that CMS platforms amortize across millions of users. A custom CMS maintained by one agency is a bus-factor risk for the clients on it, even if the output files are portable. And the video shows no product, so there is no way to judge whether the drag-and-drop builder is comparable to what WordPress clients are used to. The claim is plausible but entirely unverified on screen.

Key Takeaways

  • A 17-year WordPress agency has stopped building new WordPress sites, arguing the platform is not AI native and fights AI tooling despite plugins and MCP servers existing.
  • They evaluated EmDash (Cloudflare's Astro-based WordPress successor) and Payload before building their own CMS with Claude Fable in a weekend.
  • The custom stack: Next.js pages with a drag-and-drop builder, GitHub-backed client knowledge bases, Vercel hosting, client-owned sites, and portable HTML/JS output to avoid lock-in.
  • Robertson's implicit thesis is that AI coding flips the build-vs-buy calculus for agencies: maintaining purpose-built software is now cheaper than platform overhead.
  • He excludes e-commerce clients for now, and the video shows no footage of the actual CMS, so the weekend-build claim goes untested on screen.

Resources

  • EmDash CMS - Cloudflare's open-source, Astro-based AI-native CMS mentioned as "M-Dash" in the transcript
  • EmDash on GitHub - MIT-licensed source for the WordPress successor
  • Cloudflare debuts EmDash (SiliconANGLE) - launch coverage, April 2026
  • Payload - TypeScript headless CMS the agency evaluated
  • Next.js - framework their custom CMS builds pages with
  • Vercel - where the client sites are hosted
  • Claude - Anthropic's AI assistant; the "Fable" model family credited with the build

Published July 17, 2026. Writeup generated from a favorited TikTok.