Cloudflare Pages
free Updated May 2026Serves the static landing page from Cloudflare's edge network — globally fast, with HTTPS and a custom domain at zero cost.
Cloudflare Pages' free tier is genuinely generous: 500 builds/month, unlimited requests, unlimited bandwidth. For a single landing page that gets pushed once a week and served forever, that's infinite headroom. Build any static-site framework (Astro, Next.js static export, plain HTML) and let Cloudflare handle the CDN.
- 500 builds/mo is plenty for one site, but if you accidentally enable preview deploys on every PR you can chew through the cap on a busy day.
- Custom domain setup via Cloudflare's nameservers means migrating DNS away from your registrar. If your registrar handles email DNS too, plan that move carefully.
- Functions/Workers on Cloudflare Pages have a separate quota. If your landing page grows server-rendered features, you'll consume the Workers free tier (100k requests/day).