SaaSInsightBrowse reviews
Website & CMS platformsUpdated September 2026Trial tested

Contentful review: the multi-market CMS, priced for large teams

Enterprise-leaning headless CMS built around structured content models and multi-market delivery.

TL;DR verdict

The right answer when one content set has to serve several brands, regions or languages, and expensive machinery to leave switched off if it does not. Model the second year before you sign, because the first paid step is the steepest in this category and a security review will send you to the quoted tier.

Best for: Larger organisations publishing the same content across several brands, regions or locales from one source.

What Contentful is

Contentful is a hosted content platform built around reusable content types, delivered over GraphQL and REST rather than rendered into pages. Its distinguishing work is multi-market publishing: locales, roles, permissions and editorial workflow are core concepts rather than plugins, and the same content set can be published across brands and regions from one source. Content types are created and edited through a web interface, and an app framework lets developers extend that interface. It is a software service only, so the content lives on Contentful's infrastructure.

What Contentful is good at

The capabilities it ships, and which of them stand out.

  • Structured content models reused across every channel
  • Localization and multi-market delivery in core
  • GraphQL and REST content delivery APIs
  • Roles, permissions and workflows aimed at large editorial teams
  • App framework for extending the editing interface

Standout features

  • Localisation is a first-class concept, not an add-on: Locales sit in the core model rather than in a plugin or a duplicated content tree. If you publish the same thing in six markets, this is the difference between one workflow and six, and it is the clearest reason to pay Contentful's prices over a cheaper rival.
  • Environments make a content-model change reversible: The editor surfaces the environment you are in at the top of the screen, so a model change can be trialled in a branch of the content rather than on production. On a platform where the model lives in the vendor's database, this is what stops a schema edit being a one-way door.
  • Roles and workflow aimed at people who do not know each other: Custom roles, teams and editorial workflow are built for an organisation where the person writing and the person approving report to different managers. Most of this category assumes a team small enough to shout across a room.
  • An agent can change the content model, not just the entries: The MCP server reaches content types as well as content, which only Sanity and Storyblok also allow among the nine we ranked. Combined with the migration CLI and its JavaScript DSL, model changes can be scripted rather than clicked.

Where it falls short

What the product does not do, kept separate from what we could not establish.

Product limitations

  • Content modelling is clicking, and there is a lot of it: Building a four-field Article type in a blank space took us roughly fifteen interactions across four dialogs. The same model is about ten lines of TypeScript in Payload or one JSON file in Strapi. It needs no toolchain, which is the point, but it is slow and it does not diff.
  • The model lives in their database, so files are only an export: There is a CLI, a migration DSL and a help page titled CMS as code, and all of it is real. But Contentful's database remains the source of truth, so a colleague clicking in the interface creates drift your repository knows nothing about until someone pulls.
  • No visual page editor: Editors fill in structured forms and preview elsewhere. That is the correct architecture for content reused across channels, and it is a real disappointment for a marketing team who expected to assemble a landing page and can see it working on Storyblok.
  • The step out of the free plan is the largest here: The first paid step is a bigger single jump than any other platform we ranked makes before its enterprise tier, and there is nothing in between. A project that outgrows the free limits has no small next step available to it.

Who it’s for

A good fit for

  • Organisations publishing into several markets or brands

    One content set, many locales, with permissions and workflow that survive a large team is the job this platform is built for, and it does it better than anything else in the category.

  • Teams who must model content without developer time

    Everything is done in the browser, so a content strategist can build and revise types without a repository, a toolchain or a deployment. Slow, but genuinely unblocked.

  • Buyers whose procurement asks about uptime and access control

    Custom roles, federated login, teams and a published uptime commitment exist here as shipped features rather than as roadmap answers, which shortens a security review considerably.

Look elsewhere if

  • A single site with a small team

    You would pay for multi-market machinery you never switch on. Most of the nine platforms we ranked do a one-site, one-language project for less money and less setup.

  • Marketing teams who want to compose pages visually

    There is no visual page editor, so assembling a landing page block by block is not the workflow. Storyblok is the platform built for that job and the honest recommendation if it is your daily one.

  • Anyone who needs the content model in git

    The model can be exported and migrated but not owned as files. If you want the schema reviewed in pull requests alongside the code, an in-repo platform such as Payload is the right shape.

Pricing

