zudo-cloudflare-wisdom

Type to search...

to open search from anywhere

Cloudflare Pages

CreatedApr 4, 2026UpdatedMay 28, 2026Takeshi Takatsudo

Static site hosting with edge functions and preview deploys

Cloudflare Pages hosts static sites at the edge with automatic HTTPS, preview deploys per branch/PR, and optional serverless functions.

📝 Note

For new static + SSR projects, consider Workers Static Assets — the successor to Cloudflare Pages that serves static files directly from a Worker, with full SSR support and no separate Pages project required.

Key Concepts

  • Project — A Pages project maps to a single domain. Created via the dashboard or wrangler pages project create.
  • Deployment — Each deploy is an immutable snapshot. Production deploys go to the main URL; branch deploys get preview URLs.
  • Pages Functions — Serverless functions co-deployed with your static site, using file-based routing in a functions/ directory.

In This Section