14 min read

EmDash, Instatic, and the Astro CMSes Pitched as WordPress’s Successor

Varun Dubey
Founder, Wbcom Designs · Published Sep 18, 2026
Wbcom Designs card: a WordPress host is now selling a WordPress successor, the Astro CMS EmDash and visual CMS Instatic

Two new content management systems crossed our desk this month with the same audacious pitch: they are the successor to WordPress. Both are a new kind of Astro CMS, a content system built on the fast, modern Astro framework instead of the PHP that WordPress has always run on. EmDash, a full-stack TypeScript CMS built on Astro by people from Cloudflare, describes itself in exactly those words and has collected thousands of GitHub stars in a matter of months. Instatic, a self-hosted visual CMS, positions itself as the open alternative to Webflow, WordPress, and Contentful all at once. And the detail that made us pay real attention: WPMU DEV, a company whose entire business is WordPress hosting, has started selling managed EmDash hosting right alongside WordPress on the same plans.

We build on WordPress, Astro, and headless setups every day, so we have no tribal loyalty here and no reason to either dismiss these tools or hype them. This is an honest practitioner read: what an Astro CMS like EmDash actually is, why this particular wave is different from the last decade of WordPress killers, what these tools genuinely threaten, what they do not, and what a business currently running WordPress should actually do about any of it.

What an Astro CMS like EmDash actually is

Start with the shape of the thing, because the name Astro CMS is doing a lot of work. Astro is a modern web framework built to produce very fast websites by shipping mostly static HTML with JavaScript added only where it is needed. A CMS built on Astro means the whole system, content and site both, lives in that fast, modern, JavaScript-and-TypeScript world rather than the PHP world WordPress grew up in.

EmDash is the clearest example. It is a full-stack TypeScript CMS with no PHP anywhere. It runs on Cloudflare’s stack, using their database, storage, and edge compute, or on any plain Node.js server with SQLite. There is no separate hosting tier and no database server to babysit in the traditional sense; you deploy your Astro site and the CMS comes with it. Content is stored as structured data rather than as pre-rendered HTML, so the same content can become a web page, an app screen, an email, or an API response without anyone parsing markup. The official Astro documentation now lists EmDash among its content management options, and the EmDash project on GitHub shows how quickly it has gathered an audience.

Instatic comes at the same target from a different angle. Instead of a developer-first TypeScript system, it is a visual, drag-and-drop editor married to a content engine, self-hosted, that outputs clean and fast HTML and CSS. Where EmDash courts developers who want to own a fast TypeScript stack end to end, Instatic courts the people who would otherwise reach for Webflow or a page builder, but want to host it themselves and keep their data. Different audiences, same underlying bet: that the future of content sites is fast, structured, and free of the old heavy stack.

Why this wave is not the last WordPress killer

We have watched a new WordPress killer get announced roughly every year for a decade, and almost none of them mattered. So the fair question is why we are giving this one a paragraph instead of an eye-roll. Three things make this wave genuinely different, and it is worth being precise about them.

  • They are AI-native, not AI-bolted-on. EmDash ships with a built-in MCP server and agent skills, which means AI tools like Claude and ChatGPT can read and manage the site’s content and structure directly, as a first-class feature rather than a plugin someone added later. In a year when teams increasingly want their content operated by agents, a CMS designed for that from the start is a real difference.
  • They are fast by default. Because these systems are built on a modern framework that serves static-first pages, they are quick without a stack of caching plugins bolted on to fix a slow foundation. Speed is the default state, not a project.
  • They are getting productized. This is the signal that actually matters. A GitHub project with stars is a curiosity. A WordPress hosting company selling managed hosting for a self-described WordPress successor is a business decision by people who watch this market for a living. When the incumbents start hedging, the trend has left the lab.

None of that means WordPress is in trouble. It means the category of fast, AI-native, structured-content tools has matured from a hobby into something you can buy with support, and that is worth understanding rather than waving away.

What these tools genuinely threaten

Being honest about a competitor means naming where it actually wins, so here is where an Astro CMS is a real and reasonable choice today, and where WordPress is arguably the heavier tool for the job.

The clearest fit is the fast content or marketing site. A company site, a documentation site, a blog, a campaign microsite: content that is mostly published and read, where speed and security matter and heavy dynamic features do not. For that profile, a system like EmDash gives you a very fast, low-maintenance result with a modern developer experience, and a full WordPress install can be more machinery than the job needs.

The second fit is the team that already lives in TypeScript. If your developers build in Next.js or Astro and think in JavaScript, a CMS in the same language removes the context switch into PHP and lets one team own the whole stack. That coherence is worth real money to the right team, and it is a genuine pull away from the WordPress world.

