Cloudflare Pages
Use this reference when maintaining an existing Pages project. For new applications, start with Workers as recommended in the Pages framework guidance. Fetch current documentation before implementing.
| Task | Documentation |
|---|---|
| Configure the existing build | Build configuration |
| Manage automatic deployments from a repository | Git integration |
| Deploy prebuilt output | Direct Upload |
| Implement server-side requests | Functions API reference |
| Plan a move to Workers | Migrate from Pages to Workers |
In This Reference
- configuration.md — build output, environments, and static rules
- api.md — request handling and framework integration
- patterns.md — project decisions and migration
- gotchas.md — build, routing, and deployment investigation
See Pages Functions for handler-focused navigation. Identify the existing deployment method and framework before proposing changes.