Free Tier

What can Cloudflare Pages actually do?

This site runs entirely on Cloudflare's free tier — no servers, no VMs. Every demo below is live and hitting real Cloudflare infrastructure.

Pages Functions D1 · SQLite at the edge KV · Key-Value store R2 · Object Storage

Edge Intelligence

Pages Functions run on Cloudflare's global network. Every request carries rich metadata — no database needed.

Pages Functions
Fetching edge data…
Function functions/api/geo.js

Visit Counter

A global counter stored in Workers KV — a low-latency distributed key-value store. Your visit just incremented it.

KV
total visits
Function functions/api/counter.js  ·  Binding KV

Guestbook

Messages stored in D1 — Cloudflare's serverless SQLite database. Fully relational, runs at the edge.

D1
Loading messages…
Function functions/api/guestbook.js  ·  Binding DB (D1)

Free Tier Limits

Everything on this page runs within these limits — no credit card required.

Pages
  • 500 builds/month
  • Unlimited requests
  • Unlimited bandwidth
  • 100 custom domains
Functions
  • 100,000 req/day
  • 10 ms CPU/invocation
  • Up to 6 bindings
D1
  • 5 GB storage
  • 25M reads/day
  • 50K writes/day
  • Up to 10 databases
KV
  • 100K reads/day
  • 1K writes/day
  • 1 GB storage
  • Up to 100 namespaces
R2
  • 10 GB storage
  • 1M Class A ops/month
  • 10M Class B ops/month
  • Zero egress fees