Directus logo
Contentful logo

From Directus to Contentful

We are the Directus to Contentful 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 Contentful

Key advantages

Contentful is one of the most established headless CMS choices, and we still see plenty of customers land on it after a shortlist.

It's built around structured content, so you model fields once and pull them into any front end you like. That means no copy-pasted components scattered across pages. It also has first-party support for A/B testing and personalization through its Studio add-on, which most competitors don't match natively. The app ecosystem covers SEO, translation, validation, and asset management, and editors get live side-by-side preview for content they're working on.

If your team has the budget and the developer resources to model content properly, it's a solid pick.

Start my migration


APIs in Contentful

API-first design

Contentful was built for APIs from day one, which means your content plugs cleanly into apps, websites, and mobile.

Developer-friendly flexibility

Developer-friendly flexibility

Schemas, content models, and references can be tuned however you like. If your stack is anything beyond “cookie-cutter,” Contentful won’t get in your way.

User-friendly interface

User-friendly interface

Editors enjoy using it. Clean UI, quick search, structured fields, and no “where does this go again?” confusion.

Extensive integration capabilities

Extensive integration capabilities

Plug in analytics, eCommerce, automation, and translation. Contentful plays nicely with almost anything. And if something isn’t supported yet, you can wire it up yourself without hacking the platform apart.

Contentful is scalable

Scales under traffic

Contentful's global CDN holds up under heavy load. We've run it on sites pushing millions of monthly requests without needing bespoke infrastructure to handle spikes.

Cloud-based architecture Contentful

Cloud-based architecture

You don't have to install, patch, or maintain anything. It’s fast, globally distributed, and always up to date. Your content team can ship from anywhere without a DevOps babysitter.





Common questions

Directus to Contentful migration FAQs

Answers to the most common questions about Directus to Contentful 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.
How much does Contentful cost?
Contentful has a Free tier with 10 users, 100K API calls per month, 25 content types, and 10,000 records. The Lite plan is $300/month for 20 users, 1M API calls, and 100GB CDN bandwidth. Premium is custom pricing with unlimited API calls and a 99.99% uptime SLA. We've seen teams hit the free tier's API ceiling or content type cap fast, and the jump to Lite is often forced by a single limit rather than a feature need.
What are some alternatives to Contentful?
Sanity is the alternative we recommend most. It gives you real-time collaboration, a customizable studio, and pay-as-you-go pricing that doesn't punish you for scaling. Storyblok is worth considering if your editors want a visual builder. We've migrated teams off Contentful to both, and Sanity consistently gets the best feedback from developers and content editors alike.
How does Contentful compare to Sanity on pricing?
Contentful charges $300/month for its Lite plan with hard caps on API calls, seats, and content types. Sanity's pricing is usage-based, starting free and scaling with actual consumption. For most mid-size projects, Sanity ends up significantly cheaper. The real difference is that Sanity doesn't gate core features behind premium tiers the way Contentful does with roles, SSO, and content modelling limits.
Can I migrate from Contentful to Sanity?
Yes. We've migrated dozens of Contentful projects to Sanity. The structured content model in Contentful maps well to Sanity's schema, so most migrations are straightforward. Content, assets, references, and localized fields all transfer. Our typical migration takes 2-4 weeks depending on the number of content types and the complexity of your references. We handle frontend rewiring too if you're on Next.js or a similar framework.
Is Contentful good for large enterprise websites?
It can be, but the costs get steep. Enterprise plans are custom-priced and often land in the $50,000-$100,000+ per year range. If you have deep pockets and your team already knows the platform, it works. If you're evaluating from scratch, we'd push you toward Sanity for enterprise use. You get equivalent API performance, better real-time editing, and a pricing model that doesn't penalize growth.


Get in touch

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