Powered by Cloudflare Pages

Deploy your site
to the edge.

This page is hosted globally on Cloudflare's network — blazing fast, free to deploy, and ready for your custom domain.

Checking API…

What you get

Everything included, free.

Global Edge Network

Your site is served from Cloudflare's 300+ data centers worldwide. Visitors get the fastest possible response time, automatically.

🔒

HTTPS by Default

Every Pages site ships with a free SSL certificate and automatic HTTPS redirects. No configuration required.

🚀

Git-Based Deployment

Push to GitHub and your site deploys automatically. Preview deployments are created for every pull request.

🌐

Custom Domains

Connect any domain you own in minutes. Cloudflare handles DNS, certificates, and routing for you.

⚙️

Serverless Workers

Add backend logic with Cloudflare Workers — JavaScript that runs at the edge with zero cold starts.

🛡️

DDoS Protection

Cloudflare absorbs attacks automatically. Your site stays online even under heavy traffic.

Get started

Deploy in three steps.

1

Create a Cloudflare account

Sign up free at dash.cloudflare.com . No credit card required for Pages hosting.

2

Upload your site

Go to Pages → Create a project. Either drag and drop your site/ folder, or connect your GitHub repo for automatic deployments on every push.

3

Go live

Your site gets a free *.pages.dev URL instantly. Then add your own domain under Custom Domains — Cloudflare manages the DNS automatically.

Optional: Cloudflare Workers

Add a backend API.

The button below calls the optional /api/status Worker endpoint and shows the live JSON response. Deploy the Worker in workers/api-worker.js to enable it.

GET /api/status
// Click "Run request" to call the API