WordPress plugin · free & open source

Your WordPress,
without wp-admin.

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.

WordPress 6.4 → 7.xPHP 8.2+GPL licensedEnglish & French UI
Twelve screens to find one postOne ⌘K palette, one keystroke, published.
A chatbot that writes and stops thereA copilot that publishes, files, links. With your keys, encrypted.
Twenty wp-admins open for twenty clientsOne identical back office everywhere, run from a single console.

What's inside

A back office, not an admin theme.

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.

01

Universal ⌘K search

Posts, pages, media, settings, commands. Type, pick, done. Slash commands extend in ten lines of JavaScript.

/publish/link/mediayour commands
02

Content graph

Your site's internal linking as an animated graph: hubs, orphans, missing links. Asynchronous rebuild above 300 items, six-hour cache.

03

Media, organised

Folders, tags, MIME filters, drag-and-drop upload, storage metrics. In Pro: StormCloud CDN.

04

Installable PWA

PHP-served service worker, customisable manifest. Your admin on the phone's home screen, readable offline.

05

Secure by construction

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

A copilot that acts, not a chatbot.

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.

Add a tool in ten lines of PHP

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',
] );
06

Aligned with WordPress 7.0

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.

Abilities APIMCPAI ClientAnthropicOpenAI

Compare

Four plugin categories, one back office.

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.

CriterionStormPressOpenStationuiXpressAI EngineLink Whisper
Rebuilt back officeYesWindowed wp-adminTheme + builderNoNo
⌘K searchYesYesYesNoNo
AI copilot with toolsYesAssistantNoYesNo
Abilities API / MCPYesPartialNoPartialNo
Content graphYesCorkboardNoNoYes
Media folders / tagsYesWooYesNoNo
PWAYesNoNoNoNo
Agency multi-site consoleYesNoNoNoNo
Fully functional free tierLiteYesNoYesFree
Native French UIYesNoNoNoNo

Public survey as of 5 September 2026. Trademarks belong to their respective owners.

Pricing

Free for one site. Built for an agency.

Lite is complete within its scope, no greyed-out features. Pro adds what saves teams and agencies hours.

Lite
€0

Forever, unlimited sites

  • Dashboard, posts, pages
  • ⌘K search
  • Content graph & orphans
  • AI copilot chat (your keys)
  • Media: grid, filters, upload
  • PWA
Download the zip
Pro Solo
€69/yr

1 site · or €179 lifetime

  • Everything in Lite
  • Media folders & tags, storage
  • Agentic copilot + custom tools
  • AI internal link suggestions
  • SEO report & security audit
  • File explorer, unified trash
Notify me
Pro Studio
€149/yr

10 sites · or €349 lifetime

  • Everything in Pro Solo
  • Licence for 10 sites
  • StormCloud CDN for media
  • Centralised updates and licensing
  • Priority support
Notify me
Pro Agency
€299/yr

Unlimited sites · or €699 lifetime

  • Everything in Pro Studio
  • StormeoOS multi-site console
  • SSO into every site, monitoring
  • Client branding (white label)
  • Onboarding assistance
Notify me

Prices excl. VAT. 14-day money-back guarantee. Pro opens in a few weeks: the waitlist gets the launch price.

Pro waitlist

Be the first to know.

One email when Pro opens, with the launch price. No newsletter unless you ask for it.

FAQ

Frequently asked questions

Does StormPress modify WordPress core?

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.

Do I need a StormeoOS account?

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.

Where do my AI keys and data go?

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.

How is it different from Automattic's OpenStation?

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.

Compatible with Elementor, WooCommerce, Yoast?

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.

Which licence?

GPL v2 or later, like WordPress. You pay for updates, support and the Pro service licence, not for the right to run the code.