Blog · Web development
Webflow Cloud: the complete guide to understanding, choosing, and deploying in 2026

Everything you need to know about Webflow Cloud: what it’s for, what you can do with it, its pricing, its limitations, and when to hand it over to an expert agency.
Webflow has long been the perfect tool for showcase sites, marketing sites, and certain SaaS products without custom logic. But as soon as a project required a little more—dynamic calculators, member areas, custom funnels, AI integrations, or pages generated on the fly—you had to step outside Webflow and connect a Vercel, Netlify, or Cloudflare Pages alongside it. Two domains, two bills, two pipelines, and a fragmented user experience.
Webflow Cloud changes this exact point.It’s Webflow’s official platform for deploying a full Astro or Next.js application under the same domain as your Webflow site, with no servers to manage or third-party hosts to coordinate.
This guide is designed to give you an actionable overview: what it’s truly for, what you can now do that wasn’t possible before, how much it costs, where the limitations lie, how it compares to Vercel and Netlify, and—perhaps most importantly—when a Webflow Cloud deployment can be handled in-house and when it’s better to hand the project to an agency that’s already done it multiple times.
What is Webflow Cloud?
Webflow Cloud is Webflow’s official platform for deploying full-stack applications, powered by Cloudflare Workers.
In practical terms, it enables three things that Webflow alone couldn’t do:
It’s not a replacement for Webflow. It’s anextension of Webflow into the world of applications, designed so your clients, marketing team, or leadership no longer need to understand why your "website" requires another service beneath it.
Why Webflow launched it
The strategic context matters because it says a lot about the tool’s longevity.
Webflow faces competition on two fronts. On one side, AI-powered generators (Lovable, V0, Bolt) produce full applications in a few prompts, but with limited control once you want to scale. On the other, modern full-stack frameworks—Next.js, Astro, Remix—have become accessible to non-experts, with two-click deployment on Vercel or Cloudflare. Webflow risked beingsandwiched between the two: too limited for apps, too complex for simple sites.
Webflow responded by opening up its ecosystem. Webflow Cloud is the centerpiece of this shift. In September 2025, the company donated $150,000 to Astro and became its official partner sponsor (announcement). And in January 2026, Cloudflare—which powers Webflow Cloud—acquired the Astro team, further strengthening the alignment between Astro, Cloudflare Workers, and Webflow Cloud. The entire ecosystem is now moving in the same direction.
This changes the conversation for clients who were hesitant to stick with Webflow for their next project. You no longer have to choose between "staying in Webflow" and "switching to real development." You can do both in the same deliverable, under the same domain, on the same invoice.
What you can now do that wasn’t possible before
This is the deciding question. Here’s the concrete shift, by profile.
For an executive or product owner. You no longer have to choose between "it needs to look good and be easy to edit" and "it needs to do X." Both can now coexist on the same domain. A scalable marketing site on the Designer side, a calculator app or member area on the code side—two worlds, one product.
For a marketing team. You keep Webflow for what you already do best: campaign pages, articles, editorial landing pages. But now you can request a specific feature—a dynamic quiz, a quote configurator, an AI integration—without having to spin up a separate Vercel project. Everything stays on monsite.com/..., so your cookies, pixels, tracking, and cookie banner remain unified.
For a CTO or tech lead. Your team can now deploy Astro or Next.js in an edge environment, with native database and storage, without managing a second infrastructure. You also share bandwidth with your existing Webflow plan. And marketing can keep publishing independently without touching your code.
For a Webflow agency or freelancer. You can now take on projects you previously had to outsource to a backend developer—or decline. Calculator, configurator, member area, AI integration, client dashboard: all of this now fits into an extended Webflow deliverable. You remain the client’s single point of contact, and you can charge more without changing your stack.
Who it’s for (and who it’s not)
Webflow Cloud isn’t a one-size-fits-all solution. There are cases where it’s the perfect tool, and others where it would be overkill or unsuitable.
It’s for you if:
It’s probably not for you if:
If you fall into the first category, the rest of this article should be useful. If you’re in the second, you can save time by stopping here—or by reading the comparison section below to confirm the diagnosis.
7 use cases worth considering
These are the projects where Webflow Cloud becomes particularly relevant.
Dynamic calculator or configurator. A pricing calculator, quote simulator, lead qualification quiz, or product configurator. Cumbersome to maintain as custom Webflow code, but natural in Astro or Next.
Lightweight member area. Not a full Stripe Subscriptions setup, but gated access to exclusive content: passwordless login, personal dashboard, resource downloads, member-side mini-CRM.
Programmatic SEO. Generating 500 or 5,000 pages from a database—directory, comparator, product catalog, local pages. Astro handles static generation, Webflow manages the surrounding marketing.
Smart capture page. A paid acquisition landing page with a form that pushes leads in real time to a CRM, an n8n workflow, or a Slack channel—without leaving a trace of the operational side in Webflow CMS.
AI integration in production. An endpoint that calls the Claude or OpenAI API from a user prompt, with rate limiting and logs. All under the same domain as the marketing site—so with the same cookies, tracking, and cookie banner.
Internal tool. A mini-CRM for the team, a dashboard for monitoring, one-click data export, a lightweight admin panel. No need to set up another service: it’s hosted alongside the public site, at a URL like /admin or /equipe.
Webhooks and incoming integrations. Receive a webhook from Stripe, Calendly, Make, or n8n that triggers a business action—send an email, update a database, publish a page.
How it works, in 2 minutes
No need to be a developer to grasp the essentials.
The runtime. Webflow Cloud runs on Cloudflare Workers, Cloudflare’s edge environment. In practice, your code executes on a global network, as close as possible to the user. It’s fast and reliable—but it comes with certain constraints (no traditional Node.js, no persistent file system).
Supported frameworks. Currently, two options: Astro or Next.js. Astro is suitable for mostly static sites with a few server routes. Next.js is ideal for full apps with extensive server-side logic. For the rest—Remix, SvelteKit, Nuxt—you’ll have to wait.
The mount path. This is the key concept. When you create an environment, you define the URL where your app will be mounted: mysite.com/app, monsite.com/dashboard, monsite.com/calculateur. This path must then be configured in the same location in the app’s code—otherwise, assets won’t load.
Native storage. Webflow Cloud includes three services rarely offered by direct competitors: SQLite for structured data, Key-Value Store for sessions and counters, and Object Storage for files. These are included in all Webflow site plans, with limits varying by tier.
Technical prerequisites (for dev team reference): Astro up to v5, Next.js from v15, Node.js 22+, npm only (no yarn or pnpm). You must adapt @astrojs/cloudflare or @opennextjs/cloudflare is required.
Webflow Cloud vs Vercel, Netlify, and Cloudflare Pages
Comparing Webflow Cloud to established deployment providers helps you decide with clarity rather than by default.
Vercel. Still leads in pure Developer Experience: one-click rollbacks, universal framework support, advanced performance dashboards, and PR-based preview deployments. Webflow Cloud lacks these features. Choose Vercel if you’re starting from scratch without Webflow, or if your team is already familiar with its ecosystem.
Netlify. Very close to Vercel, slightly less modern in runtime, but with a strong identity in forms and functions. The same criteria apply as with Vercel: if you’re not using Webflow, Netlify remains a solid choice.
Cloudflare Pages directly. Webflow Cloud runs on it. You can deploy directly to Cloudflare Pages with the same stack—you just lose the native Webflow integration, DevLink (React code generation from your Designer components), and the automatic mount path under your Webflow domain. Choose Cloudflare Pages if you want the edge runtime without Webflow.
Webflow Cloud. The choice becomes clear: you only win if you start from an existing or planned Webflow site. Everything else—tooling maturity, integration richness, rollback simplicity—favors the competition.
CriteriaWebflow CloudVercelNetlifyCloudflare PagesWebflow native integration (DevLink)YesNoNoNoSame domain as Webflow siteYesSubdomainSubdomainSubdomainNative storage includedSQLite + KV + ObjectPaid add-onPaid add-onConfigurableBandwidth shared with site planYesNoNoNoOne-click rollbackNo (Git revert)YesYesYesGlobal edgeCloudflareVercel EdgeNetlify EdgeThe broadestTooling maturityRecentVery matureMatureMatureSupported frameworksAstro v5, Next.js v15+35+30+All
What does it really cost
Webflow Cloud is included in all Webflow site plans,with a usage-based model on top.
Three metrics are tracked:
Webflow Cloud usage uses up the limits of your existing Webflow site plan — there’s no separate subscription. If you were already comfortable with your plan, you retain some headroom. If you’re launching an ambitious Cloud project, anticipate a potential upgrade to a higher tier.
Surge protection. If you exceed your quota in a given month, Webflow won’t cut off the service. You get a grace period, but two consecutive months above the limit trigger an automatic plan upgrade. Reassuring for production, less so for billing predictability.
The catch. Webflow hasn’t published detailed pricing at the time of writing. For a standard marketing site with a lightweight app (forms, calculators), you’ll likely stay within the included plan. For programmatic SEO with 10,000 pages and SSR on every visit, you risk exceeding the limit and will need to plan ahead.
Struggling to estimate the cost of your Webflow Cloud project? In 30 minutes, we’ll review your case and give you an honest estimate: included plan or when you’ll need to upgrade.Book the call.
The 6 production pitfalls
Webflow Cloud is a young platform. Its documentation is solid but incomplete on certain points where teams typically lose a day or more. Here are the six to anticipate.
1. The mount path configuration must match exactly. Webflow Cloud mounts your app on a chosen URL (/app, /calculateur, etc.). This URL must be configured identically in the app’s code. A misplaced comma and all assets return 404s—no explicit error, just a strangely styled blank page.
2. The trailing slash can create a redirect loop. If your app’s root page is generated as a static file, Cloudflare Pages automatically adds a trailing slash to the URL. Webflow Cloud’s reverse proxy, however, does the opposite and removes it. Result: infinite loop. The clean solution is to render this page via SSR rather than static—something the official Webflow Cloud starter implicitly recommends.
3. Environment variables are only available at runtime. Your secrets and API keys are injected only when the app is running, not during the build. This seems minor, but it’s a recurring source of bugs: if your build checks for an API key’s existence, it will fail. Anything dependent on secrets must wait until execution.
4. The axios library doesn’t work. Use fetch. The Cloudflare Workers runtime doesn’t support axios correctly — you get cryptic errors in production while everything works in development. Get used to fetch, it's the native API, faster and lighter.
5. The Webflow site must be published to serve the app.As long as your associated Webflow site isn’t published on the correct domain, the app won’t be accessible at its public URL. It may sound obvious, but in practice—especially when testing a new site—it’s easy to overlook. First troubleshooting step: confirm the Webflow site is live.
6. Rollbacks are done via Git, not through a dashboard.Vercel has a "Rollback to previous deployment" button. Webflow Cloud does not (yet). If your latest deployment breaks production, you must revert to the previous commit on the connected branch and wait for the redeploy. Expect 90 to 180 seconds of propagation before the reverted version goes live. This should be factored into any production rollout plan.
On a simple project, these six points take a dev 5 to 10 hours to figure out on the fly. On a larger project—member areas, programmatic SEO, AI integration—it’s more like 5 to 10 days, because the pitfalls compound and you end up looking in the wrong places.If your project falls into the second category, we can audit it in 30 minutes and leave with a list of technical risks to anticipate.
DIY or get expert support?
This is likely the most practical question to resolve before diving in. Here’s an honest framework, with no gratuitous push to outsource.
Feasible in-house without specialized support:
For these cases, the Webflow Cloud documentation + the official starter + this article are sufficient. A junior dev comfortable with the relevant framework can deliver in one day to a week, depending on complexity.
Prefer expert guidance:
Why do these cases go beyond DIY? Because the six pitfalls above compound with other architectural decisions (where to store data, how to manage sessions, how to secure a route, how to test a migration without breaking production). A team new to the stack spends a week on decisions that are trivial for someone who has deployed two or three times already.
Our approach to a Webflow Cloud project
Scroll is a Webflow agencybased in Paris, combining Webflow design andcustom application development. On a Webflow Cloud project, here’s how we work.
1. Scoping (1 to 2 weeks).We start with your needs and make the key decisions: Webflow Cloud or Vercel? Astro or Next.js? Which database? Which CMS for which part of the content? You leave with a scoping note, a high-level timeline, and a fixed-price quote—not an open-ended T&M.
2. Design + development (2 to 6 weeks depending on complexity).The Webflow site and the full-stack app progress in parallel, on the same domain, with a staging environment accessible every day. You see the app take shape in real time, provide feedback in real time, and avoid end-of-project surprises.
3. Production deployment.Mount path configuration, environment variables, CRM or AI integrations, load testing, rollback plan. Production doesn’t go live from an improvised Friday night push.
4. Handover and maintenance.Up-to-date documentation, clean Webflow and GitHub access, documented modification processes for your team. You leave with a maintainable project—not a patchwork that no one dares touch in six months.
On sensitive topics (SEO for a migration, security for a members area, CPU minute optimisation to avoid overpaying), we have strong positions because we’ve already encountered the pitfalls. This is what sets apart an agency that has delivered on Webflow Cloud from one that’s just discovering it.
Conclusion
Webflow Cloud isn’t revolutionary. It’s the logical culmination of a trajectory: Webflow is opening its product to full-stack apps without forcing users to learn another platform.
For agencies and freelancers already working with Webflow, it’s an opportunity to expand their scope without switching tools. For businesses with a Webflow site and custom needs, it ends the dilemma of “do we keep Webflow or switch?” For pure developers, it’s a new playground—useful, provided they accept its current limitations.
What the official documentation doesn’t say is thatmost projects don’t fit entirely within pure static. As soon as you have a form posting to a CRM, a dynamic calculator, an AI integration, or a webhook endpoint, you’re beyond standard Webflow. Webflow Cloud makes these cases natural rather than exotic.
Have a project in mind?
Scroll designs Webflow sites and connects them to Astro or Next.js applications deployed in production on Webflow Cloud. It’s a rare combination: most agencies do Webfloworcustom development—not both in the same project, on the same domain.
In a 30-minute call (free, no commitment), you’ll leave with:
No quote gathering dust in an inbox for three weeks: you’ll have enough to decide immediately after the call.
Frequently asked questions
What is Webflow Cloud in one sentence?
Webflow Cloud is Webflow’s official platform for deploying an Astro or Next.js application under the same domain as your Webflow site, without managing Vercel or Netlify separately.
Is Webflow Cloud free?
Webflow Cloud is included in all Webflow site plans, with usage measured across three counters (bandwidth, requests, CPU minutes) that consume your existing plan’s limits. The basic quota suits an average site; beyond that, the plan is automatically upgraded by Webflow.
What’s the difference between Webflow Cloud and Vercel?
Vercel is more mature in terms of Developer Experience: one-click rollback, universal framework support, performance dashboards. Webflow Cloud wins when you start with a Webflow site: everything is on the same domain, bandwidth is shared with your plan, and three storage services (SQLite, Key-Value, Object Storage) are included.
Can you deploy a Next.js or React app on Webflow Cloud?
Yes. Webflow Cloud officially supports Astro v5 and Next.js v15+, with an edge runtime based on Cloudflare Workers. API routes and server-side rendering work, but with Node.js limitations: axios is not supported, ISR is still experimental, and some native modules are incompatible.
What are the key limitations of Webflow Cloud?
No one-click rollback (you must revert to the previous Git branch), partial Node.js support, axios must be replaced with fetch, ISR is still experimental for Next.js, the associated Webflow site must be published to serve the app, and only npm is supported for builds.
Do you need an agency to deploy on Webflow Cloud, or can you do it yourself?
For a simple deployment—such as a form, calculator, or dynamic page—a junior dev comfortable with Astro or Next.js can handle it in a day. For a more comprehensive project—member areas, programmatic SEO, payments, or production AI integration—working with an agency that has prior Webflow Cloud experience avoids common pitfalls and ensures a maintainable deliverable.
