Directus logo
Contentstack logo

From Directus to Contentstack

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

Key advantages

Contentstack is one of the more polished enterprise headless CMS platforms. It has API-first, composable, and loaded with the usual DXP buzzwords. It actually backs some of it up. The workflows are strong, role-based approvals are genuinely helpful for large editorial teams, and the visual builder plus modular blocks give marketers enough power to ship pages without pinging developers every 30 seconds. Its omnichannel delivery, multi-region CDNs, and fast APIs make it a solid fit for global brands with heavy traffic and complex localisation needs.

But this is firmly in enterprise territory. We generally don’t recommend platforms in the “DXP with 47 whitepapers” category, but if you must pick one, Contentstack at least has a smoother developer experience than most. The composable architecture is well thought out, integrations behave predictably, and the SDKs play nicely with modern frameworks like Next.js. If you're a Fortune-500-sized team and want help figuring out whether this is the right bet, or want a modern alternative instead, get in touch.

Start my migration


A dark shield icon and a glowing white circle on a grid background.

Enterprise-grade composable architecture

Built for large teams shipping across markets. The stack scales fast, stays stable under heavy traffic, and doesn’t crumble the moment your marketing team schedules a global launch.

Advanced workflow and approvals

Advanced workflow and approvals

Contentstack’s workflow engine handles multi-step approvals, roles, and governance without duct tape. Perfect for teams that need structure instead of Slack chaos.

Multi-region CDN delivery

Multi-region CDN delivery

Your content gets pushed worldwide through edge CDNs, keeping delivery fast even when your customers are nowhere near your servers.

Dark grid with various abstract UI icons: an image, PDF folder, play button, pointer, and bar graph.

API-first microservices design

Developers get flexibility without wrestling with legacy monolith logic with REST, GraphQL, and webhooks.

Extensive React/Next.js SDKs

Extensive React/Next.js SDKs

Strong developer tooling means faster builds and fewer hours wasted writing boilerplate just to fetch and render content.

MACH-compliant infrastructure

MACH-compliant infrastructure

Fully modular, cloud-native, and replaceable in parts. Plays nicely inside modern composable stacks instead of dragging you back to 2010.





Common questions

Directus to Contentstack migration FAQs

Answers to the most common questions about Directus to Contentstack 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 Contentstack cost?
Contentstack doesn't publish pricing, which is standard for enterprise DXP platforms and frustrating for everyone else. Based on what we've seen, expect the entry point for a small team to start around $3,000-$5,000/month, with enterprise contracts landing in the $50,000-$150,000+ per year range depending on API usage, regions, and seats. Implementation costs run separately and typically require 8-16 weeks of developer time. If you're comparing against Contentful or Sanity at the enterprise level, Contentstack is generally in the same ballpark as Contentful but significantly more expensive than Sanity for comparable functionality.
Is Contentstack worth the investment for mid-sized teams?
For most mid-sized teams, no. Contentstack was built for Fortune 500 content operations with global teams, complex approval chains, and multi-region delivery requirements. If your team has 5-15 people managing content across 2-3 markets, you're paying enterprise prices for capabilities you'll never fully use. The workflows and governance tools are genuinely good, but they come with complexity overhead that slows smaller teams down. We typically steer mid-sized companies toward Sanity or Contentful, which offer strong workflow controls without the enterprise onboarding burden. Contentstack makes sense when you have 50+ content editors across multiple regions. Below that threshold, leaner platforms deliver more value per dollar.
How hard is it to migrate off Contentstack?
Harder than most headless CMS platforms because of the custom integration layer. Contentstack's composable architecture means teams typically build extensive webhook pipelines, custom extensions, and multi-step workflows that all live within the platform. Content extraction through their REST and GraphQL APIs is straightforward, but replicating the orchestration logic elsewhere takes real engineering effort. Schema migration is manageable if your content models are well-documented. Plan for 8-14 weeks for a full migration. The longest phase is usually rebuilding the approval workflows and publication pipelines in the target platform, since Contentstack's workflow engine is one of its strongest features and the part teams rely on most.
What should enterprise teams consider before choosing Contentstack?
Ask three questions first. Do you actually need multi-region CDN delivery and MACH-compliant architecture, or is that just nice to have? If you're serving one market from one region, you're paying for global infrastructure you won't use. Second, does your editorial team have the patience for a steep onboarding curve? Contentstack's content modelling is powerful but requires careful upfront architecture. Third, what's your exit strategy? Contentstack contracts often span multiple years, and the custom integrations you build create switching costs that grow over time. We always recommend running a proof-of-concept with real content before signing an annual contract. That 2-week investment can save you from a 2-year mistake.


Get in touch

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