zudo-cloudflare-wisdom

Type to search...

to open search from anywhere

Cloudflare Pages

CreatedApr 4, 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.

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