Blog

Introducing Soames

June 29, 2026

Soames is a way to build WordPress sites that don’t feel like WordPress on the front end. Your team keeps the editor they already know, and your visitors get a fast, secure, static website. This is a quick introduction: what Soames is, why we built it, and who it’s for.

Why we built Soames

WordPress is a wonderful place to write and manage content. But a traditional WordPress front end carries a lot of weight: themes, plugins, and a database query on every single page load. We wanted the authoring experience without the baggage.

So Soames takes a headless approach. WordPress becomes a content API, and a modern Astro front end reads that content and renders plain, static HTML. The result is a site that’s faster for visitors, cheaper to host, and far more secure. There’s no live server rendering pages on demand, and nothing to attack at runtime.

Keep WordPress for what it’s great at (writing), and hand the front end to something built for speed.

How it works

There are three moving pieces, and only one of them is something you touch day to day:

  1. You write in WordPress, exactly as you do now.
  2. WPGraphQL exposes that content over a clean API.
  3. The Soames Astro theme reads the API and builds a static site you can deploy anywhere.

Because the output is just files, it can live on any static host and load almost instantly.

Who Soames is for

  • Site owners and editors who love the WordPress editor but want a faster, safer front end.
  • Agencies building client sites that need to be inexpensive to host and easy to hand off.
  • Developers who want a modern, component-based front end (Astro + React) sourced from WordPress.

If you’ve outgrown a traditional WordPress theme but aren’t ready to give up WordPress itself, Soames is built for you.

Get started

We’re just getting going. Head over to the documentation to set up your own Soames site, and check back as the project grows. There’s much more to come.


Recent Posts

Your Team Keeps WordPress

July 01, 2026

Going headless sounds like a big change, but for the people writing your content, almost nothing changes. That is on purpose. With Soames, your editors still log in to WordPress, still use the block editor, and still manage pages, posts, and media exactly as before.

Why Soames Is Static

June 30, 2026

A question we hear a lot: why is a Soames front end static instead of a live WordPress site? The short answer is speed and safety. A static site is just pre-built files. Nothing runs a database query when a visitor arrives, and no plugin executes on each request.