Blog ·

Atelier vs WordPress: the same ownership, a different front door

Both are GPL and self-hosted. Here is how a chat-driven builder built on Drupal compares with WordPress 7 and its new AI tools, on the criteria that matter when you pick one.

WordPress and Atelier agree on the most important thing: your website should be software you can run yourself, under a licence nobody can revoke. Both are GPL. Both run on a server you choose. Where they differ is the front door, and that difference decides who each one is for.

What WordPress does well

WordPress has powered a large share of the web for two decades, and it earned that. The plugin and theme ecosystem is enormous, every host on earth offers it, and any question you have has been answered twice in the forums. The block editor and the Site Editor have matured into a capable page-building environment, and Styles lets you set colours, typography, and spacing once for the whole site rather than block by block.

WordPress 7.0 "Armstrong", released in May 2026, put AI foundations into core: an AI Client that talks to generative models, an Abilities API, and a Connectors screen where you plug in your own provider. The official AI plugin builds on that to generate titles, excerpts, alt text, translations, and images, classify content, and review blocks for readability and accessibility. You bring your own API key, which is the right call. WordPress 7.1 is the current download.

Where we part ways

WordPress Atelier
Ownership and hosting Self-hosted, GPLv2 or later. Runs on PHP with MySQL or MariaDB on any host, or hosted for you at WordPress.com. Export produces an XML (WXR) file of posts, pages, comments, custom fields, terms, and users, meant for import into another WordPress site. Self-hosted, GPLv2 or later. One Docker container on your machine or server, PostgreSQL inside. Content in your database, provider keys in your database. Export the whole site as static HTML and host it anywhere, WordPress not required on the other end.
How AI builds AI assists the editor: it writes a title, an excerpt, alt text, or an image for the block you are on. You still assemble the page from blocks and patterns. Provider and key are yours. AI composes the page: you describe it, Atelier assembles a real page from typed components in your brand system, you review, hand-edit fields if you like, and approve before it goes live. Provider and key are yours.
Brand consistency across pages Styles sets site-wide colours, type, and spacing in block themes. Any block can still be styled individually, and those overrides stay unless you apply globally. Consistency depends on editor discipline. One Brand studio drives every page, and the agent is held to it. A site is one brand times ten pages, and page ten matches page one because the components cannot escape the system.
Content model Revisions and autosave are in core. Roles give a Contributor who writes but cannot publish and an Editor who can. Multilingual is the fourth roadmap phase, so translations come from plugins today. Drupal underneath: translations, editorial workflow, revisions, and structured typed content are built in, not bolted on. Every page Atelier makes is ordinary Drupal content.
Cost The software is free. Hosting is yours to arrange. WordPress.com runs from a free ad-supported subdomain plan to paid tiers starting at a few euros a month billed annually, with plugins from the Business tier. The software is free. You pay your own hosting and your own AI provider, at a fraction of what a page costs on a hosted builder. There is no hosted tier to upsell you into.

Pick WordPress when

  • You want the ecosystem. A plugin exists for the thing you need, a theme exists for the look you want, and your host already has a one-click installer.
  • Your organisation has already said yes to it. Security review done, hosting contracted, editors trained, plugins audited. Reopening all of that costs more than a new front door saves, and that is a legitimate reason to stay.
  • You want AI as a helper inside a familiar editor, not as the thing that builds the page. WordPress 7 does that well, with your own key.
  • You publish a lot of long-form writing. It is still the best blogging tool there is.

Pick Atelier when

  • You want to say "make the pricing page match the rest of the site" and watch it happen, instead of spending the evening dragging blocks into place.
  • You want the site to be yours the way a file on your disk is yours. Your box, your keys, and a static export you can drop on any host if we vanished tomorrow.
  • You have a name to protect. Ten pages that look like one site, because the agent is not allowed to freelance on your brand.
  • You like installing things on a Sunday. One command, your own model or a local Ollama, and a real site with translations and revisions by the time the coffee is cold.

Try it

One command with Docker installed:

curl -fsSL https://aincient-labs.com/atelier/install.sh | bash

The docs walk through the first site, and the source is on GitHub.

Checked 2026-09-11 against the linked wordpress.org and wordpress.com pages. WordPress is a trademark of the WordPress Foundation; we are not affiliated with it or with Automattic.