Pages Project

Pages Project Presets

Ready-to-deploy configuration presets for Pages Project. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Preset: Git-Connected Site

A Pages project connected to a GitHub (or GitLab) repository. Cloudflare runs your build and creates a new deployment on every push — Cloudflare is the CI.

02

Preset: Direct-Upload Site

A Pages project with no git connection. You build the site in your own CI and push it with `wrangler pages deploy`, while the project, its bindings, and its domains are managed declaratively here.