Key points:

  • Headless WordPress® hosting runs the WordPress® backend and public frontend as separately deployable applications, even when one provider hosts both.
  • Integrated headless platforms simplify billing, support, and infrastructure coordination, while split headless platforms offer greater provider choice, flexibility, and control over costs.
  • Evaluate hosts by sustained API performance, PHP concurrency, object caching, CORS controls, frontend runtime support, revalidation, Git deployments, and monitoring.
  • The real cost includes both hosting layers, usage charges, preview infrastructure, development, maintenance, and the operational work of managing two systems.
  • ACF gives headless builds a structured content layer, exposing predictable fields through REST or WPGraphQL, so frontend teams can build faster and maintain the site with less fragile code.

Headless WordPress® hosting is not a single product or pricing tier. It is the infrastructure behind a WordPress® backend and a separate frontend application, both of which need to stay fast, secure, connected, and maintainable. That makes choosing a host more complicated than comparing storage, traffic limits, or monthly prices. 

This guide explains how the main hosting models differ, what to look for in a provider, how leading options compare, and what headless WordPress® hosting really costs once the full stack is included.

What changes about hosting when WordPress goes headless

When WordPress® goes headless, the backend and frontend become two separately deployable applications:

  • The WordPress® backend still needs hosting for PHP, the database, media, plugins, editors, and the REST API or WPGraphQL
  • A separately deployable frontendoften built with React, Next.js, or another JavaScript framework – serves visitors through static files, a CDN, serverless or edge functions, a Node.js runtime, or a combination of these.

The connection between the two layers also becomes part of the infrastructure. Publishing may trigger a build or revalidate cached pages, while previews must securely retrieve draft content. Depending on the architecture, teams may also need API caching, CORS configuration, webhooks, deployment pipelines, and monitoring for each application.

A traditional WordPress® site, on the other hand, usually runs as one application stack. A web server such as Nginx or Apache receives requests, PHP runs WordPress® and its plugins, a MySQL or MariaDB database stores content, and the WordPress® theme generates the HTML sent to visitors. That’s why CPU, memory, PHP concurrency, database performance, page caching, file storage, and CDN delivery shape how well the site performs.

One provider or split platforms: the two architectural models

A headless WordPress® project can place both application layers with one provider or divide them between separate platforms. Neither model changes the underlying architecture – WordPress® and the frontend remain separate applications with their own code, deployments, and resource requirements.

Here’s the difference between the two approaches:

  • With an integrated platform, one vendor provides managed WordPress® hosting, frontend hosting, deployment tooling, and support. WP Engine’s Headless Platform, for example, packages its WordPress® environment with a dynamic Node.js environment for the frontend. Consolidation can reduce the number of bills, dashboards, and support boundaries, but it does not remove the development work. Teams still own their frontend code, API queries, previews, caching logic, testing, and deployment configuration. WP Engine also distinguishes platform troubleshooting from unsupported custom-code and GraphQL development.
  • A split-platform setup places WordPress® with a managed host and the frontend with a service such as Vercel, Netlify, or Cloudflare. For full Next.js applications, Cloudflare uses Workers, while Pages is intended for static exports. Split hosting offers more provider choice, makes either layer easier to replace, and may provide a lower entry point. However, it also creates separate billing, monitoring, deployment systems, support teams, and integration responsibilities.

The starting price can also be less straightforward than it appears. SiteGround’s entry cloud plan currently costs $100 per month, while Vercel Pro costs $20 per developer seat per month and includes $20 in monthly usage credit. That combination starts at approximately $120 per month before taxes, domains, plugins, monitoring, and additional usage.

What to look for in a headless WordPress host

The right host must support the project’s actual workload and publishing process, not simply advertise compatibility with headless WordPress®. The REST API is built into WordPress®, so many hosts can technically serve content to a separate application. The more useful question is how reliably the platform can operate the complete workflow in production.

Evaluate these areas:

  • Sufficient PHP concurrency: REST and GraphQL requests, editor actions, previews, and frontend builds can reach WordPress® simultaneously. Ask how PHP workers are allocated and what happens at the limit. When every process is busy, later requests enter a queue instead of being handled immediately.
  • Persistent object caching: Traditional page caching may not cover dynamic API responses. Redis object caching instead preserves frequently used WordPress® objects between requests, reducing repeated database work during REST or GraphQL queries.
  • Managed CORS configuration: Browser-side requests from a frontend on another domain require the correct cross-origin response headers. Look for platform-level controls so developers do not need to maintain fragile custom header logic. Server-side fetching may not require CORS.
  • The required frontend runtime: An integrated platform needs an appropriate Node.js runtime when it hosts a dynamically rendered Next.js frontend. A purely static export does not have the same runtime requirement.
  • ISR and webhook support: For Next.js projects, confirm that the frontend platform supports its caching and revalidation model. WordPress® should be able to call a protected endpoint that invalidates the relevant path or cache tag after publishing.
  • Git-based deployments: Connecting a repository should allow a push or merged pull request to trigger a build and deployment, with preview environments available before production.

