WordPress as the backend, something faster as the frontend
Headless WordPress means using WordPress purely as a content backend, exposed through its REST API, while a separate system builds and serves the frontend. It’s worth it when performance, security, or scale matter more than the convenience of WordPress’s own templating and page builders, and it takes engineering effort that a standard WordPress site with good caching doesn’t need. The tradeoffs are covered in 84EM’s headless WordPress guide.
84EM runs headless WordPress in production, including a multi-tenant directory platform built on Hugo serving multiple niche directories off one shared backend. WordPress stays the editor. The frontend gets chosen per project based on traffic and performance needs.
Who builds your headless project?
One engineer handles the project start to finish, from the shape of the REST API to the frontend to the deploy pipeline connecting them.
Headless projects get harder to manage when the backend and frontend are built by different people who don’t talk to each other. The API gets shaped without knowing what the frontend needs, and the SEO work a WordPress theme does on its own quietly disappears.
84EM brings 14 years of WordPress work, inside 31 years of building for the web, to both halves of the stack. What gets handed off is a system a future developer can maintain.
What can 84EM build with headless WordPress?
WordPress REST API backends shaped with custom fields, custom endpoints, and an authentication strategy, static frontends in Hugo or Astro, JavaScript frontends in Next.js or Nuxt when a client runtime is justified, and multi-tenant architectures.
WordPress REST API Backends
Custom fields and endpoints, with authentication where content isn’t public, built around the frontend that will consume the API.
Static Site Frontends
Hugo or Astro sites that compile to plain HTML, so pages render without shipping JavaScript to the visitor. A build triggers whenever content changes, and editors keep a normal publishing workflow.
JavaScript Frontends
Next.js, Nuxt, or vanilla JavaScript when the site needs a client runtime – interactive features, real-time data, or an app-like experience the content needs.
Multi-Tenant Platforms
Each site or niche directory gets its own frontend and its own search index, without running a second backend.
SEO and Structured Data on a Headless Frontend
Sitemaps, meta tags, and structured data that a WordPress theme and SEO plugin normally handle automatically, rebuilt on the new frontend so search visibility carries over in the move off traditional WordPress.