Free plan at $0 forever, covering 10 users, 2 locales and 100K API calls a month. Lite is $300 a month for 20 users, with an additional Lite Space licence at $850 a month on top of that. Enterprise is quoted. Read from contentful.com/pricing on 8 September 2026.

PlanPublished priceWhat the tier includes
Free$0forever
  • 10 users
  • 2 roles
  • 2 locales
  • 100K API calls/month
  • 50 GB/month CDN bandwidth
  • 1 Starter Space included
Lite$300per month
  • 20 users
  • 3 roles
  • 3 locales
  • 1M API calls/month
  • 100 GB/month CDN bandwidth
  • Comments, task management, scheduled publishing and live collaboration
  • 1 Starter Space, plus an optional Lite Space at $850/month
EnterpriseCustom
  • Custom number of users, roles and locales
  • Unlimited API calls/month
  • Custom CDN bandwidth
  • Dedicated customer success and 24/7 support
  • Up to 99.99% uptime SLA
  • Unlimited Spaces allowance
  • Compatible with Personalization, Studio and AI Actions

Pricing watchouts

  • The paid plan's button offers a free trial rather than naming the price, which is easy to read as the plan itself being free. We made exactly that mistake in an earlier pass and corrected it.
  • Space is the unit that scales, not the seat. Working out your cost means counting Spaces and their quotas rather than counting people, which is the opposite of most of this category.
  • The additional Space licence costs considerably more than the plan it sits on top of, so a second Space multiplies the bill rather than adding a fraction to it.
  • Single sign-on, custom roles and the uptime commitment are Enterprise only, and Enterprise carries no published figure, so a compliance requirement cannot be costed from the public pages at all.
  • The free plan blocks rather than bills when you pass its API allowance, which is kinder to a budget and harsher on a launch. Figures on this page read from contentful.com/pricing on 8 September 2026.

Our experience

Rajat Kapoor

Co-founder, SaaSInsight

Used for
Assessing the from-zero content modelling experience for our headless CMS ranking. We built an Article content type in a blank space, then left the space empty.
How long
A single session
When
August 2026

We reached a blank space rather than a demo project, which is the better test: it is what a real buyer sees on day one, with nothing pre-built to flatter it.

Modelling is entirely a graphical exercise. The flow runs from Design your content model, to a dialog for name, API identifier and description, to Add field, to a palette of nine field types, to another dialog for the field name and its auto-derived ID, then Create, then Save the content type. Building a four-field Article type took roughly fifteen interactions.

That number cuts both ways and it would be unfair to report only one side. It is slow, and it produces nothing you can review in a pull request. It also needs no toolchain, no local environment and no developer, which is precisely why large organisations choose it and why a content strategist can be productive here on their first afternoon.

Two other things were visible without looking for them. The environment concept is surfaced in the header rather than buried in settings, which makes the safe way of changing a model the obvious one. And AI and Automations is a top-level section of the navigation, not a tucked-away beta.

We did not run an editorial workflow, a localisation setup or a migration, so nothing here speaks to the multi-market capability that is the main reason to buy this platform. That part of the assessment rests on documentation.

Analysis

What you are really paying for

Contentful is expensive relative to this category and the comparison is only fair if you know what the money buys. It is not editing comfort and it is not developer experience, on both of which several cheaper rivals are better. It is the machinery for publishing one body of content into many places at once: locales as a core concept, permissions granular enough for an organisation where approval crosses departments, and environments that let a content model change be tested before it lands.

That machinery is worth a great deal to a company with six markets and three brands, and nothing at all to a company with one site in one language. This is the clearest buy-or-do-not-buy line of any platform we assessed, and it is worth being honest about which side you are on before a demo makes the feature list look indispensable.

The gap between claims and what you can establish

Contentful documents a route to treating content as code, and publishes a help page under that name. The pieces are real: a space export, a migration CLI with a JavaScript DSL, and an app that exports content-type differences as migration files. What none of it changes is where the truth lives. The model sits in Contentful's own database and the files are a snapshot of it, so the guarantee you get in a repository-first platform, that what is committed is what is running, is not available here at any tier.

That distinction matters more than it used to, because an AI agent working on your codebase can read a schema file directly but has to query an API to learn a model it cannot see. Contentful's MCP server does let an agent change content types, which is more than most of the category allows, but the change exists only in Contentful's own database and leaves no trace in your history.

