A minimalist poker range viewer for studying preflop strategy. Browse opening ranges, calling ranges, 3-bet ranges, squeeze plays, and ICM push/fold charts across stack depths.
No accounts, no server required — runs entirely in the browser.
- Browse 600+ preflop range charts organized by position and situation
- Categories: Open, vs Open, vs 3-Bet, Squeeze, Multiway, Rejamming, Push/Fold, ICM
- Stack depth filters (15bb – 100bb+)
- Color-coded hand grid with action frequencies
Vanilla HTML, CSS, JavaScript — no framework, no build step. Node.js for local dev; deploys to Vercel.
npm install
node server.js
# open http://localhost:3000Range data is in Ranges/ as JSON files, organized by category, position, and stack depth.