Cloudflare Pages
A JAMstack platform for frontend developers to collaborate and deploy websites.
Concurrent Builds
1
Builds per Month
500
Dynamic Functions
Powered by Cloudflare Workers
Supported Git Providers
GitHub & GitLab
About Cloudflare Pages
Cloudflare Pages provides a comprehensive solution for frontend developers to build, collaborate on, and deploy websites and web applications. By connecting directly to GitHub and GitLab repositories, it automates the CI/CD process, building and deploying the site globally on Cloudflare's edge network for optimal performance. Key features include automatic preview deployments for every commit, instant rollbacks to any previous version, and free web analytics. For dynamic capabilities, Pages is tightly integrated with Cloudflare Workers, allowing developers to add server-side functions for tasks like API routes or server-side rendering without managing any backend infrastructure. This makes it a powerful platform for both static JAMstack sites and full-stack applications.
Core Platform Features
Git Integration
Automatic builds and deployments on `git push` from GitHub and GitLab.
Preview Deployments
Generates a unique preview URL for every commit to share with collaborators.
Instant Rollbacks
Instantly revert your project to any previous production deployment.
Global Distribution
Assets are deployed directly to Cloudflare's global edge network for fast loading times.
Custom Domains
Easily add and manage custom domains for your projects, with free SSL.
Dynamic Functionality
Pages Functions
Add server-side code using Cloudflare Workers to enable dynamic functionality without a dedicated server.
Server-Side Rendering (Ssr)
Supports frameworks like Next.js, Nuxt, SvelteKit, and Remix for full-stack applications.
Forms And Submissions
Capture form submissions directly at the edge without client-side JavaScript.
Kv Store Integration
Connect to Workers KV to store and retrieve state at the edge.
Developer Experience
Framework Support
Official support and optimized build configurations for over a dozen popular frontend frameworks.
Wrangler Cli
Develop and test both your Pages project and Workers functions locally before deploying.
Redirects & Headers
Configure custom redirects and HTTP headers in a simple `_redirects` or `_headers` file.
Web Analytics
Built-in, privacy-first web analytics with no code changes required.