Skip to content

Cloudflare Pages

← All terms · Build/deploy tooling

A JAMstack platform for frontend developers to collaborate and deploy websites directly to Cloudflare's global edge network.

What it is

Cloudflare Pages integrates with Git to build frontend frameworks (like React, Vue, or Svelte) and deploys the resulting static assets directly to Cloudflare's edge nodes. By running entirely on Cloudflare's network, it offers extreme speed, built-in DDoS protection, and seamless integration with Cloudflare Workers for dynamic backend logic.

When you would use it

You use Cloudflare Pages when you want to deploy a frontend application and use Cloudflare's large global network for maximum performance and security.

Common operations

  • Deploying a static marketing site with enterprise-grade security and caching.
  • Running serverless edge compute logic directly alongside frontend assets.

Related terms

Where this is taught

Going deeper