Directus logo
Hubspot CMS logo

From Directus to HubSpot CMS

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

Key advantages

HubSpot whole ecosystem is designed so business users can update pages, run campaigns, and push content without ever Slacking a developer at 9 p.m.

It’s genuinely simple to implement, the drag-and-drop editor behaves, and the CRM integration does all the heavy lifting, from personalization to lead capture to automated follow-ups. You barely need a dev unless you’re trying to make something unusually fancy, because HubSpot’s whole pitch is: “Let marketing ship it themselves.”

But if you do want to build something more complex or need help figuring out where HubSpot fits into your stack, reach out. We can help you avoid unnecessary and very expensive upgrades, weird theme restrictions, and the classic “why is this locked behind Enterprise?” surprise.

Start my migration


Intuitive drag-and-drop interface

Intuitive drag-and-drop interface

Non-technical teams can update pages, layouts, and content without ever pinging a developer. The editor is straightforward, visual, and fast, making day-to-day site changes painless.

Deep CRM integration

Deep CRM integration

Forms, leads, emails, CTAs, and all of it connect back to HubSpot’s CRM automatically. This gives teams real personalisation power and a unified view of how users move from visitor to lead to customer.

Built-in SEO tools and analytics

Built-in SEO tools and analytics

HubSpot flags issues, suggests improvements, and provides performance insights without extra tools. It’s practical for teams who want clear SEO direction baked directly into the CMS.

Secure cloud hosting with SSL/CDN

Secure cloud hosting with SSL/CDN

Hosting, security patches, SSL, and updates are all handled by HubSpot. Sites stay fast and secure without anyone babysitting servers or worrying about downtime.

Lead tracking and management

Lead tracking and management

Every form submission, chat, and CTA is automatically tracked. Marketing and sales teams get full visibility into user behaviour without setting up a separate tracking stack.

Live WYSIWYG previews

Live WYSIWYG previews

Changes can be reviewed in real time before publishing, which reduces mistakes and makes approvals easier. What you see in the editor actually matches what goes live





Common questions

Directus to HubSpot CMS migration FAQs

Answers to the most common questions about Directus to HubSpot 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 much does HubSpot CMS actually cost?
HubSpot CMS starts at $25/month for the Starter tier, but that's a teaser price. Most teams end up on Professional ($400/month) or Enterprise ($1,200/month) once they need features like custom reporting, smart content, or additional contact tiers. The real cost shock comes from the CRM side. HubSpot bundles CMS with its marketing hub, and adding seats or automation workflows pushes the bill up fast. We've seen mid-sized companies paying $30,000-$60,000 per year once everything is bundled. That's a lot of money for a platform that still makes you write HubL templates.
Can you move a HubSpot site to a headless CMS setup?
Yes, and we've done it multiple times. The migration typically takes 6-10 weeks depending on how many pages, forms, and CRM integrations are involved. The trickiest parts are replicating HubSpot's form-to-CRM pipeline (which most teams replace with a dedicated form handler plus CRM API integration) and extracting blog content from HubSpot's proprietary format. Design preservation is straightforward if you're rebuilding in a modern framework. We usually rebuild the frontend in Next.js with a headless CMS for content, which gives you better performance and full design control without HubL's limitations.
Will I lose my HubSpot CRM data if I migrate the CMS?
No. HubSpot's CRM is a separate product from the CMS, and you can keep using it even if you move your website elsewhere. We typically set up the new site to push form submissions directly into HubSpot CRM via their API, so your sales team's workflows stay intact. The only thing you lose is HubSpot's native smart content features (content that changes based on CRM data), but those can be rebuilt with a personalisation layer or server-side logic. Most teams find the trade-off worthwhile because the CMS limitations were holding them back more than smart content was helping.
What are the main reasons companies leave HubSpot CMS?
The top three reasons we hear from clients are design limitations, HubL frustration, and pricing escalation. HubSpot's theme system restricts what you can build visually, and the moment you need something custom, you're writing HubL, a templating language that only works inside HubSpot. Developers hate it because it's a dead-end skill. Then there's cost. Teams start on a reasonable plan, add features over 18 months, and suddenly they're paying enterprise prices for what is still a fairly rigid website builder. Moving to a headless CMS removes all three problems at once.


Get in touch

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