Directus logo
Storyblok logo

From Directus to Storyblok

We are the Directus to Storyblok migration experts

Last verified:



Challenges with Directus

Key pain points

Directus looks fantastic in demos, but things get rocky once you actually try to use it at scale. The Professional cloud plan is $99/month and caps you at 5 users, 75,000 database entries, and 250,000 API requests — grow past any of those limits and you're straight into custom Enterprise territory. The v12 move to the Monospace Sustainable Core License (MSCL) has also rattled the community; smaller orgs get a free Innovation Grant, but larger teams are navigating a licensing landscape that changed significantly from what they signed up for.

On the dev side, updates can introduce breaking changes, the documentation doesn't always keep pace, and the extension ecosystem is pretty thin. Localization is technically supported but fiddly and easy to misconfigure, and large datasets make the UI noticeably sluggish. And if you want anything deeply custom, you're suddenly living in Vue.js land, which is not where most teams want to spend their weekends.

Help me migrate


Breaking update changes in Directus

Breaking update changes

Directus explicitly does not follow semver — any release may include breaking changes. The v10 to v11 upgrade hit schema changes and dropped fields, and the v11 UI scale change (px to rem) broke extensions hardcoding pixel values. Plan your upgrade windows carefully.

Limited extension ecosystem

Limited extension ecosystem

The plugin ecosystem is still pretty bare. Anything even mildly niche ends up becoming a "let's just custom build it" moment, which defeats the purpose of picking a CMS with extensions. The marketplace launched in beta in early 2024 and is still maturing.

Complex localization setup

Complex localization setup

Yes, it supports multilingual content, but setting it up feels like assembling IKEA furniture blindfolded. It works, but expect extra config, extra steps, and extra patience.

Version history still tier-gated in Directus

Version history still tier-gated

Global draft versions now ship automatically with every versioned item — no manual setup required as of March 2026 — which is a genuine improvement. Full version history, rollbacks, and controlled releases are still locked behind higher-tier plans, though, so if predictable publishing workflows are a must, check your tier carefully before committing.

Vue.js knowledge requirement

Vue.js knowledge requirement

Custom interfaces and deeper tweaks need Vue.js, so if your team only speaks React, prepare for a small identity crisis (or a hiring plan).

Large dataset performance issues

Large dataset performance issues

Heavy tables and deeply relational data can slow down queries and the UI — community reports show 25K-row datasets where raw SQL runs in milliseconds but the Directus API takes 20+ seconds, largely due to internal query overhead and no auto-indexes on foreign keys.



Benefits of Storyblok

Key advantages

If you've ever tried explaining "headless" to a content team and watched their eyes glaze over, Storyblok is your peace offering. The visual editor is genuinely good: editors see changes on the real page preview instead of filling out abstract field forms.

That's the upside. The downside is that the API lacks a few basics, like fetching child or sibling pages directly, and the tier jumps get steep once you need more locales or seats. If Storyblok is your choice, we can make it work, we know where the rough edges are and how to set it up cleanly.

Start my migration


Visual editing capabilities

Visual editing capabilities

Yes, you read that right, you can do real-time, on-page editing. Make a change, see it instantly, no staging limbo, which means you can stop “guess and publish.”

Component-based approach in Storyblok

Component-based approach

You can build a component once and use it everywhere. You can also update a button or banner in one place, and the entire site fixes itself.

Efficient content structuring for ease

Efficient content structuring

Your content stays clean, organised, reusable, and not scattered across 40 pages. Developers work with structured data, editors drag-and-drop pieces like Lego. Everyone gets to stay sane.

multi-language support

Robust multi-language support

One CMS, many languages, zero chaos. Localise content without duplicate pages, messy exports, or spreadsheet archaeology.

collaborate with your team on Storyblok

Collaborative environment

Writers, designers, and editors can all jump in at the same time without breaking each other’s work. Add comments and approvals. View version histories for teamwork without the headache.

Highly customisable

Highly customisable

If your design system can imagine it, you can use Storyblok to model it. There are custom fields, workflows, and logics that can bend to your stack rather than the other way around.





Common questions

Directus to Storyblok migration FAQs

Answers to the most common questions about Directus to Storyblok migration

How do we migrate content out of Directus?
Directus sits directly on your SQL database, which is both a blessing and a curse during migration. The blessing is that your content is in standard PostgreSQL, MySQL, or SQLite tables, so extraction is as simple as SQL queries. The curse is that Directus stores relational data and file references in its own conventions, so you need to untangle junction tables and re-map asset URLs. We write custom migration scripts for each project. A typical Directus migration with 50 to 100 content types takes 3 to 5 weeks.
Why do teams move away from Directus?
The two biggest triggers we see right now are licensing uncertainty and pricing sticker shock. Directus moved to the Monospace Sustainable Core License (MSCL) with v12 in May 2026, replacing the old BSL. Organisations under $5M revenue and 50 employees get a free Innovation Grant, but even above those thresholds the MSCL still permits free use of the Core tier — so larger orgs aren't categorically forced onto paid plans, though many opt into the cloud or a commercial self-hosted license for the production features sitting outside Core, and the community is noticeably split, with some teams forking old versions or migrating off entirely. On the cloud side, the old unlimited tier is gone; the Professional plan is $99/month and caps you at 5 users, 75K database entries, and 250K API requests. Growth past those limits means a jump straight to custom Enterprise pricing. On the development side, any custom interface work still requires Vue.js, which creates friction for React-focused teams. Breaking changes between updates also erode trust over time. Teams that started with Directus for its open-source appeal often outgrow it when they need predictable pricing and cleaner editorial workflows.
Can we keep our existing database when migrating from Directus?
You can keep your database infrastructure, but you'll likely restructure the schema. Directus creates its own system tables (directus_users, directus_permissions, directus_files, etc.) alongside your content tables. During migration, we extract the content tables, transform the data to fit your new CMS's content model, and leave the Directus system tables behind. If you're moving to a headless CMS like Sanity, the data moves from SQL rows to structured JSON documents, which typically results in a cleaner content model.
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.


Get in touch

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