This tool was designed for in-person poker home games with friends.
Just track who bought in and how much they cashed out. We’ll handle the rest —
including figuring out who owes whom, and how much.
- 💸 Add players and record buy-ins
- 🧾 Dynamic event log with undo
- 🧮 Settle phase: enter final chip counts and validate
- 📊 Instantly calculate who owes whom
- Vite + React
- TypeScript
- Tailwind CSS
- Deployed via GitHub Pages or Vercel
# Install dependencies
npm install
# Start dev server
npm run dev
🛠 Build & Deploy
# Build
npm run build
# Deploy to GitHub Pages
npm run deploy
If deploying to GitHub Pages, update vite.config.ts:
base: '/your-repo-name/'