Cloudflare Pages hosts static sites directly on Cloudflare's global network, with free HTTPS and no server configuration required.
What Is Cloudflare Pages?
It's a static hosting product: you upload a folder of built files (like this DevQura site) and Cloudflare serves them from edge locations near your visitors.
Drag-and-Drop Deploy
1. Log in to the Cloudflare dashboard
2. Go to Workers & Pages → Create → Pages
3. Choose "Upload assets"
4. Drag your project folder (e.g. DevQura/) into the upload area
5. Click "Deploy site"
Adding a Custom Domain
Inside your Pages project settings, add a custom domain and Cloudflare will provision certificates and DNS records automatically if your domain is already on Cloudflare.
Deploying Updates
To publish a change, simply drag the updated folder in again (or push to your connected Git repository) — Cloudflare creates a new deployment and keeps history of previous ones.
Because this project uses only relative paths and static files, it needs zero configuration to work on Cloudflare Pages.