Universal ⌘K search
Posts, pages, media, settings, commands. Type, pick, done. Slash commands extend in ten lines of JavaScript.
WordPress plugin · free & open source
StormPress replaces the WordPress admin with a modern, fast, readable back office. ⌘K search, an AI copilot that acts, media, internal linking, PWA. We keep the engine and rebuild everything that wastes your time.
What's inside
StormPress doesn't repaint wp-admin: it replaces it with a React application served from your own site, without touching WordPress core. Everything switches off in one click.
Posts, pages, media, settings, commands. Type, pick, done. Slash commands extend in ten lines of JavaScript.
Your site's internal linking as an animated graph: hubs, orphans, missing links. Asynchronous rebuild above 300 items, six-hour cache.
Folders, tags, MIME filters, drag-and-drop upload, storage metrics. In Pro: StormCloud CDN.
PHP-served service worker, customisable manifest. Your admin on the phone's home screen, readable offline.
API keys encrypted at rest (AES-256-GCM), signed JWTs, per-object permission checks, a confined file explorer. 214 automated tests on every release.
AI copilot
The StormPress copilot has tools: publish, move a media file, suggest links, read stats. It loops through up to ten actions per request, with your Anthropic or OpenAI keys, rate-limited to twenty requests per minute per user.
Every tool declares the WordPress capability it needs: the copilot never does more than the logged-in user could.
stormpress_register_ai_tool( [
'name' => 'schedule_post',
'description' => 'Schedule a post for a date.',
'parameters' => [ 'type' => 'object', 'properties' => [
'id' => [ 'type' => 'integer' ],
'date' => [ 'type' => 'string' ],
] ],
'capability' => 'publish_posts', // never more than the user
'handler' => 'my_schedule_post',
] );
Your site's Abilities API become copilot tools, and the connector speaks MCP: Claude Desktop, Cursor or Claude Code see your WordPress as a tool, no SDK to install.
Compare
The market sells admin, AI, media and internal linking separately. StormPress ships them together, and adds what nobody else offers: a multi-site console for agencies.
| Criterion | StormPress | OpenStation | uiXpress | AI Engine | Link Whisper |
|---|---|---|---|---|---|
| Rebuilt back office | Yes | Windowed wp-admin | Theme + builder | No | No |
| ⌘K search | Yes | Yes | Yes | No | No |
| AI copilot with tools | Yes | Assistant | No | Yes | No |
| Abilities API / MCP | Yes | Partial | No | Partial | No |
| Content graph | Yes | Corkboard | No | No | Yes |
| Media folders / tags | Yes | Woo | Yes | No | No |
| PWA | Yes | No | No | No | No |
| Agency multi-site console | Yes | No | No | No | No |
| Fully functional free tier | Lite | Yes | No | Yes | Free |
| Native French UI | Yes | No | No | No | No |
Public survey as of 5 September 2026. Trademarks belong to their respective owners.
Pricing
Lite is complete within its scope, no greyed-out features. Pro adds what saves teams and agencies hours.
Forever, unlimited sites
1 site · or €179 lifetime
10 sites · or €349 lifetime
Unlimited sites · or €699 lifetime
Prices excl. VAT. 14-day money-back guarantee. Pro opens in a few weeks: the waitlist gets the launch price.
Pro waitlist
One email when Pro opens, with the launch price. No newsletter unless you ask for it.
FAQ
No. StormPress is a regular plugin built on public hooks and the REST API. Deactivate it and wp-admin comes back as it was. Your content, media and settings never move.
Not for Lite, Pro Solo or Pro Studio. The multi-site console in the Agency plan runs on StormeoOS, the operating system for web agencies built by the same team.
Your Anthropic or OpenAI keys are stored encrypted (AES-256-GCM) in your database, with a key derived from your wp-config. Requests go from your server to the provider you chose. StormPress sends nothing to Stormeo unless you explicitly enable the connector.
OpenStation opens wp-admin screens in windows. StormPress replaces those screens with a purpose-built back office, adds a copilot that executes actions, the content graph, organised media and a multi-site console. Both can coexist.
Builders (Elementor, Gutenberg, Bricks) open inside StormPress through an iframe bridge. WooCommerce: orders and products on the dashboard. Yoast: SEO metadata read and edited on each content item.
GPL v2 or later, like WordPress. You pay for updates, support and the Pro service licence, not for the right to run the code.