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
  1. Click the gated link above — you'll land on a gate form, not the article.
  2. Submit an email — you'll be told to check your email.
  3. Click the confirmation link — the article opens.
  4. 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.