Skip to content

Recipes

Production-focused gateway patterns you can adapt directly.

Each recipe includes:

  • A concrete use case.
  • The policy/upstream composition.
  • Copy/paste starter code.
  • Notes about runtime setup and tradeoffs.
  1. Render Any Page to Markdown with Cloudflare Browser Rendering
  2. Webhook Firewall (Auth + Payload Safety)
  3. Public Read API with Cache + Resilience Guards
  4. Shadow Traffic for Safe Releases
  • Start with a recipe route in isolation.
  • Validate behavior with a test harness and staging traffic.
  • Promote shared pieces into your own custom policies.