This site demonstrates how to build a complete website using only Cloudflare Workers.
No traditional servers were harmed in the making of this website.
How It Works
When a visitor requests a page:
- The request hits Cloudflare's edge network
- Our Worker script runs in the data center closest to the visitor
- The Worker generates HTML on-demand
- Content is delivered with ultra-low latency