Webflow Migration: What Leaving Webflow Actually Involves
An orientation page for anyone weighing a Webflow migration. Four decisions in order: whether you need to move at all, what the export really leaves behind, where you land, and who does the work. Each answered short, then linked to the page that goes deep.
MigrateLab Team
Migration Experts

The short version
This page is the map, not the manual. Leaving Webflow is four decisions: do you need to move at all, what breaks when you do, where you land, and who does the work. Each gets a short answer here and a link to the page that goes deep.
The number, up front: $5,000 to $25,000 and 4 to 8 weeks for a 50 to 100 page site, and that band barely moves whichever destination you pick.
One correction first, because it drives a lot of bad advice. There is no Webflow "CMS item wall". The May 13 2026 change raised item limits to 20,000 on Premium and Team. A pitch built on a 2,000 item cap is quoting a plan that no longer exists.
Decision 1: do you actually need to move?
Start here, because for a meaningful share of Webflow owners the answer is no.
Four reasons to stay put
Your site is small and stable. Under roughly 20 static pages, one or two editors, nobody asking for a feature Webflow refused. The migration costs more than the platform does and hands you back a codebase to maintain.
Nobody on your team will own a repo. A design team with no developer ends up with worse lock-in after migrating, not less. A codebase you cannot change is a harder trap than an account you can log into.
You are reacting to the legacy Editor sunset on 2026-08-04. Real date, not a migration trigger. Replacement seats are free with no announced end date, affected users were moved automatically from 2026-05-04 with no action required, and nothing changes about how the live site hosts, renders or handles forms. The one genuine loss is whitelabeling, which only ever applied to Growth and Agency Workspaces.
You think Webflow cannot be driven by AI. It can. Webflow shipped an official MCP server at mcp.webflow.com/mcp in early 2026, listed in Anthropic's connector directory for read and write. It reads site structure, bulk creates and updates CMS items, creates Collections and fields, edits page SEO and Open Graph metadata, and publishes a site. If that was your reason for leaving, it has expired.
Three reasons that hold up
Per-seat pricing. $39 per full seat per month billed yearly, $15 limited. It scales with headcount rather than traffic, and it did not change in May 2026, so it is a standing cost rather than a recent shock.
Where the connector stops. It cannot upload assets to the media library, an open issue on Webflow's own repository since February 2026 with no maintainer response as of July 2026. It cannot create IX3 Interactions. One workspace per authorization. Rate limited to 60 requests per minute on Starter and Basic, 120 above. And no git underneath: no branch, no review, no revert when a bulk edit goes wrong.
Work Webflow will not do. Custom application logic, real site search, anything needing a server you control.
One reason people cite that usually does not apply: the bandwidth cut from 100GB to 50GB hit Business-plan sites moving to Premium. Sites on the old CMS plan saw limits go up. Check which you were on first.
If none of this is you, stay on Webflow. That is a real answer, and we would rather you got it here.
Decision 2: what actually breaks
Most disappointment traces to one belief: that the export button gives you your site. It does not.
Export is gated on your Workspace plan, not your Site plan. Core, Growth, Freelancer and Agency include it. A free Starter Workspace does not.
You get HTML, three CSS files, the JS folder, Assets panel images, and *empty* Collection template pages.
CMS content is not in the export. Collection items and Collection lists are excluded outright. Content moves separately, through the Data API. This is the biggest surprise in the process.
Also excluded: User Accounts, Ecommerce, password protection, form submission processing, reCAPTCHA, site search, non-primary locales, code components.
IX2 interactions do export and do work, through the JS folder. Earlier versions of this page said otherwise and were wrong. Lottie needs a web server.
Forms stop the moment you leave. They post to Webflow's own endpoint. Every one needs a new handler.
The export is a reference for markup and design tokens, not a shippable site. The sequencing that works, phase by phase with the SEO checks in the right order, is in the Webflow migration checklist.
Decision 3: where do you land?
Astro, for content and marketing sites. It ships almost no JavaScript by default, usually the single biggest win over a Webflow build. See the Webflow to Astro guide.
Next.js with Payload CMS, when non-technical people need an admin UI or the site is really an application wearing a marketing site's clothes. See the Webflow to Payload guide.
Another headless CMS, if seat counts or editor habits decide it. Payload, Sanity and Storyblok differ far more in recurring cost and seat limits than in migration effort: the headless CMS guide makes that comparison.
If the choice feels hard, the real question is usually who edits the site after launch, not which framework renders it.
Decision 4: who does the work?
In-house, if you have a developer with spare capacity and the site is not carrying revenue. The risk is not the build. It is the redirect map and the CMS field mapping, which are boring and unforgiving.
Outsourced, if organic traffic matters or the deadline is fixed. What that costs and what to ask a vendor before signing is on the Webflow migration services page, and the money side is broken down in the cost breakdown.
Running costs after launch: $0 to $20 per month on a static-first stack hosted on Cloudflare Pages, or roughly $20 to $50 per month on Vercel with a managed database. Vercel Hobby is non-commercial only, so it is not a licensed option for a site anyone is paid to build.
Two special cases
Ecommerce is not sunset, so moving it is a choice on your timeline rather than a deadline. Products, variants, SKUs, orders and the payment provider are their own project: Webflow ecommerce migration guide.
Gated content. Webflow's User Accounts product was sunset on 2026-01-29, so anyone still gating pages is already running a workaround. The job is porting that workaround plus member records plus per-page access rules: gated content migration guide.
Start where your question is
Process and sequencing: migration checklist
Budget: cost breakdown
Schedule: how long a Webflow migration takes
Content site: Webflow to Astro
Admin UI needed: Webflow to Payload
Choosing a CMS: headless CMS comparison
Hiring: Webflow migration services
$5K-$25K
Typical Migration Cost
For a 50 to 100 page site, roughly the same whichever destination you pick
20,000
Webflow CMS Item Limit
Raised on 13 May 2026 for Premium and Team. There is no 2,000 item wall
$39/mo
Per Full Seat, Yearly
A standing cost that scales with headcount, not traffic. Limited seats are $15
0
CMS Items In The Export
Code export ships empty Collection templates. Content moves via the Data API
| Feature | Staying on Webflow | Moving to code |
|---|---|---|
| Platform cost driver | Site plan plus $39/mo per full seat, yearly billing | Hosting and database only, no seat metering |
| AI agent access | Official MCP server: CMS, pages, SEO, publish | The whole repository, plus a build that fails before users see it |
| Asset uploads by agent | Not supported, open issue since February 2026 | Files in the repo like anything else |
| Version control | None. No branch, no review, no revert | Full git history and pull request review |
| CMS item ceiling | 20,000 on Premium and Team since May 2026 | Bounded by your database |
| Time to first change | Minutes, in the Designer, by a non-developer | Needs someone who can run the project |
| Who can maintain it | Designers, with no engineering on staff | Requires a developer or an agency on retainer |
| Custom server logic | Embeds and third-party scripts only | Anything you can write |
Not sure which of the four decisions you are on?
Send your Webflow URL, page count and Collection count. We will tell you whether moving is worth it for your site, and give you a fixed price and a timeline if it is.
Frequently asked questions
- Should I migrate off Webflow at all?
- Often not. If the site is under roughly 20 static pages, one or two people edit it, and nobody has asked for something Webflow refused, the migration costs more than the platform does and hands you a codebase to maintain. The cases that justify moving are per-seat cost as headcount grows, needing version control and a real review loop, and features that require a server you control.
- How much does a Webflow migration cost and how long does it take?
- $5,000 to $25,000 for a 50 to 100 page site, typically 4 to 8 weeks. Cost is driven by page count, CMS Collection complexity, custom interactions and locale count rather than by which framework you land on. The cost breakdown and timeline pages go through the drivers line by line.
- Does Webflow code export give me my whole site?
- No. Export gives you HTML, three CSS files, the JS folder, Assets panel images and empty Collection template pages. CMS content is excluded outright, along with User Accounts, Ecommerce, password protection, form submission processing, reCAPTCHA, site search, non-primary locales and code components. Export is also gated on your Workspace plan, not your Site plan.
- Do Webflow interactions survive a migration?
- IX2 interactions do export and continue to function through the JS folder, so they are not lost at the export step. Lottie animations need a web server to run. In practice most teams rebuild interactions in the new stack anyway, because carrying Webflow generated JavaScript forward defeats much of the point of moving.
- Can AI tools edit a Webflow site without migrating?
- Yes, to a point. Webflow ships an official MCP server at mcp.webflow.com/mcp with read and write access: reading site structure, bulk CMS creates and updates, creating Collections and fields, editing page SEO metadata, and publishing a site. It cannot upload assets to the media library or create IX3 Interactions, it handles one workspace per authorization, and there is no git underneath, so no branching and no revert on a bad bulk edit.
- Is the 2026-08-04 legacy Editor sunset a reason to migrate?
- No. The replacement seats are free with no announced end date, affected users were moved automatically starting 2026-05-04 with no action needed, and nothing changes about hosting, rendering, CMS or forms on the live site. The only real loss is whitelabeling, which applied to Growth and Agency Workspaces. Anyone selling urgency on that date is overselling it.
- Where should I migrate to?
- Astro for content and marketing sites. Next.js with Payload CMS when non-technical editors need an admin UI or the site behaves like an application. Sanity and Storyblok are reasonable alternatives that differ mainly in recurring cost and seat limits. If the choice feels hard, the real question is usually who edits the site after launch, not which framework renders it.
- What does the site cost to run after migrating?
- $0 to $20 per month on a static-first stack hosted on Cloudflare Pages, or roughly $20 to $50 per month on Vercel with a managed database. Vercel Hobby is non-commercial only, so it is not a licensed option for any site someone is paid to build or host.
Related Resources

The Complete Webflow Migration Checklist for 2026
A step-by-step Webflow migration checklist covering every phase from pre-migration audit to post-launch monitoring, including the redirect mapping, CMS export and QA steps that decide whether your rankings survive the move.

Webflow Migration Cost: What It Actually Costs in 2026
For a 50–100 page Webflow site, expect $5,000–$25,000 and 4–10 weeks. The destination (Astro, Next.js, SvelteKit) barely changes the price, what changes the 5-year cost is whether you end up with AI-editable code or another platform lock-in.

Webflow to Astro Migration: The Complete 2026 Guide
How to move a Webflow site to Astro: whether you should, what code export leaves behind, the rebuild step by step, what it costs, and when to stay put. Budget $5,000 to $25,000 and 4 to 8 weeks for a 50 to 100 page site.

Webflow to Payload CMS: The Complete Migration Guide for 2026
Migrating from Webflow CMS to Payload keeps the design-first model of Collections, references and rich text, and adds code you own with TypeScript end to end. Payload's licence is free; hosting and a database are a separate bill. Typical: $5,000 to $25,000.