Track poker sessions, player buy-ins, chip values, and profits across multiple days. Includes interactive statistics, player profiles, and full player pages with session history.
- Sessions dashboard with draggable settled players
- Interactive statistics with ROI wheel and player leaderboards
- Player profiles and full-profile pages
npm install
npm run dev- The public site should use the server-side
/api/chatendpoint. - Set
OPENAI_API_KEYin Vercel project environment variables. - Optionally set
OPENAI_MODELif you want to override the default. - Do not expose
VITE_OPENAI_API_KEYin the browser for a public deployment.
- This repo includes a Vercel-compatible serverless function at
api/chat.js. - The chat endpoint applies request caps, message-length caps, and output-token caps.
- If your current OpenAI key has ever been exposed client-side, rotate it before going live.
npm run build