Gated Content Demo
This is a minimal static site paired with a Cloudflare Worker that puts an email-verification gate in front of specific pages. Give the flow a try:
Gated resource flow
- Click the gated link above — you'll land on a gate form, not the article.
- Submit an email — you'll be told to check your email.
- Click the confirmation link — the article opens.
- Bookmark the URL you land on — it's yours; no cookies involved.
Contact form flow
Standard "get in touch" form: the browser posts to the Worker, which validates the input and (in a real deploy) sends the message on to a designated inbox. The demo just logs the submission and shows a thanks page.