WordPress 7.0
In April we’ll be getting a new version of WordPress, a major update.
As I’m writing this article, WordPress 7.0 is on beta 5.
Here’s the complete list of features planned for WordPress 7.0:
A few of the features I’m looking forward to:
- Collaboration
This seems like an incredibly useful feature. Many of us are already familiar with this kind of collaboration from Figma, where you can leave comments on a design, tag someone, and mark an issue as resolved. Having this available in Gutenberg opens up a lot of possibilities. The marketing team can work on drafts and leave suggestions and comments until they reach the final version. Much more natural than making changes in a document. - WP Client AI API
An API integration that can then be called and used from plugins or themes, but in a centralized way, trying to use the model you’ve defined in WP. - Creating blocks and patterns on the server
The ability to create blocks directly from PHP. There are some limitations around the fields that can be used with these blocks, but at least now this option exists for those who don’t want to use React.
https://make.wordpress.org/core/2026/03/03/php-only-block-registration/ - Navigation Block
Better control over navigation, including on mobile. - Responsive editing mode
In my opinion, this is the most important update for editing in Gutenberg. A lot of people prefer to use Elementor or Kadence simply because Gutenberg doesn’t offer the ability to control core blocks based on the device’s breakpoint. I hope it will be implemented in 7.0, with support not just for hiding certain blocks at different screen sizes, but also for applying different values for padding, margin, background-color, and so on.
My WordPress
You can now run WordPress directly in your browser by visiting my.wordpress.net.
A WordPress instance that runs directly in your browser, locally, and is saved for future sessions. So if you come back later and visit the address, everything you worked on will still be there.
It’s not hosted anywhere, it can’t be accessed from the outside. It’s a local instance that even supports installing themes and plugins.
Its purpose seems to be more geared toward keeping a personal journal or organizing information, with a strong focus on privacy, since everything is stored on your device.
Not a development tool like Studio or Local.
If it becomes popular, I think we’ll see a lot of hosting services or plugins that let you sync from this local instance directly to the server where your site lives.
One example would be working on your articles directly in this instance, and when you’re ready, triggering a sync that pushes everything to your production site.
The same could apply across devices — if you want to open it on your laptop or phone, you’d always have the latest version synced between them.
For now, it comes with a few available apps, different from what we’re used to in WP:
- Personal CRM
- Personal RSS Reader
- AI Workspace and Knowledge Base
More details:

