Skelly Hunt
Open-source, Cloudflare-native NFC scavenger hunt platform — physical checkpoints, a live leaderboard, and $0/month infrastructure at event scale.
Skelly Hunt is a personal project — an NFC scavenger hunt platform I built for Denton’s annual Halloween event — physical checkpoints, a live leaderboard, and infrastructure that costs nothing to run at event scale.
Participants tap an NFC card (or scan a QR code) at locations around town — no app install. ESP32 terminals at physical checkpoints read the cards and show real-time feedback; everything else — the API, the admin dashboard, the leaderboard — runs on Cloudflare’s free tier, with Datadog RUM and OpenTelemetry wired in for observability across the browser, API, and firmware.
It’s fully open-source and still actively developed as the event’s flagship platform each October.
Location tokens, device secrets, and display themes push to checkpoint terminals over Wi-Fi — swapping a device's role never means walking it back to a laptop.
Cloudflare bindings, cron triggers, and R2 buckets all live in one wrangler.toml — a fresh clone can stand the whole Worker up by reading config alone, no tribal knowledge required.