Directus logo
Webflow logo

From Directus to Webflow

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

Key advantages

We're really trying to think of a good reason to love Webflow, and if you’re building a simple marketing site, a portfolio, or a 10-page brochure site, it works. Designers get pixel-perfect layouts without touching code, the HTML it spits out is clean, hosting is included, and nobody has to panic over plugin updates or random server outages. In that world, Webflow is for you.

One of the Reddit users who likes Webflow states that it has global CDN, SSL handling, and 99.99% uptime without touching a server or updating a single plugin. But to be real, Webflow isn't a platform to build on top of, it's a "one and done" kind of thing. Honestly just go to fiverr and find somebody who's designs don't suck.

But if you are dead set on it, connect with us, and we will try to develop the best solution for you.

Start my migration


Visual design without coding

Visual design without coding

Designers can build the site they see in their heads without waiting on a dev or translating Figma to HTML. You just drag, drop, animate, and publish. If you can design it, Webflow will render it.

Global CDN infrastructure

Global CDN infrastructure

Your site gets served fast everywhere, without you configuring servers or worrying about uptime charts. Webflow handles delivery at scale, and pages load like they’ve had three shots of espresso.

SSL management in Webflow

Automatic SSL management

You don't need any certificates, renewals, or late-night expiration scares. SSL is handled out of the box, so security stops being a chore and starts being standard.

Clean semantic HTML output - Webflow

Clean semantic HTML output

Unlike many no-code builders, Webflow doesn’t produce spaghetti markup. The code it generates is tidy, semantic, and Google-friendly, which is why performance is generally strong.

Built-in SEO optimization

Built-in SEO optimization

Webflow gives you proper SEO controls with meta titles, descriptions, alt text, structured data, and Open Graph. You don't need plugins or setup. It has native tools that keep your site search-friendly.

Webflow has Plugin-free architecture

Plugin-free architecture

Webflow ships with most essentials built in, so you’re not babysitting 12 plugins just to keep the lights on. Fewer moving parts means fewer things blowing up.





Common questions

Directus to Webflow migration FAQs

Answers to the most common questions about Directus to Webflow 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 Webflow cost?
Webflow's pricing is layered and confusing. Site plans (billed yearly) start at $14/month for Basic, $23/month for CMS with 2,000 items, and $39/month for Business with up to 20,000 items. Those are per-site. Workspace plans are separate at $19/month (Core) or $49/month (Growth) for teams, plus $16-$35/month for Freelancer or Agency plans. Ecommerce runs $29, $74, or $212/month depending on the tier. Enterprise pricing starts around $60,000/year. The real cost surprise comes from CMS item caps and bandwidth overages, a single CMS site that grows past 2,000 items forces a jump to Business.
How do I migrate from Webflow to a headless CMS?
We export your Webflow content through their API, restructure it for the target CMS (usually Sanity), and rebuild the frontend in Next.js. The content migration itself is straightforward. The tricky part is recreating Webflow's visual design in code, especially custom interactions and animations. Most migrations take 4-6 weeks. The payoff is a faster site, no per-page CMS limits, and a frontend your developers can actually version control.
What are the best Webflow alternatives?
For designers who want visual control, Framer is the closest alternative with better performance. For teams that need a proper CMS backend, Sanity paired with a custom Next.js frontend gives you far more flexibility. If you just need a simple marketing site and don't want to code, Framer or Squarespace will get you there cheaper than Webflow's higher tiers. The right choice depends on whether you're outgrowing Webflow's CMS limits or its pricing.
How do I understand Webflow pricing?
Think of it as two separate bills. First, your Site plan, which covers hosting, CMS items, bandwidth, and form submissions for each individual site. Second, your Workspace plan, which covers team seats, staging sites, and collaboration features. You pay both. A solo freelancer on one site might spend $23/month. A team of five managing three sites easily lands between $300 and $500/month. Always check CMS item limits before launching, because the cap for the CMS plan is 2,000 items and hitting it forces an immediate upgrade to Business.
Can I export my Webflow site and host it elsewhere?
Technically yes, but you lose almost everything that makes Webflow useful. Exported code strips out CMS content, interactions, animations, and form handling. You get static HTML and CSS. For most teams, exporting means rebuilding. That's why we recommend migrating to a headless CMS and custom frontend rather than trying to salvage exported Webflow code. It's cleaner, faster, and you end up with something maintainable.


Get in touch

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