Prismic logo
KeystoneJS logo

From Prismic to KeystoneJS

We are the Prismic to KeystoneJS migration experts

Last verified:



Challenges with Prismic

Key pain points

We have a long history with Prismic, and at one point, we were agency partners, so count us as biased. However, if you're anything like us, we've had an absolutely terrible experience with Prismic.

They've historically changed their API ad hoc, resulting in many broken websites, which is especially bad for an agency. They've dumped infrastructure on the community, resulting in expensive migration bills and client dissatisfaction and they've updated their system with no way to migrate other than to rebuild your entire website for literally years.

If you're having a hell of a time, we can help you move away and do it without breakages. We've had to migrate quite a few folks and we have a standardised process that lets us migrate images, videos, text and content structure to the platform of your choice.

Help me migrate


Dependency on third-party hosting on Prismic

Dependency on third-party hosting

You don’t control the infrastructure, Prismic does. So you’re tied to their uptime, limits, and CDN behaviour.

Grayscale gear icon with a dark center, two concentric rings, on a grid background.

Limited native integrations

Most serious integrations require extra tooling or custom code because Prismic’s built-in ecosystem is pretty thin.

Line graph on a grid with shaded area below the line.

Steep learning curve

Slices, custom types, and the editor workflow take time to understand, especially for teams new to component-driven CMS structures.

Lack of built-in versioning

Lack of built-in versioning

There’s no full document history or global rollback, meaning mistakes are harder to recover from without workarounds.

Escalating pricing model

Escalating pricing model

Costs jump fast as you add seats, locales, or repositories, making it expensive to scale a growing content team.

A dark UI displaying web development framework icons (code, Vue, Svelte, React) in a grid and a lightning bolt icon.

Limited out-of-box features

Beyond basic content creation, most advanced needs require custom development, external tools, or plugins.



Benefits of KeystoneJS

Key advantages

KeystoneJS is one of those tools that really clicks if your team thinks in code. It's a schema-driven, open-source headless CMS built on Node.js, and the developer experience is genuinely good. You define your content models in TypeScript, Keystone generates a GraphQL API and an admin UI for you, and you're off. There's very little magic or abstraction hiding what's happening under the hood, which we appreciate when building complex projects for clients.

The Prisma ORM integration is a real highlight. Automatic migration generation, type-safe database access, and support for PostgreSQL, MySQL, and SQLite mean you're not fighting your data layer. If you've ever had to wrangle a CMS into supporting a non-trivial relational content model, you'll understand why this matters. Keystone lets you express those relationships cleanly and query them with a proper GraphQL API.

The document field editor is also worth mentioning. It's one of the more thoughtful rich text implementations we've seen in a headless CMS. You can embed custom React components directly into the editor, which means content teams can work with your actual design system components rather than generic blocks. For teams that care about structured content, Keystone gives you real tools to enforce it.

Where Keystone really shines is in projects where the development team wants full ownership of the stack. There's no vendor lock-in, no proprietary query language, and no surprise pricing tiers. If you want a CMS that feels like a well-designed library rather than a platform, Keystone delivers on that promise.

Start my migration


Schema-as-code in KeystoneJS

Schema-as-code with full TypeScript support

Define your entire content model in TypeScript with strong type inference throughout. The schema drives everything from the database to the admin UI to the GraphQL API.

Automatic GraphQL API in KeystoneJS

Automatic GraphQL API generation

Every content type you define automatically gets a full CRUD GraphQL API with filtering, pagination, and relationship resolution. No manual endpoint wiring needed.

Prisma-powered database in KeystoneJS

Prisma-powered database layer

Built on Prisma ORM with automatic migration generation and type-safe queries. Supports PostgreSQL, MySQL, and SQLite out of the box.

Flexible document editor in KeystoneJS

Flexible document field editor

The rich text editor supports custom embedded components that map to your design system, giving content editors structured authoring without sacrificing flexibility.

Granular access control in KeystoneJS

Granular access control

Fine-grained, field-level access control defined in code. You can write custom logic for create, read, update, and delete operations per field or per list.