The pricing is legible, and it is easy to read wrongly

Every figure quoted here is published, which is more than several rivals manage. The difficulty is that the unit is the Space rather than the seat, and the paid tier's call to action offers a free trial rather than naming the price. We read that button as the price ourselves in an earlier pass and published $0, which third-party round-ups had correctly reported as $300. Work out your cost by counting Spaces and their quotas, not by reading the top of the card.

Alternatives to Contentful

Where another tool in the category fits a reader better.

Storyblok

Choose this if marketing needs to assemble pages visually. It covers multiple markets too, and the visual editor is the thing Contentful decided not to build.

Read review

Sanity

Choose this if you have developers and want the editing interface shaped to your content, with the schema living in your repository rather than in the vendor's database.

Read review

Strapi

Choose this if the requirement is one site, self-hosted, with no licence cost, and the multi-market features would go unused.

Read review

What to ask before you buy

Aimed at what the public site cannot settle.

  1. How many Spaces will we actually need, and what does each one cost at our content volume?
  2. Are we buying this for localisation? If not, what are we buying that a cheaper platform does not do?
  3. What is the smallest Enterprise configuration that includes single sign-on, and what does it cost?
  4. Who owns the content model, and what stops someone changing it in the interface without telling the developers?
  5. What happens when we exceed the API call allowance on our plan, and is it billed or blocked?

Frequently asked questions

How much does Contentful cost?

Free at $0 forever, covering 10 users, 2 locales and 100K API calls a month. Lite is $300 a month for 20 users, with an optional additional Lite Space licence at $850 a month on top, so a Lite plan with the extra Space comes to $1,150. Enterprise is quoted and carries no published figure. Read from contentful.com/pricing on 8 September 2026.

Is Contentful free?

There is a genuinely free plan and it is more generous on people than most of this category: 10 users, against one on Storyblok's free tier. What it caps hard is volume, at 100K API calls and 50 GB of CDN bandwidth a month with no overages, so it stops serving rather than billing you. The next step up is $300 a month, the largest single jump of the nine platforms we ranked.

Does Contentful have a visual editor?

No. Editors work in structured forms and preview the result elsewhere. That is a deliberate architectural choice that follows from content being reused across channels, but if page assembly is your team's daily job, Storyblok is built for it and Contentful is not.

Can you self-host Contentful?

No. It is a software service and the content lives on Contentful's infrastructure. If self-hosting is a requirement, whether for policy or cost, the open-source platforms in this category are Strapi, Payload and Directus.

Is Contentful worth it for a single website?

Usually not. Most of what you pay for is multi-market publishing: locales, granular permissions and workflow across a large team. On one site in one language that machinery goes unused, and several cheaper platforms will do the job with less setup.

How did we assess Contentful?

Partly first-hand. We built a content type from scratch in a blank space in August 2026, which is what the ease of use score reflects, and left the space empty afterwards. The localisation and workflow capability was assessed from published documentation rather than used. Pricing was read from Contentful's own pricing page on 8 September 2026, correcting an earlier reading of ours that was wrong.

Our verdict

Buy this if you publish one body of content into several markets, brands or languages, and the people writing and approving it do not all sit on the same team. Nothing else in this category handles that shape as well, and the environments and permissions that come with it will survive an organisation growing around them. Do not buy it for a single site: you would be paying a premium for machinery you never switch on, and the editing experience is not the compensation. Two things to settle first. Count the Spaces you need, because that is the unit the bill follows rather than the number of people. And if a security review is coming, get the Enterprise figure early, since single sign-on is not available below it and has no published price.

Try Contentful free

Updated September 2026

How we assessed this

Trial tested. The account above is what we did with it, and the scores reflect that as well as the published evidence. How we rank

CriterionWeightScore
Core capabilityHow well it does the job it exists for.30%8/10
Value and real costWhat you actually pay, and whether you can find that out before you buy.25%5/10
Ease of useSetup, day-to-day use and how long it takes to get something useful. Only scored when we have used it.20%6/10
Integrations and extensibilityWhat it connects to, and whether your data can come back out.15%8/10
Support and documentationWhat is committed to in writing, and what you can read without a sales call.10%6/10

By Rajat Kapoor. SaaSInsight is funded by labelled placements and affiliate links. Some links may be paid — always labelled. Read our disclosure policy.