Cookie Clicker
A self-hosted, save-syncing build of Orteil's classic, with a live society leaderboard.
Our first public project runs entirely on the society's infrastructure. A single Bun + Hono process serves Orteil's offline game as static files and adds a small API for per-user, server-side save sync plus a leaderboard. The injected client shim pushes your save (and extracted stats) on every game-save and pulls the server's copy on load; a sidebar shows the top ten and your rank across cookies baked, CpS, and buildings. Cloudflare Access gates the whole thing with a one-time PIN to any @baylor.edu address.
It's deliberately small, a complete, shipped system that proves out the stack: containerized service, tunnel ingress, identity-gated access, and a real database. The pattern it establishes is the same one bigger projects will follow.