You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AI-powered coaching platform that uses a team of specialized agents to teach competitive programming through Socratic dialogue — never giving direct answers, always guiding through questions.
Reviews code WITHOUT rewriting — only explains issues
Learning Memory
Tracks proficiency, identifies patterns and weaknesses
Two Modes
Learning Mode — Full Socratic coaching with progressive hints (levels 0–5)
Contest Mode — Timer, no hints, only clarification questions allowed
Quick Start
Prerequisites
Docker & Docker Compose
OpenAI API key
Setup
# 1. Clone and configure
cp .env.example .env
# Edit .env with your OPENAI_API_KEY# 2. Start all services
make dev
# 3. Access# Backend API: http://localhost:8000# API Docs: http://localhost:8000/docs# Frontend: http://localhost:3000