find the valuable cards in your magic: the gathering booster packs.
live site: bensonperry.com/packcracker
- browse valuable cards from any mtg set (standard, modern, and beyond)
- filter by booster type (play vs collector)
- adjustable minimum price threshold ($1, $2, $5, $10)
- filter options for foils and rares/mythics
- links to tcgplayer for current market prices
- expected value calculation per pack
- url state sharing - share your exact view with others
card prices come from scryfall and are cached daily via github actions. prices reflect tcgplayer market rates.
static site, no build step. to run locally:
python3 -m http.server 3000then open localhost:3000.
- code written entirely by claude code
- card data from scryfall api
- prices from tcgplayer via scryfall
