STACKD
Build your stack
← Blog
How-To9 min read

Headless CMS UK: Why we build with Payload (not Contentful)

Looking for a headless cms uk solution? Why we stopped recommending Contentful and Sanity, and moved to Payload CMS to give you total ownership.

If your web agency has told you that you need a "headless CMS", you are about to step into a trap.

The technical premise is correct. But the delivery mechanism is usually a financial drain. Most agencies force you into SaaS platforms where you pay permanent rent just to access your own content.

If you are looking for a headless cms uk, you need to understand why the default market options fail.

A headless CMS separates your written content from your website's presentation code. It makes your site load faster. It keeps it secure. It stops you from being locked into monolithic WordPress templates. You edit the text, the site rebuilds instantly, and Google ranks your pages higher.

But most agencies recommend SaaS platforms like Contentful or Sanity. They are excellent pieces of software. But they share one critical defect: you are renting the database. When you sign up for a SaaS headless CMS, your company's core asset—your content—lives on their servers, controlled by their billing department, subject to their rate limits.

At STACKD, we build systems that you own. That is why we stopped putting clients on Contentful, and started building exclusively with [Payload CMS](/en/systems).

This guide explains what a headless CMS actually is. It breaks down why the default options are a bad deal for your business. Finally, it proves why true ownership is the only architecture worth paying for.

Renting (Contentful)
Owning (STACKD)
Monthly cost
£250+ base rate
£30 hosting
Data location
Vendor cloud (US)
Your server (UK)
Rate limits
Strict API caps
Unlimited
Code integration
External API calls
Native to Next.js

What a headless cms uk actually is

Before looking at the alternatives, let's strip away the technical noise. You do not need to be a developer to understand the architecture.

A traditional CMS, like WordPress, is a monolith. The database where your blog posts live is bolted directly to the code that displays them on the screen. The front and the back are permanently attached. This means every time a user visits your site, the server has to query the database, assemble the page, apply the styling, and send it back to the browser.

It is slow. It requires constant caching workarounds. Most importantly, it leaves your database exposed directly to the public internet. If someone finds a vulnerability in a WordPress plugin, they have a direct path to your database.

A headless CMS cuts the head off.

Your content lives in a separate, highly secure database. Your website is built independently, usually as a fast application using a modern framework like Next.js. The two only communicate when they need to. When you hit publish, the CMS sends a signal to your website to pull the new content and rebuild the page.

The result? The user gets a lightning-fast page load because the database is never queried during the visit. Your site is practically un-hackable because there is no direct connection between the live website and the database. Furthermore, your content is portable. You can send it to a website, a mobile app, or a digital billboard using the exact same central source.

The financial reality of SaaS platforms

If you are researching a headless CMS in the UK, you will encounter three main options. Agencies love them because they are easy to set up. But the long-term financial burden always falls on you.

1. Contentful: Expensive at scale

Contentful is the enterprise standard. It is powerful, stable, and heavily backed. In June 2026, Salesforce acquired them to integrate into their broader AI platform.

Their entry-level paid plan starts at around £250 per month. If you run a small business, £3,000 a year just to store your text and images is difficult to justify. But the real problem is how they scale. If you are a publishing-heavy business, you will quickly hit API limits, user seat caps, or asset storage restrictions.

When you hit those walls, you are forced into custom enterprise pricing. And because your entire website relies on their API to function, you have no negotiating power. You have to pay the invoice. Furthermore, handing your data to a US corporation means you need to think carefully about GDPR compliance if you handle sensitive UK customer data.

2. Sanity: Unpredictable usage bills

Sanity is brilliant for developers. It gives technical teams incredible flexibility to build custom editing interfaces.

But Sanity defaults to a usage-based billing model. Their Growth plan starts at $15 per seat, per month. That sounds reasonable until you look at the quotas. You are billed based on bandwidth, asset storage, and API requests. If you write a post that goes viral and drives huge traffic to your site, your API usage spikes. Your bill scales automatically. You are financially penalised for your own marketing success.

3. WordPress (Headless): Technical debt

You can use WordPress as a headless CMS by exposing its data via a REST API or GraphQL. Many businesses choose this because their marketing teams already know the interface.

But WordPress was never built for this architecture. It is a heavy, legacy system that requires constant database maintenance and plugin updates. Running headless WordPress means you are carrying all the security overhead of WordPress without the benefit of its simple theme integrations. It is a patched-together solution. It is the worst of both worlds.

The real cost of renting your CMS over 3 years

£9,000Contentful Lite (£250/mo x 36)Plus API usage overages
£1,080Payload CMS (£30/mo hosting x 36)Zero software licence fees

Why we build the best headless cms uk with Payload

Payload CMS is different. It is an open-source, TypeScript-native headless CMS.

It does exactly what Contentful does. It gives your team a clean, intuitive dashboard to write articles, upload images, and manage products. But the underlying architecture fundamentally changes the ownership model.

When we architect a Payload CMS for you, we do not sign you up for a third-party subscription. We install the software directly onto your own cloud server. We hand you the keys.

Here is why Payload is the obvious choice if you want total control.

1. Zero software licence fees

Payload is open-source. The software itself costs nothing. You only pay for the raw cloud infrastructure required to host it—typically around £30 a month for a standard cloud server. That is a massive, immediate reduction in operational expenditure. You drop a £250 monthly SaaS bill to £30, permanently. Over three years, you save roughly £8,000 on software licences alone. That capital can be deployed into actual marketing instead of rented infrastructure.

2. Total data ownership

Your content, your user data, and your database live on your server. You have direct, root access to the database. If you ever want to leave us, or move to another agency, you take your database with you. You own the code and the content. You are never locked into our services, and you are never locked into a vendor's pricing tier.

3. Deep Next.js integration

In a typical SaaS setup, your CMS and your website code are separated by the public internet. They have to talk to each other over a network.

With Payload, the CMS lives inside the exact same Next.js code repository as your website. The frontend and the backend share the same type definitions. When we build new features, development is dramatically faster. There are no external API rate limits because the website talks directly to the local database. It is highly efficient, incredibly fast, and removes an entire layer of network latency from your system.

4. UK GDPR compliance by default

When you rent a US-based SaaS CMS, your data crosses borders. You have to sign Data Processing Agreements and trust their infrastructure.

Because Payload is self-hosted, your data is hosted wherever you choose. For our UK clients, we provision servers in London data centres. Your data never leaves the country. This ensures strict adherence to UK GDPR, drastically simplifying your compliance requirements and providing peace of mind for your legal obligations.

5. Extensibility without limits

SaaS platforms restrict what you can build. If you need a custom field type that Contentful does not support, you cannot add it. With Payload, because you own the source code, we can engineer any custom functionality you require. If you need a complex relational mapping between your CRM and your CMS, we write the code and execute it directly on your server.

"You should not have to pay a monthly tax just to access the words your team wrote. We build the system. You own it."

Lead Systems Architect, STACKD

Addressing the technical objection

When we propose this model, your first question is usually the same.

Ready to own your CMS?

Stop paying rent on your own data. We build bespoke Next.js and Payload systems for UK businesses.

Talk to us about your setup
Headless CMS UK: The Payload CMS Alternative to Contentful