Nuxt on Cloudflare Pages
Cloudflare Pages publishes its own guide for deploying Nuxt.
Vue framework with file-based routing and a choice of static, server-rendered or hybrid output.
What Nuxt needs.
Every host claims to run Nuxt, so the claim on its own decides nothing. These are the things Nuxt actually requires from the platform underneath it, and what Cloudflare Pages publishes about each. Cloudflare Pages documents 2 of the 4.
Max request duration
Not documented
Nitro server routes and server-side rendering both run per request, bounded by this ceiling.
Edge network
Supported
Nuxt's route rules cache and revalidate at the edge. Without an edge network those rules degrade to origin rendering.
Sources (1) →Sources ↓
- The Cloudflare global network ↗
“348 cities”
Read 2026-09-05 · official site
Build minutes
500 builds per month on the Free plan
Nuxt prerenders routes at build time when asked to, which moves cost from request time into the build allowance.
Sources (1) →Sources ↓
- Cloudflare Pages limits ↗
“Builds per month on the Free plan: 500”
Read 2026-09-05 · official docs
Scales to zero
Not documented
Nitro can deploy as functions. Scaling to zero removes the idle bill and adds a cold start to the first request instead.
What Cloudflare Pages documents.
Cloudflare Pages publishes its own guide for deploying Nuxt.
In this guide, you will create a new Nuxt application and deploy it using Cloudflare Pages.
Sources (1) →Sources ↓
- Nuxt · Cloudflare Pages docs ↗
“In this guide, you will create a new Nuxt application and deploy it using Cloudflare Pages.”
Read 2026-09-05 · official docs
What it costs to run there.
- Entry paid plan
- $5 / month account minimum
- Pricing model
- Metered usage with a $5 monthly account minimum
- Regions
- 348 cities across 100+ countries
Sources (2) →Sources ↓
- Cloudflare Workers and Pages pricing ↗
“The Workers Paid plan includes Workers, Pages Functions, Workers KV, Hyperdrive, and Durable Objects usage for a minimum charge of $5 USD per month for an account.”
Read 2026-09-05 · official docs
- The Cloudflare global network ↗
“348 cities ... 100+ countries”
Read 2026-09-05 · official site
Whether it suits you.
Projects where the entire fixed cost should be a $5 monthly account minimum rather than a per-seat fee, and teams already running on the wider Workers platform. Billing is metered, so cost tracks traffic rather than headcount.
Consider something else if…
Your repository is hosted somewhere other than GitHub or GitLab, or the free plan's 500 builds a month is not enough headroom.
Visit Cloudflare Pages documentation