Additionally, keep in mind that entry-level shared hosting may suit a small project, but limited concurrency, caching, and observability can quickly become bottlenecks as demand grows.

Headless WordPress hosting providers compared

Headless WordPress® providers are not all selling the same thing, so here’s an overview of the top options:

  • WP Engine Headless Platform provides managed WordPress® and Node.js frontend hosting under one vendor. It supports Node-compatible frameworks and offers Faust.js as an optional Next.js toolkit for WordPress® features such as previews and template routing. Free sandbox environments are available, but contacting WP Engine is required for production pricing. It best suits teams that value WordPress®-specific tooling and consolidated support over the choice of independent providers.
  • Pantheon can host WordPress® and Next.js within the same WebOps platform, with Dev, Test, Live environments, Git-based deployments, SSR, SSG, ISR, and middleware support. The applications remain independent sites, so a complete WordPress®-and-Next.js stack requires two site plans. Pantheon uses standard site-plan pricing without bandwidth overages or per-invocation charges. Costs depend on the selected workspace, traffic tier, and support level. It is strongest for teams seeking repeatable workflows and centralized operations, but its integrated frontend hosting is specific to Next.js.
  • Kinsta is primarily the managed WordPress® half of a split stack. Single-site hosting starts at $35 per month, or effectively $30 per month with annual billing. The frontend must be hosted and paid for separately. Kinsta fits teams that want a managed WordPress® origin while retaining complete freedom over the frontend platform.
  • Cloudways offers managed cloud servers starting at $11 per month, making it the lowest-cost backend option in this comparison. Pricing is pay-as-you-go, and excess bandwidth charges vary by infrastructure provider. It offers flexibility and a low entry point, but the team remains responsible for connecting, monitoring, and supporting the separate frontend.
  • Pagely provides AWS-powered managed WordPress® hosting, rather than an integrated frontend platform. Public plans currently start at $99 per month, while its ProPress tier starts at $499 and adds allocated compute, decoupled database resources, and uncapped PHP workers. It is better aligned with agencies and mission-critical workloads than small experiments, and separate frontend hosting is still required.

ProviderPrice anchorTypeFactual descriptor
WP Engine Headless PlatformQuote-based (free sandbox).Integrated (managed WordPress® + Node.js frontend under one vendor).Supports Node-compatible frameworks; optional Faust.js toolkit for Next.js previews, template routing, and other WordPress® features; production pricing on request.
PantheonDepends on workspace, traffic tier, and support level. Two site plans required for a complete stack.Integrated (WordPress® + Next.js).Dev/Test/Live, Git deploys, ISR/SSR/SSG; no bandwidth overages.
KinstaFrom $35/mo or $30/mo billed annually.Split (managed WordPress® backend and frontend hosted separately).Frontend hosted and billed separately.
CloudwaysFrom $11/mo; pay-as-you-go.Split (managed cloud backend with separate frontend).Lowest entry; pay-as-you-go; DigitalOcean-owned.
PagelyFrom $99/mo (ProPress starts from $499/mo).Split backend (AWS-powered managed WordPress® backend and separately hosted frontend).Agencies/mission-critical; frontend separate.

What headless WordPress hosting really costs

Hosting prices vary by architecture:

ModelApproximate monthly rangeExample combination
Split$31–$500+Cloudways or Kinsta with Vercel Pro or Netlify Pro.
IntegratedQuote-based or about $610+WP Engine Headless Platform or Pantheon.

However, the monthly bill is only the starting point. You also need to take into account the cost of the complete stack and how much integration and operational work the provider removes:

Implementation is usually the larger expense. Codeable estimates that a mid-sized headless implementation often costs $25,000–$100,000, compared with $5,000–$25,000 for a comparable traditional WordPress® build.

Trade-offs that shape the hosting decision

The main hosting trade-off is how much infrastructure the team wants to operate itself.

Preview support varies by platform. WP Engine provides Faust.js tooling for authenticated WordPress® previews, while teams using other stacks may need to build and maintain the preview flow themselves.

