Directus logo
Kentico logo

From Directus to Kentico

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

Key advantages

If Corporate Memphis art, dashboards, and spreadsheets are what you need, Kentico might be your happy place. The interface feels like Microsoft Office; that is, it is familiar, editor-friendly, and hard to break. And unlike platforms that need 14 plugins and a prayer, Kentico ships with the whole toolkit. It has marketing automation, e-commerce, workflows, multisite, multilingual, and the entire lot.

It scales well, handles heavy enterprise workloads, and integrates cleanly through APIs. But it is not the right fit for tiny brochure sites, but for large organizations that want everything under one roof, it’s a serious contender. If you’re unsure whether you really need the full armoury, send it our way and we’ll tell you if you’re ready for Kentico or if you’re just buying a tank to deliver pizza.

Start my migration


Kentico has a user-friendly interface

User-friendly interface

Kentico’s UI feels familiar with “Office toolbar,” like functions, rather than “developer terminals.” Editors can publish, schedule, and update content without needing a developer on standby.

Powerful built-in marketing automation, e-commerce, and customization tools

Built in tools

You don’t need to glue together 12 plugins just to run campaigns or sell products. Kentico ships with automation, personalization, analytics, and e-commerce baked in.

Flexible API and extensibility options

Flexible API and extensibility options

If your team speaks .NET, Kentico supports it. Its APIs and integration options make it easier to connect CRMs, ERPs, BI tools, and custom services without duct-tape engineering.

Comprehensive workflow and role management system

Workflow and role management system

It has multiple approvers, granular permissions, and strict publishing rules. Legal, marketing, and IT can all sign off without stepping on each other.

Fast onboarding + safe staging

Fast onboarding + safe staging

Training is quick, publishing is simple, and staging environments keep mistakes from going live. Teams can work confidently without “oops, wrong button” moments.

Headless-ready

Headless-ready

If you want speed, security, and headless flexibility, Kentico delivers. Content moves fast, scales well, and supports multi-site or multilingual setups without falling over.





Common questions

Directus to Kentico migration FAQs

Answers to the most common questions about Directus to Kentico 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 a Kentico migration typically cost?
Kentico migrations are enterprise-scale projects. For a site with 1,000 to 10,000 pages, expect the migration itself to run 8 to 16 weeks of development time. The cost depends on how deeply you've customised Kentico's marketing automation, e-commerce, and workflow features. Simple content-only migrations are faster, but most Kentico installations have years of custom .NET logic that needs to be rebuilt or replaced. We've seen total migration budgets range from $30,000 to $150,000 depending on scope, which still often pays for itself within 18 months through reduced licensing and maintenance costs.
Why are companies migrating away from Kentico?
Licensing costs are the initial trigger for most conversations we have. Kentico's annual fees add up fast, especially when you include maintenance, hosting, and the cost of .NET developers to keep it running. But the deeper issue is agility. Major version upgrades introduce breaking changes that can destabilise sites with years of custom logic. The admin UI feels dated as projects scale. Multi-tenant setups carry real risk since one bad customisation can take down every site in the cluster. Teams eventually decide the operational overhead isn't worth it.
What's the biggest challenge when migrating from Kentico?
Untangling the all-in-one features. Kentico bundles marketing automation, e-commerce, analytics, workflows, and content management into one platform. When you migrate away, each of those capabilities needs a new home. Content goes to your new CMS, email automation might move to a tool like Resend or Customer.io, and e-commerce might need a dedicated platform. We map out every feature your team actually uses before writing a single migration script, because the biggest risk is discovering a dependency mid-project that nobody documented.


Get in touch

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