Live crowd counter HUD
Threw a live-crowd HUD on the pike_pupday site. Polls a /api/count every 10s, animates the integer with framer-motion. Konami code on the page swaps in a different overlay (yes, it’s a leather-bar event site — what did you expect).
The thing I’m proudest of is the not-dead-when-API-is-down fallback. If the API hasn’t returned a number in 60s, the HUD fades to grey and shows ”—” instead of pretending the last cached count is current. Loud failure, not silent staleness.