Skip to content




Directus logo
Adobe Experience Manager logo

From Directus to Adobe Experience Manager

We are the Directus to Adobe Experience Manager 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 Team cloud plan is $499/month (or $599 billed monthly) and caps you at 10 SSO seats, 50 collections, and 20 flows — grow past 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 Adobe Experience Manager

Key advantages

AEM is the kind of platform you only choose if you’re a Fortune 500 company or you enjoy voluntary suffering. I’m not an Adobe fan. It’s bloated, overpriced, and built to lock you into their ecosystem. But fine, here are the positives. The Adobe integration is the real draw. If your organisation already lives inside Creative Cloud, Analytics, and Target, AEM becomes a giant DXP monolith that handles assets, personalisation, segmentation, and multi-channel delivery from one place. The DAM is genuinely strong, now split into Assets Prime and Assets Ultimate tiers, and it scales to enormous traffic when you throw infrastructure at it.

If you’re not operating at scale, you’ll spend absurd money for problems a clean Sanity + modern composable stack solves better and cheaper. If you are considering AEM or escaping it, get in touch. We’ll help you choose something that won’t haunt your ops team for the next decade.

Start my migration


Integration with Adobe tools

Integration with Adobe tools

AEM connects with Creative Cloud, Analytics, and Target, letting teams move assets, data, and personalisation logic across tools without friction

Robust digital asset management

Robust digital asset management

The DAM is genuinely powerful. It has AI tagging, smart cropping, versioning, and bulk optimisation for massive media libraries.

Consistent multi-channel delivery

Consistent multi-channel delivery

AEM can push content to web, mobile apps, email, and more from one central source. Ideal for enterprises that need consistent messaging across every customer touchpoint.

Flexible architecture

Flexible architecture

Runs headful, headless, or hybrid. Teams can serve Content Fragments over GraphQL, author on a live frontend with the Universal Editor, or ship through Edge Delivery Services, then mix that with legacy setups. Adaptable for companies with complicated stacks.

Scalable enterprise-level operations

Scalable enterprise-level operations

AEM is designed to handle huge traffic, global teams, and heavy workflows. It scales reliably when backed by proper infrastructure and Adobe’s cloud.

Dark UI design application showing a cursor selecting an element labeled 'Jenny' and a large blank frame.

Intuitive user interface

For an enterprise platform, the UI is relatively approachable, helping large content teams manage complex workflows without needing to touch code.





Common questions

Directus to Adobe Experience Manager migration FAQs

Answers to the most common questions about Directus to Adobe Experience Manager 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 Adobe Experience Manager cost?
AEM is one of the most expensive CMS platforms going. Adobe publishes no list prices, so everything is a custom enterprise quote. From contracts we've seen, AEM Sites licensing tends to start around $60,000 per year on its own, and a full AEM as a Cloud Service deployment usually lands in the six figures, often $200,000 or more annually once you factor in usage. Implementation runs another $100,000 to $500,000+, and Adobe support contracts add 15-25% of licensing on top. We've watched companies pay more for their AEM contract than for their entire engineering team's salaries. If that ratio sounds familiar, it's time to rethink the stack.
Can I migrate from AEM to Sanity?
Yes, and it's one of the more common moves we handle. The work is real but tractable. For an enterprise instance, plan for a few weeks to a few months depending on how customised AEM is. The biggest bottleneck is content extraction. AEM's JCR (Java Content Repository) stores everything in a proprietary node structure that needs custom tooling to export cleanly. Custom OSGi bundles, Sling models, and heavy DAM workflows all get rebuilt or replaced, usually with something far simpler. We run a parallel build, standing up Sanity and a modern frontend while AEM stays live, then cut over once content and redirects are validated. Editorial teams keep working throughout.
What are AEM's main limitations?
Cost is the headline, but it isn't the only one. Development is slow because nearly everything routes through Java, OSGi, and Sling, so even small changes need a dedicated dev. Performance degrades the moment you customise the platform. The author UI is dense, and routine content work often still depends on engineers. You're also tied to Adobe-certified partners for setup and upkeep, and contracts tend to carry multi-year lock-ins. The headless side (Content Fragments served over GraphQL, plus the Universal Editor) works, but it's bolted onto a DXP monolith rather than built lean from the start.
Is AEM overkill for most sites?
For most sites, yes. AEM earns its keep when an organisation already lives inside Creative Cloud, Analytics, and Target and needs governance across hundreds of properties. If you're not using several of those Adobe tools, you're paying enterprise rates for a CMS that's slower to build on and more expensive to staff than the alternatives. We've met teams who adopted AEM on a consultant's recommendation, then found they used maybe 15% of it. A Sanity backend with a Next.js frontend would have cost a fraction and shipped faster. Three things to watch if you do leave. DAM assets with custom metadata and renditions don't transfer automatically. Dispatcher and Sling URL patterns need careful redirect mapping to hold SEO value. Contract lock-ins can carry steep early-termination fees.


Get in touch

Tell us what you're building. We reply within one working day — Jono or someone on the team picks up every message personally.