Postmaster
Repo ↗End-to-end tracking platform that unifies USPS, UPS, and FedEx behind one API and a power-user web dashboard.
- Designed and shipped a typed REST API on Cloudflare Workers that normalizes three carriers' tracking responses behind a single endpoint with consistent status, ETA, and event schema.
- Engineered the full request pipeline: OAuth client-credential auth per carrier, key-value caching with status-aware TTLs, per-IP rate limiting, and structured error handling.
- Hardened browser access with Cloudflare Turnstile attestation and origin-locked CORS; gated server-to-server calls with bearer auth.
- Built the companion dashboard with batched lookups, client-side carrier auto-detection, inline event timelines, and CSV export, deployed globally on Cloudflare Pages.