The third is anyone who wants content that is structured from day one for many outputs. Because these systems store content as data rather than as a web page, feeding a website, a mobile app, and an API from one source is the native case rather than a headless project bolted onto a system that was designed to render pages. If that multi-output future is where you are headed, starting there is cleaner than converting to it later.

What they do not replace, and it is most of WordPress

Now the other half of the honest read, and it is the larger half. For all the momentum, these tools do not replace what actually makes WordPress hard to leave, and it helps to be specific about what that is.

  • The plugin ecosystem. WordPress is not popular because of its core. It is popular because twenty years of plugins let you add memberships, courses, e-commerce, bookings, directories, and communities without writing code. A new Astro CMS starts with none of that. Everything those plugins give you for free becomes custom development, which is exactly the cost most sites cannot absorb.
  • Dynamic, logged-in applications. A membership site, a learning platform, a multivendor marketplace, a social community: these are applications, not content sites, and they lean on the dynamic, database-driven, user-account machinery that WordPress and its plugins provide. A static-first CMS is the wrong shape for that work, and retrofitting it is a large build.
  • The non-technical owner. A huge share of WordPress sites are run by people who are not developers, with a theme and a few plugins. A TypeScript-first CMS assumes a developer in the loop. That alone rules it out for most of the market, whatever its technical merits.
  • The install base and support. Millions of sites, a global pool of developers who know the platform, and an answer to almost every question already written somewhere. That gravity does not move because a fast new option appeared.

WordPress’s moat was never the core software. It is the ecosystem, the install base, and the ability to do almost anything without custom code. None of the new Astro CMSes touch that yet, and building an equivalent takes years, not stars.

The new Astro CMSes win the fast content site and the TypeScript team. WordPress still owns the application, the plugin ecosystem, and the non-developer. Most real projects still sit squarely in the second group.

What an Astro CMS asks you to give up

The feature list of a new CMS tells you what it has. It is quieter about what it does not, and those gaps are where WordPress owners feel the difference, because they are used to getting these things for free. Before anyone moves a real site, this is the list worth walking through honestly.

  • Comments and user-generated content. On WordPress this is built in or a plugin away. On a static-first CMS it becomes a third-party service or a custom build, because static pages have nowhere to put a live comment by themselves.
  • Forms that do something. A contact form on WordPress is a plugin. On an Astro site, a form needs a service or a small backend to receive and route it, which is more setup than most owners expect.
  • Search across the content. WordPress ships site search. A static site has to add a search service or index, which is a solved problem but not a free one.
  • The SEO and marketing plugin layer. Yoast, Rank Math, redirects, schema, analytics wiring: a mature toolbox that WordPress owners lean on daily. On a new CMS, some of that is built in, some is manual, and some is not there yet.
  • The media library and editor everyone knows. Years of muscle memory in the WordPress editor and media handling do not transfer, and retraining a content team has a real cost.

None of these are dealbreakers for a developer building a fast marketing site. All of them are surprises for an owner who assumed a WordPress successor would successfully do the WordPress things. Knowing the list up front is how you avoid discovering it mid-project.

Three real projects, three different answers

The abstract comparison only gets you so far, so here is how the choice actually falls for three projects we might take on, because the right answer changes completely with the job.

A documentation site for a software product, content-heavy, read constantly, edited by developers, no logins or transactions. Here an Astro CMS like EmDash is a strong first choice. The content is structured, the team is already in TypeScript, speed matters for the developer audience, and none of the dynamic WordPress machinery is needed. This is the case the new tools were built for, and we would not force WordPress onto it out of habit.

A membership community with courses, member profiles, discussions, and payments. Here WordPress is the clear answer, and it is not close. Every part of that site is dynamic, logged-in, and powered by mature plugins that would each become a custom build on a static CMS. We covered exactly why sites like this should stay put in our piece on why community and membership sites should not go headless, and the same logic rules out a static-first successor.

A marketing site for a company that also runs a WordPress-based product. Here the answer is often the hybrid: a fast Astro frontend for the marketing pages with WordPress as the content source behind it, so the marketing team keeps the editor they know while visitors get a static-fast site. That middle path gets most of the speed without giving up the WordPress workflow, and it is frequently the recommendation we land on for content sites that are not ready to leave the ecosystem entirely.

The productization is the story, not the software

If there is one thing to take from this, it is not that EmDash is good software, though it is. It is that a WordPress hosting company decided its customers would want to run a WordPress successor on the same bill. That is a hedge, and hedges by informed insiders are worth reading.

