Static frontend
Your homepage is now public/index.html, not generated inside src/index.js.
Cloudflare Workers starter
This version serves the frontend from real static files in the public folder.
The Worker now handles API routes, Stripe endpoints, and webhooks only.
Ready.
Your homepage is now public/index.html, not generated inside src/index.js.
The Worker still powers /api/health, /api/track, checkout, and Stripe webhooks.
Use the included D1 migration when you are ready to store user events and completed orders.