Skip to content
inetGeek

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.

01.

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) →

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) →

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.

The requirement and the reason it matters are ours. Every value beside them was read from Cloudflare Pages's own pages — expand a source to see the sentence it came from.

02.

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) →
03.

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) →
04.

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.

Written by Palash Bagchi on 2026-09-05. This is a recommendation, not a sourced fact — it carries no citation because it is an opinion.

Visit Cloudflare Pages documentation