A proof-of-concept for
Cloudflare Pages.
This site exists to test Cloudflare Pages features — edge caching, preview deployments, Workers integrations, and more — in a real, controllable environment.
Why build this?
Cloudflare Pages offers one of the most compelling deployment targets for static sites — built-in CDN, preview environments on every branch, zero cold starts, and a growing platform for edge compute via Workers.
Rather than using a toy example, this site is structured as a real multi-page Astro project: layouts, components, multiple pages, static assets. It mirrors the kind of project you'd actually ship.
See what's possibleThe stack
- Astro 5 — static site generator
- Cloudflare Pages — hosting & CDN
- Git — source of truth
- Node 20 — build environment
What we stand for
Build in the open
Version-controlled, auditable, reproducible. Every change lives in git and every deploy is traced.
Speed is a feature
Performance is not an afterthought. Static generation and edge delivery are baked into the foundation.
No lock-in
Astro is an open standard. Your content and code are yours — swap hosting, adapters, or frameworks freely.
Global by default
Cloudflare's network means your site is close to every visitor without any infrastructure configuration.
Deploying is one command away
Push to main and Cloudflare Pages handles the rest.