In 2015, we were talking about the REST API. In 2026, the conversation has shifted to Data Liberation and Real-Time Collaboration.
WordPress powers over 45% of the web, but it faces stiff competition from closed platforms (Webflow, Shopify, Wix). The launch of Cloudflare’s EmDash CMS in April 2026 illustrates the competitive pressure WordPress faces from modern, serverless architectures. To survive and thrive, the WordPress project has a bold roadmap. Here is what you need to know to stay relevant as a developer.
If you want the practical takeaway first, read the roadmap as a set of signals about where WordPress investment is going, not as a guaranteed feature list with fixed deadlines.
Phase 3: Collaboration (the Google Docs era)
Collaboration has been one of the most visible directions in Gutenberg roadmap discussions. The goal is simple: make multi-author editing feel less isolated and more like a shared workflow.
Why this matters for developers:
- The Synced Block Store: Changes may rely more on real-time coordination patterns instead of purely single-user editing flows.
- Conflict Resolution: Your custom blocks must handle concurrent edits without breaking JSON validity.
Phase 4: Multilingual (core integration)
For 20 years, we relied on plugins like WPML or Polylang. Native multilingual support is often discussed as a future direction, even if the exact implementation path remains uncertain.
The Impact:
- Standardized Schema: No more different database tables for translations.
- Unified API: The long-term aim is a more standard way to handle translated content in core-aware tooling.
- Theme Authors: Theme and block configuration may eventually get stronger localisation primitives.
Data liberation (the open web)
The “Data Liberation” project is Matt Mullenweg’s initiative to ensure users can move away from closed platforms (Wix/Squarespace) and into WordPress easier than ever.
It also means moving out of WordPress should land at the same one-click bar that other platforms hit when migrating in.
- One-Click Migration: Standardized export formats (JSON/ZIP) that include media, blocks, and settings.
- Canonical Plugins: A set of community-maintained plugins that “just work” for migration.
The admin redesign (mp6 v2)
The WordPress Admin (wp-admin) hasn’t fundamentally changed since 2012 (MP6).
A massive redesign is underway to unify the Site Editor and the Dashboard.
- React Everywhere: More admin interfaces are moving toward block-editor-style components, even if not every screen becomes purely React.
- Unified Design System: Components from the Block Editor are taking over the admin sidebar.
What should you learn?
If you want to be a WordPress developer in 2030:
- JavaScript Deep Dive: JavaScript matters much more than it used to for blocks, editor integrations, and richer admin experiences.
- React & JSX: Essential for building blocks and admin interfaces.
- Headless Concepts: Decoupling the CMS from the frontend is becoming easier with the canonical API.
WordPress is not slowing down. It is maturing into a modern application framework. Are you ready?



