Directus logo
Agility CMS logo

From Directus to Agility CMS

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

Key advantages

Agility CMS is one of the few headless CMS platforms that genuinely tries to bridge the gap between developer freedom and editor autonomy. The standout feature is built-in page management, something most headless CMS tools completely ignore. Editors can create and manage pages, control the sitemap, handle SEO fields, and arrange modular components on pages without needing a developer to wire everything up. That alone saves us a ton of back-and-forth on client projects.

The Next.js integration is solid and well-maintained. The SDK handles page routing, preview mode, and image optimization out of the box, and getting a starter site running takes minutes rather than hours. The content modeling interface is intuitive enough that even non-technical clients can understand and extend models without hand-holding, which is rare in the headless space.

Support is genuinely excellent. The team is small enough that you get real humans who know the product inside out, not a ticket queue that disappears into the void. For agencies that need to move fast and hand projects off to client teams, that responsiveness matters. The API request limits are generous too, with high request allowances across all plans, so you're not constantly worrying about overage charges like you would with some competitors.

We also appreciate that Agility takes a pragmatic approach to headless. It doesn't try to be everything, but it does the core CMS job well and stays out of your way when you need to build custom functionality around it.

Start my migration


Page management interface in Agility CMS

Built-in page management

The only headless CMS with native page management. Editors can build and manage pages, control the sitemap, and arrange modular components without developer involvement.

Next.js integration with Agility CMS

Strong Next.js integration

First-class Next.js SDK with automatic preview mode, image optimization, and page routing. Getting a project scaffolded takes minutes, not hours.

Content modeling in Agility CMS

Intuitive content modeling

Visual schema modeler that maps to JSON. Non-technical users can understand and extend content models without needing a developer to walk them through it.

Agility CMS support team

Excellent support team

Small, responsive support team that actually knows the product. You get real answers quickly, not generic ticket responses that take days.

API limits in Agility CMS

Generous API limits

Generous API request allowances across all plans. No surprise overage bills or throttling when traffic spikes, which removes a common headache with usage-based competitors.

SEO management in Agility CMS

Built-in SEO and redirect management

SEO fields, sitemap editing, and URL redirect management are native to the CMS. Editors can handle these without a separate tool or developer intervention.





Common questions

Directus to Agility CMS migration FAQs

Answers to the most common questions about Directus to Agility CMS 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 do we migrate away from Agility CMS?
Agility CMS content is accessible through their REST API, so extracting pages, content lists, and media is doable with scripted API calls. The trickier part is the page management layer. Agility's built-in sitemap and page routing don't have direct equivalents in most headless CMS platforms, so that logic needs to be rebuilt in your frontend. We typically budget 4 to 8 weeks for Agility migrations depending on how deeply the page management features are used.
Is Agility CMS worth the price?
At $1,249/month minimum with no free tier, Agility is one of the priciest headless CMS options available. For teams that genuinely need built-in page management, SEO tools, and generous API limits, the cost can be justified. But most mid-sized teams we work with find they can get the same results with a platform like Sanity at a fraction of the cost, especially when you factor in Agility's additional charges for template customisations that go beyond their standard offerings.
What are the biggest risks of staying on Agility CMS?
The small ecosystem is the long-term concern. With fewer community resources, plugins, and Stack Overflow coverage than competitors, you're heavily reliant on Agility's support team for edge cases. The preview delay frustrates editors who are used to real-time feedback, and component nesting limitations force workarounds as your design system grows. If Agility ever changes pricing or direction, the limited community means fewer migration guides and less shared knowledge to help you move.


Get in touch

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