A real-time Texas Hold'em equity calculator and practice tool designed to help players improve their decision-making.
- Equity Calculator: Real-time win probabilities for up to 9 players using Monte Carlo simulations.
- Practice Mode: Interactive scenarios to train pot odds and equity intuition.
- Performance Tracking: Dashboard to monitor EV (Expected Value) and decision accuracy.
- Responsive Design: Fully optimized for desktop and mobile devices.
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4
- Database: Supabase (PostgreSQL)
- Testing: Jest & React Testing Library
-
Clone the repository
git clone https://github.com/alfredzimmer/poker-equity-playground.git cd poker-equity-playground -
Install dependencies
npm install
-
Set up environment variables Copy
.env.exampleto.env.localand add your Supabase credentials. -
Run the development server
npm run dev
- Run unit & integration tests:
npm test - Run performance benchmarks:
npm run test:perf
MIT
Contributions are welcome! Please feel free to submit a Pull Request.