Operational complexity remains even with integrated hosting. The WordPress® backend and frontend still have separate codebases, deployment pipelines, update cycles, logs, and monitoring requirements. One provider can coordinate these systems, but it cannot turn them into one application.

Rendering strategy also determines hosting requirements. Next.js ISR needs a compatible runtime and a secure way for WordPress® to trigger on-demand revalidation. SSR requires server-side compute, commonly a Node.js runtime, while fully static output can run on almost any static host but may take longer to rebuild as content grows.

To learn more about the trade-offs involving plugins and editorial workflows, see ACF’s guide to whether headless WordPress® is worth it.

Where content modeling fits in

Hosting determines where the WordPress® backend and frontend run, but the content model determines how reliably they work together. A headless frontend is easier to build and maintain when WordPress® exposes predictable fields, data types, and relationships instead of forcing developers to interpret inconsistent page markup.

Advanced Custom Fields (ACF®) provides that structure through field groups that can be exposed through the WordPress® REST API or used with the separate WPGraphQL for ACF plugin. ACF PRO fields, such as Repeater and Flexible Content, also make it possible to model more complex, component-based content without tying it to a WordPress® theme.

Do not let an unstructured backend undermine your headless architecture. Build the content model with ACF and give your frontend clean, predictable data from day one.

Supercharge Your Website With Premium Features Using ACF PRO

Speed up your workflow and unlock features to better develop websites using ACF Blocks and Options Pages, with the Flexible Content, Repeater, Clone, Gallery Fields & More.

Explore Features View Pricing

PRO Features
ACF Blocks
Options Pages
PRO Fields
Repeater
Flexible Content
Gallery
Clone

Frequently asked questions

Do you need special hosting to run headless WordPress?

No dedicated product is required – any host that runs WordPress® and exposes the REST API can technically serve a headless frontend.

The more useful question is whether the host can run the headless workload in production. That depends on sustained PHP concurrency for simultaneous API calls, object caching for dynamic responses, and managed CORS headers for browser-side requests from another domain.

Entry-level shared plans can serve the API, but limited concurrency and caching often become bottlenecks as traffic grows.

Do you need two separate hosts for a headless WordPress site?

Not necessarily – you can place both layers with one provider or split them between two, and the underlying architecture stays the same either way.

An integrated platform hosts the WordPress® backend and the frontend together, which consolidates billing, support, and deployment tooling. A split setup pairs a managed WordPress® host with a separate frontend platform, which offers more provider choice and can lower the entry price.

Either way, the backend and frontend remain separate applications with their own code and deployments.

Can you host headless WordPress for free?

Not completely – the WordPress® backend needs paid hosting, but the frontend can run on a free tier from several platforms.

Cloudflare Pages offers a free tier with unlimited bandwidth that permits commercial projects, while Vercel’s free Hobby plan is limited to personal, non-commercial use. The backend still needs an always-on, paid server for the database, media, and API, starting around $11/month on the cheapest managed plans.

Free applies to one layer of the stack, not the whole thing.

Does going headless make a WordPress site faster?

Going headless can make a site faster, though the speed gains come from the frontend architecture and hosting. Removing the WordPress® theme on its own does not guarantee a faster site.

A pre-rendered or statically exported frontend served over a CDN avoids running PHP for every visitor, which lowers response times. Those gains depend on the rendering strategy – static export, server-side rendering, or incremental static regeneration – and the runtime behind it.

A poorly configured headless build can be slower than well-tuned traditional WordPress®.

What happens to your WordPress plugins when you go headless?

Plugins that generate front-end output stop working in a headless setup, because WordPress® no longer renders the public site.

Features such as forms, related posts, on-site search, and SEO metadata output have to be rebuilt or replaced on the frontend. Plugins that work at the data layer keep functioning, because they expose their data through the REST API or WPGraphQL.

This is where a structured content model matters. ACF exposes predictable fields through the WordPress® REST API or the WPGraphQL for ACF plugin, so the frontend receives clean, typed data instead of parsing theme markup.

Is headless WordPress worth the extra hosting cost?

Headless WordPress® is worth the added cost when a project needs a highly customized frontend, multiple content channels, or frontend and backend that scale independently.

Two hosting layers, preview infrastructure, and additional development time raise the total, so the deciding question is whether you have a problem that separating the frontend actually solves. For a standard marketing site, managed traditional WordPress® is usually simpler and cheaper.

To weigh the plugin and editorial trade-offs in more detail, see ACF’s guide to whether headless WordPress® is worth it.