An unofficial Chrome extension providing real-time poker statistics and hand history tracking.
Note: This codebase was primarily written by Claude Code, demonstrating AI-assisted software development capabilities.
This is an unofficial Chrome extension not affiliated with PokerChase. Use at your own risk. The developers assume no responsibility or liability for any consequences arising from the use of this tool.
- Real-time HUD: Player statistics overlay with 13+ poker metrics
- Hand History: Live PokerStars-format hand log with export
- Flexible Filtering: Game type and hand count filters
- Drag & Drop UI: Customizable HUD positioning
- Data Export: JSON and PokerStars formats
- Cloud Backup: Automatic backups with cloud sync
- Node.js 16+
- Google Chrome
- Download the latest
extension.zip
from Releases - Extract the ZIP file
- Open
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select the extracted folder
- Build from source
git clone https://github.com/solavrc/pokerchase-hud.git
cd pokerchase-hud
npm install
npm run build
- Open
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select the project folder
📖 Technical Documentation - Complete technical reference including:
- Architecture overview and design principles
- Stream processing pipeline details
- Database schema and API reference
- Development guidelines and best practices
- Cloud sync setup and troubleshooting
Contributions are welcome! The codebase uses a modular architecture for easy extension.
📖 Contributing Guide - Complete guide for adding new statistics with examples and testing requirements
📁 Project Structure - Detailed directory layout and file organization