What it tells us is not that WordPress is dying. It is that serious players now expect a meaningful slice of new sites, the fast content and marketing sites especially, to be built on this new class of tool rather than on WordPress by default. The hosting company is not betting against WordPress. It is refusing to bet everything on it, and positioning to serve customers whichever way the choice goes. That is a sober read of where the fast-site segment is heading, and it is a more useful signal than any single project’s popularity.

How to test the waters without a migration

The good news is that understanding this shift does not require betting your main site on it. If you are curious whether an Astro CMS fits your work, there are low-risk ways to find out, and we would suggest them in this order.

Start with a small, real, low-stakes site. A landing page, a documentation section, a microsite for a campaign. Build that one on an Astro CMS and run it for a few months. You learn far more from one small production site than from any amount of reading, and if it goes badly you have lost a landing page, not your business.

Next, if you have a content-heavy section of an existing WordPress site that is dragging on speed, try the hybrid approach on that section alone: a fast Astro frontend with WordPress still holding the content. This gets you the speed win where it matters and teaches your team the new workflow without a full commitment. Our headless WordPress with Astro guide walks through that exact setup.

Only after those two steps, if the experience is genuinely better for a class of your sites, should you consider it a default for new content projects. Adopt it because you felt the benefit on real work, not because a GitHub star count went up. That order keeps you current without gambling on a tool before it has earned its place in your stack.

What a business on WordPress should actually do

So you run your business on WordPress, and you have now read that Cloudflare-adjacent people are shipping a successor and a hosting company is selling it. The correct response is neither panic nor a shrug. It is a short, honest assessment of which kind of site you actually have.

If your site is a dynamic application, a community, a store, a learning platform, a membership site, then this wave changes nothing for you in the near term. Your value is in the plugin-powered features and the logged-in experience, and that is precisely the ground the new tools do not cover. Keep building on WordPress, and put your energy into performance and maintenance rather than a rebuild.

If your site is mostly content, a marketing site, a blog, a documentation hub, then it is worth understanding the alternatives, because for that profile the new tools are a legitimate option and the speed advantage is real. That does not mean rushing to migrate. It means knowing the trade before your next rebuild, so the decision is deliberate rather than default. Our broader read on where the platform is going lives in where WordPress development is heading in 2026.

And if you are starting something new, this is the moment to actually choose rather than default to WordPress out of habit. Sometimes WordPress will still be right, because you need the ecosystem. Sometimes a fast Astro CMS will be the cleaner start. The mistake is not picking either one; it is picking without knowing the other existed.

How we think about it as a full-stack shop

For us, none of this is a loyalty test, because we build in all of these worlds already. We run WordPress where the ecosystem and the dynamic features earn their keep. We build fast Astro frontends, sometimes with WordPress as the content source behind them, when speed is the priority and the content workflow still matters. We would reach for an EmDash-class tool on a greenfield content site with a TypeScript team and no need for the plugin world.

That is the actual skill now, and it is worth saying plainly: not defending one platform, but matching the tool to the job. The teams that will do well through this shift are not the ones who bet everything on WordPress or the ones who chase every new framework. They are the ones who can hold several options honestly in mind and choose the right one per project. A fast new Astro CMS does not threaten that posture. It adds a good option to it.

The arrival of credible, productized WordPress successors is a healthy thing, even for people who love WordPress. It sharpens the question you should have been asking anyway: is this specific site better served by an ecosystem or by speed, by a mature platform or by a modern stack. WordPress remains the right answer for a very large share of real projects, especially the dynamic ones. It is just no longer the automatic answer for all of them, and knowing where the line falls is now part of the job.

The honest bottom line

EmDash and Instatic are real, capable, modern tools, and the fact that a WordPress host is selling one of them tells you the fast-content segment is genuinely in play. For fast content and marketing sites, and for TypeScript-native teams, an Astro CMS is now a reasonable and sometimes better choice than WordPress. For dynamic applications, plugin-powered features, non-technical owners, and everything that depends on the twenty-year ecosystem, WordPress is not going anywhere, and the new tools are not close to replacing it.

The useful posture is not loyalty to a platform but clarity about your project. If you want a straight answer about whether your next site belongs on WordPress, on a fast Astro stack, or on a headless combination of both, that is exactly the conversation we have with clients every week. Tell us what you are building and what it has to do, and we will tell you honestly which foundation fits, with no interest in selling you the trendier or the more familiar one over the one that is actually right.

Varun Dubey
Founder, Wbcom Designs

Varun Dubey is a full-stack WordPress developer with a passion for diverse web development projects. As a Core developer, he continuously seeks to enhance his skills and stay current with the latest technologies in the modern tech world. Connect with him on X @vapvarun.

Related reading