Craft CMS logo
Agility CMS logo

From Craft CMS to Agility CMS

We are the Craft CMS to Agility CMS migration experts

Last verified:



Challenges with Craft CMS

Key pain points

The elephant in the room is PHP. Craft requires a traditional LAMP-style hosting setup with PHP 8.2+ and MySQL or Postgres, which immediately rules out the serverless and edge-first hosting that modern JavaScript frameworks thrive on. You're managing servers, configuring OPcache, tuning database connections, and dealing with all the operational overhead that comes with self-hosted PHP applications. For teams already working in the JavaScript ecosystem, this is a hard sell.

Major version upgrades are genuinely painful. Craft doesn't support skipping major versions, so migrating from Craft 2 to 5 means stepping through every version in between. Each jump brings breaking changes to Twig templates, PHP requirements, and plugin compatibility. We've seen agencies spend weeks on upgrades that should have been straightforward. The Team tier starts at $279 per project and the Pro tier costs $399, plus $99 annual renewals for both. A free Solo tier exists for single-user projects, but costs still add up for agencies, especially when you factor in plugins and the recent trend toward stricter licence enforcement in the control panel.

The community, while passionate, is relatively small compared to WordPress or even newer headless CMS platforms. When you hit an edge case or need help with a niche plugin, you may find yourself digging through GitHub issues rather than finding a ready answer. And while Craft Cloud exists as a managed hosting option, it's still maturing and doesn't yet match the deployment experience you'd get with platforms like Vercel or Netlify.

Help me migrate


PHP hosting requirements in Craft CMS

PHP hosting requirements

You need a traditional server with PHP 8.2+, MySQL or Postgres, and proper configuration. No serverless, no edge deployment, no modern hosting shortcuts.

Painful version upgrades in Craft CMS

Painful major version upgrades

You can't skip major versions, so upgrades mean stepping through each release with breaking Twig, PHP, and plugin changes along the way.

Smaller community in Craft CMS

Smaller community and ecosystem

The community is dedicated but small. Finding answers to niche problems often means digging through GitHub issues or waiting on forum responses.

Licence costs in Craft CMS

Licence costs add up

The Team tier is $279 per project and Pro is $399, both with $99 annual renewals, plus paid plugins on top. A free Solo tier exists for single-user projects, but costs add up quickly for agencies managing multiple client sites.

Learning curve in Craft CMS

Learning curve for non-developers

Craft assumes your team includes developers. Content editors coming from WordPress or simpler tools will need time to adjust to the more structured interface.

Twig templating limitations in Craft CMS

Twig templating limitations

Twig is clean but limited compared to modern component frameworks. Complex UI logic gets awkward, and you're locked into whatever Twig version Craft supports.



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

Craft CMS to Agility CMS migration FAQs

Answers to the most common questions about Craft CMS to Agility CMS migration

How much does Craft CMS cost for an agency managing multiple sites?
The costs add up quicker than most agencies expect. The Solo tier is free for single-user projects, Team is $279 per project, and Pro is $399 per project. Both paid tiers carry a $99 annual renewal fee. If you're running 10 client sites on Pro, that's $3,990 upfront plus $990 per year in renewals before you've paid for a single plugin. Popular plugins like SEOmatic, Blitz (caching), and Navigation run $99-$199 each. Factor in PHP hosting ($20-$100/month per site depending on traffic) and the total per-project cost lands between $500 and $1,500 in year one. It's reasonable for individual projects but the aggregate cost across a portfolio is where agencies feel the squeeze.
What are the hidden costs of running Craft CMS?
Beyond licensing, three costs catch teams off guard. First, PHP hosting. Craft needs PHP 8.2+, MySQL or Postgres, and proper server configuration. You can't deploy to Vercel or Netlify like you would with a headless CMS. Budget $20-$100/month per site for decent managed hosting. Second, major version upgrades. Craft doesn't let you skip versions, so going from Craft 3 to 5 means stepping through 3 to 4, then 4 to 5, each with breaking changes to Twig templates and plugin compatibility. We've seen agencies spend 20-40 hours per upgrade. Third, developer dependency. Craft assumes your team has PHP developers on hand. If your agency is moving toward JavaScript stacks, maintaining Craft expertise becomes an overhead.
Should I migrate from Craft CMS to a headless CMS?
It depends on your stack direction. If your team is comfortable with PHP and Twig, and your sites are traditional server-rendered builds, Craft still works well. But if you're building with Next.js, React, or any modern JavaScript framework, Craft becomes friction. Its GraphQL API exists but it's a bolt-on, not a native experience. The content modelling in Craft is genuinely good, and that translates well to headless platforms. We've migrated Craft sites to Sanity where the content structures mapped over almost one-to-one. The frontend rebuild in Next.js typically takes 6-10 weeks, and the result is faster, cheaper to host, and easier to iterate on.
What's the biggest challenge when migrating off Craft CMS?
Twig templates. Every piece of frontend logic in a Craft project lives in Twig, and none of it carries over to a modern JavaScript framework. You're essentially rebuilding every template from scratch. Content migration itself is manageable since Craft's data structures are well-organised, and you can export through the Element API or direct database queries. The other challenge is plugin replacement. If you rely on Craft plugins for forms, SEO, or search, you need to find equivalents in your new stack. We build a dependency audit before any Craft migration so there are no surprises mid-project.
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