zudo-cloudflare-wisdom
GitHub repository

Type to search...

to open search from anywhere

Cloudflare Pages

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

Revision History

Takeshi TakatsudoCreated: 2026-04-04T22:50:44+09:00Updated: 2026-05-29T05:44:21+09:00