Jul 6, 2026
WordPress, Joomla, and Drupal have all been losing ground to Wix, Shopify, and Squarespace for over a decade. Where Drupal CMS 2.0 and the Drupal AI module fit into how Drupal is competing for that market now.
Start with WordPress, because it's still the flatly dominant CMS: as of July 2026 it runs 59.2% of the tracked CMS market, and 41.5% of all websites. That share is down recently — from 62.9% as recently as 2024 — but WordPress actually grew for most of the last decade, peaking at 65.2% in 2022. The decline is real, but it's only about four years old, not the whole story some people assume.
For some, that's enough to reheat the "PHP is a dying language" argument. It isn't really worth relitigating here — PHP's aggregate usage is a separate question from any one CMS's market share — so I'll leave that aside and move on.
The more interesting question is where WordPress's recent losses are actually going. Here's what the last decade of W3Techs data actually shows, platform by platform:
The clearest read of this data is a decade-long consolidation onto a handful of hosted, subscription-model platforms, squeezing self-hosted open-source CMS in general — WordPress included, not just Drupal. Part of what makes those hosted platforms attractive is that they own the operational overhead a self-hosted CMS pushes onto you: Wordfence attributes roughly 55.9% of known WordPress attack entry points to plugin vulnerabilities, a cost of the plugin ecosystem that's also WordPress's biggest selling point. A hosted platform simply doesn't hand you that trade-off.
That's the market Drupal has actually been losing ground in for over a decade, on the same curve as Joomla. I build custom Drupal at Kellett Communications for enterprise clients, and I'm currently building an AI chatbot on the Drupal AI module for the Mackenzie Valley Land and Water Board site. What follows is where Drupal is actually placing its bets to stay relevant in that market.
Drupal isn't sitting out the low-code wave. Drupal CMS 2.0, launched January 28, 2026, is a genuine low-cost, low-skill on-ramp aimed at the market WordPress has owned for two decades:
My read: Recipes and Drupal CMS are Drupal's real shot at being a "WordPress killer" — not by beating WordPress on plugin count, but by making Drupal's underlying robustness usable by people who aren't developers.
The piece of this I have hands-on experience with is the AI module itself — 12,676 sites in production as of March 2026. A few submodules matter here:
The part I've actually built against is the agents framework. The MVLWB chatbot uses it to choose between multiple tools per query rather than being locked to a single retrieval strategy: a RAG search tool for general site content (vector embeddings via locally-run Ollama, currently in sqlite-vec for development with Milvus planned for production), and a custom RegistrySearchTool that queries the site's registry entities directly — deterministically, not by similarity match, so it can't hallucinate a result that doesn't exist in the database. Reasoning runs on the Anthropic API, with up to eight tool-call loops per query.
That agent-picks-the-tool shape matches Dries Buytaert's broader 2026 AI roadmap for Drupal, which frames the CMS as a "governed control layer" for agentic workflows rather than just a content store — the CMS defines what an agent is allowed to touch and how, instead of an AI product bolted on top of a static site.
None of this changes who actually needs Drupal. It changes who Drupal also wants to capture.
The 1% overall figure hides a concentration curve, not a flat decline. W3Techs' own ranking breakdown (July 2026) shows Drupal's share climbing the higher up the traffic-rank ladder you go, then falling off again past the largest sites: 6.0% of the top 1,000 sites, 7.1% of the top 10,000, 6.4% of the top 100,000, tapering to 3.7% of the top million. Drupal is the second-most-popular CMS among the top 100,000 sites, behind only WordPress — but that ranking inverts at the low end, where WordPress and no-code builders dominate on sheer volume. The largest active buyer cohort in 2026 is mid-market enterprise: organizations roughly $5M-$500M in revenue commissioning real Drupal work without a Fortune 500 budget, alongside the traditional strongholds of federal government, large universities, and enterprise media.
What custom Drupal work actually involves at that tier is categorically different from what a Recipe or a WordPress plugin installs out of the box: custom module development, complex content architecture, multi-system integration, compliance requirements, granular permissions, multi-language publishing at scale, long-term platform stewardship. Small businesses were never the Drupal market — the low-cost alternatives (WordPress, Squarespace, Wix, Shopify) have simply kept expanding to serve them, and have been for a decade. Drupal CMS is Drupal's way of also competing for that segment on its own terms.
The CMS market has been consolidating onto hosted, subscription-model platforms for over a decade — that's the trend Drupal is actually up against. It's responding by trying to compete on both ends of what's left: Drupal CMS and Recipes at the low-code end, and its existing architecture-level strengths — the kind of thing an agents framework and a custom deterministic query tool can be built on — at the enterprise end it's always actually owned.
That's also roughly where I sit personally: building custom Drupal at Kellett for enterprise clients, while experimenting with the AI module and agent tooling on the MVLWB chatbot on the side. It's a small-scale version of the same pattern the article argues Drupal is well-placed to own — AI at the edges, real architecture underneath.