Advanced AI-powered coaching system that analyzes your gameplay, provides real-time feedback, and accelerates your poker learning journey.
Open the coach hub chat and prefill the composer
Notification hub and chat entrypoint
Track your progress with comprehensive session summaries
Review your practice drill performance and progress
Runs the CAI session report and renders the card. Needs a JWT: set
VITE_DEV_JWT in .env.development.local, or paste one below.
Validates and renders BlockMessage data (text + components)
Solver-backed hand breakdown. The CTA has an animated gradient border (static on mobile
and under reduced motion), and the intro copy is configurable via intro-text.
Test the IC panel with mock table players. The component is positioned fixed bottom-right.
Add Quint Coach components to your poker application
<script src="https://coach-development.quintace.dev/quint-coach.iife.js"></script>
Use these components in your HTML:
<coach-hub placement="inline-end">
</coach-hub>
<coach-session-overview
text="Session recap copy">
</coach-session-overview>
<coach-drill-summary
drill-data='{"scenario_type":"Open First","street":"preflop"}'>
</coach-drill-summary>
<coach-instant-coach>
</coach-instant-coach>
<coach-decision-analysis>
</coach-decision-analysis>
Open the coach chat and prefill the composer:
window.quintCoachAPI.openChat(
"Hello! I'd like to improve my poker game. What should I focus on?"
);