About 🎸 Wappy Picks 🤘
A free setlist-prediction game. Guess the show before it happens, then watch the scoreboard climb live as the band plays.
How it works
- Pick up to 5 songs you think the band will play. One pick is required; the rest are yours to gamble.
- Tap one pick as your encore call. If it lands in the encore, that's bonus points.
- Picks lock at showtime and can't be changed once the music starts.
- Scoring runs live. Your score starts at 0 and climbs through the night as your songs get played; no refresh-and-pray, just reload the scoreboard.
The scoring
- Each song pick that gets played: 2 points.
- Your encore call lands in the encore: +5.
- A pick that doesn't get played scores 0. An encore call that plays somewhere other than the encore still earns its 2.
Fair-play hints
When you're building picks, the song search shows a small "shows since last play" gap hint so you don't burn a pick on something the band just played last night. It never reveals play counts or strategy: every player sees the same neutral help.
What's under the hood
🎸 Wappy Picks 🤘 is built on a self-hosted setlist data platform: an ETL pipeline keeps a Postgres "vault" of every show and song in sync with the public setlist archive, and a read-only MCP server exposes that data over a clean, typed tool surface. The game reads from that MCP, the Stats page rolls it up, and the live resolver re-scores every prediction against the in-progress setlist on show night.
That same MCP is open for you to use. Wire it into Claude Code, Claude Desktop, or any MCP client and query the catalog yourself: see the connection guide.
The whole app is open source under the MIT license. Run your own instance for any band with a public setlist source: github.com/pete-builds/open-setlist-stash.