Open source with no vendor lock-in in KeystoneJS

Fully open source with no vendor lock-in

MIT licensed with no paid tiers or proprietary features gated behind a subscription. You own the entire stack and can host it wherever you want.





Common questions

Prismic to KeystoneJS migration FAQs

Answers to the most common questions about Prismic to KeystoneJS migration

How much does Prismic cost?
Prismic has a free plan for 1 user with limited API calls. The Starter plan is $7/month per user for small teams. The Small plan is $150/month for up to 25 users with more locales and API bandwidth. Medium is $500/month. Large and Enterprise plans go higher. The pricing jumps are significant once you need multiple locales or repositories. We've had clients hit the ceiling on the Small plan faster than expected because of how Prismic counts API calls and custom types.
What are the best Prismic alternatives?
Sanity is the alternative we recommend most. It gives you better content modelling, real-time collaboration, and a query language (GROQ) that's far more flexible than Prismic's API. Contentful is another option with a bigger ecosystem, though pricing is steeper. If you liked Prismic's Slices concept, Sanity's block-based content approach works similarly but with more depth. We've migrated multiple former Prismic agency partners to Sanity, and the developer experience improvement is always the first thing they mention.
Can I migrate from Prismic to another CMS?
Yes. We've migrated quite a few Prismic projects, mostly to Sanity. We export your custom types, documents, and media through Prismic's API, then restructure everything for the target platform. Prismic's Slice-based content maps well to Sanity's portable text and block system. Typical migrations take 3-5 weeks. We keep your existing Prismic site live throughout, so there's no downtime. The biggest challenge is usually handling Prismic's media library, since images need to be moved to a new CDN.
Is Prismic a good CMS for developers?
It's decent for simple projects. The Slice Machine tooling is clever and the TypeScript support has improved. But Prismic's API has limitations that frustrate developers on bigger projects. You can't do complex queries, filtering is basic, and the content modelling is shallow compared to Sanity or Contentful. The bigger issue is Prismic's track record of breaking API changes and infrastructure shifts that have caused production outages. Developers who need reliability and deep customization are better served elsewhere.
Why are teams leaving Prismic?
The main reasons we hear are API instability, limited content modelling depth, and pricing that doesn't match the feature set. Prismic has a history of making breaking changes to their API and infrastructure without adequate migration paths. One major version change left agencies (including us, when we were partners) with broken client sites and expensive rebuild bills. Teams also outgrow the content modelling quickly. Once you need complex relationships between content types, Prismic's flat structure becomes a bottleneck.
What makes migrating from KeystoneJS difficult?
KeystoneJS stores data through Prisma, so the database layer is well-structured and easy to export. The harder part is replacing everything Keystone doesn't give you. Most Keystone projects have custom-built preview systems, publishing workflows, and access control logic that are tightly coupled to the Node.js backend. Rebuilding those features in a new CMS takes planning. We typically budget 4 to 8 weeks for a Keystone migration depending on how much custom infrastructure the team has built around it.
Why do teams move away from KeystoneJS?
Deployment complexity is the number one reason. Teams love Keystone during local development, then hit a wall getting it reliably into production. The Docker images can balloon past a gigabyte, the docs don't cover production hosting well, and there's no managed hosting option. The small community compounds this problem. When you hit an edge case, there are fewer people who've solved it before. Content editors also struggle with the admin UI, which lacks visual editing, live preview, and built-in publishing workflows that competing platforms ship by default.
How do we extract our content from KeystoneJS?
Since Keystone uses Prisma ORM, your content lives in standard PostgreSQL, MySQL, or SQLite tables with clean schemas. You can export directly from the database using SQL dumps or Prisma's query API. The content model is defined in your TypeScript codebase, so mapping fields to a new CMS is straightforward. We write automated scripts that handle the data transformation, including resolving relationships between lists and migrating file references. For a project with 20 to 50 Keystone lists, extraction and transformation usually takes 1 to 2 weeks.


Get in touch

Fill out the form below and we'll get back to you