Cloudflare Worker that proxies the Even Realities order tracking API and renders a clean, bookmarkable status page.
The official tracking site at track.evenrealities.com requires manually entering email and order number every visit. This worker accepts those as URL params so you can bookmark a direct link to your order status.
https://even-track.<subdomain>.workers.dev/?email=you@example.com&order_number=12345
Without params, it shows a simple lookup form.
npm install
npm run dev # starts local dev server at localhost:8787npm run deployRequires Wrangler and a Cloudflare account.