What problem does it solve?
Simplifies and automates deploying static sites and full-stack applications to Cloudflare Pages so developers can publish updates, previews, and edge functions without manual dashboard steps.
Core Features & Use Cases
- Git-integrated continuous deployment with automatic preview URLs for branches and pull requests.
- Framework presets and build support for Next.js, Astro, SvelteKit, Vite, Hugo and more to auto-detect build commands and output directories.
- Pages Functions and bindings enable server-side routes at the edge with support for D1, KV, and R2 bindings for full-stack app needs.
- Use Case: Deploy a Next.js site with a preview per PR and add lightweight API endpoints via Pages Functions to handle form submissions or small backends.
Quick Start
Use the pages skill to deploy your built output directory (for example, dist) to a Cloudflare Pages project named my-site.