Storyblok logo
KeystoneJS logo

From Storyblok to KeystoneJS

We are the Storyblok to KeystoneJS migration experts

Last verified:



Challenges with Storyblok

Key pain points

Storyblok is not our first recommendation for a headless CMS. The product looks polished, but documentation sprawl makes initial setup harder than it should be, and non-technical editors routinely get lost navigating spaces, stories, and nested components.

Pricing is the bigger issue. Extra locales are $20/month each, extra seats are $15/month each, and custom roles, SSO, and the GraphQL API are all gated behind the custom-priced Premium and Elite plans. Teams on Growth ($99/month) often end up on Growth Plus ($349/month) not because they want the extra features, but because they hit an API request or locale limit.

You'll also lean on third-party integrations for a lot of ordinary tasks, which means more code paths to maintain. Webhook behaviour has changed between releases without clear deprecation notices. It's not a broken platform, it's just not a plug-and-play one.

Help me migrate


Customization difficulty

Customisation can take effort

Storyblok can do almost anything, but sometimes the “how” involves developer time, CLI commands, or manual tweaking. Great control, just not always plug-and-play.

Integrations is difficult

Some integrations need extra work

For things like CRMs or complex platforms, you’ll likely build the integration instead of installing it. Expect a bit more engineering.

Editing experience issues

Slower editing

Real-time previews are great, but large pages or heavy components can load slowly. Occasionally, the editor UI feels less intuitive than the rest of the platform.

Asset management challenges

Asset management isn’t perfect

Renaming assets, bulk editing, or cleaning libraries can take longer than expected. It is not streamlined like the rest of the system.

Roles permissions not customizable

Permissions are fixed

Roles are predefined. For smaller teams, that’s perfectly fine. Bigger teams may want more granular access controls than Storyblok currently offers.

Pricing issues

Pricing jumps with scale

You get a free tier, but some advanced features sit behind higher plans. It’s worth it for projects if you want to pay more; just something teams should budget for early.



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

Storyblok to KeystoneJS migration FAQs

Answers to the most common questions about Storyblok to KeystoneJS migration

What are the best Storyblok alternatives?
Sanity is the alternative we recommend most often. It offers deeper content modelling, real-time collaboration, and a pricing model that doesn't spike when you add features. Contentful is another option if you want a mature ecosystem, though it's pricier. For teams that loved Storyblok's visual editor, Sanity's Presentation tool now provides a similar live preview experience. We've migrated several Storyblok projects to Sanity, and the feedback from both editors and developers has been positive.
How much does Storyblok cost?
Storyblok has a Starter plan at $0 with 1 seat, 2 locales, and 100K API requests. The Growth plan is $99/month for 5 seats, 1M API requests, and 2 locales. Growth Plus is $349/month for 15 seats, 4M API requests, and 10 locales. Extra seats are $15/month each, extra locales $20/month, extra traffic $75/250GB. Premium and Elite are custom pricing and unlock SSO, custom roles, and the GraphQL API. Teams often outgrow the Growth plan on locales or API volume rather than features, which forces a $250/month jump.
Does Storyblok have a visual editor?
Yes, and it's one of the best in the headless CMS space. You see real-time changes as you edit, directly on your site preview. It's the main reason many teams pick Storyblok. That said, Sanity now offers a comparable experience through its Presentation tool, which gives you live visual editing with more flexibility in content modelling. If the visual editor is your primary reason for choosing Storyblok, it's worth comparing both before committing.
Can I migrate from Storyblok to another CMS?
Yes. We export your stories, components, and assets through Storyblok's API, then restructure everything for the target platform. Storyblok's component-based content model actually maps well to Sanity's block system. Most migrations take 3-5 weeks. The main challenge is handling Storyblok's nested component structure and translating field-level localization to the new platform's approach. We keep your site running on Storyblok throughout, so there's zero downtime during the switch.
Is Storyblok good for large websites?
It works for mid-size sites but starts showing strain at enterprise scale. The API has performance limitations when fetching deeply nested content, and the pricing jumps between tiers are steep. Teams with 50+ pages and multiple locales often find themselves on the Growth Plus plan ($349/month) or pushed toward Premium sooner than expected, especially because custom roles and SSO only appear on enterprise tiers. For large-scale projects, we typically recommend Sanity instead. Its GROQ query language handles complex content relationships more efficiently, and pricing scales more predictably.
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