Cloudflare Workers deployment

Build and deploy this site to Cloudflare Workers with the Astro adapter and wrangler configuration.

This site targets Cloudflare Workers/Pages via the Astro adapter so HTML and API routes run at the edge close to visitors. Probe fetch latency improves versus a single-region VPS for a globally readable demo.

Deployment considerations

  1. Environment variables for Supabase and Stripe live in Cloudflare dashboard secrets.
  2. Fetch timeouts to residential feed URLs must tolerate slow home uplinks.
  3. Cron or scheduled triggers may drive history inserts.

Caching interaction

Do not cache authenticated dashboard HTML at the CDN edge. Public home page caching should respect how fresh probes need to be—often aligned with Redis TTL upstream.

Alternatives

Comparing full-stack options covers Node hosting versus edge Astro.