Multi-sport SaaS platform for college athletics, built by Helm Sports Labs.
- BaseballHelm — college baseball recruiting (coaches ↔ players) plus in-season team management (roster, calendar, messaging, Lift Lab).
- GolfHelm — college golf team management (roster, rounds, stats, qualifiers, travel) with the CoachHelm AI layer for insights, patterns, and player development.
Next.js 16 (App Router) · TypeScript (strict) · Supabase (Postgres + Auth
- Storage) · Tailwind CSS
Humans setting this up locally: see
docs/setup/RUN_ON_YOUR_MACHINE.md.
AI agents (Claude Code, etc.) working in this repo: read
CLAUDE.md first — it routes to the right feature docs,
schema references, and code patterns before you touch anything.
For the full documentation map, see docs/README.md.
npm run dev # Dev server (localhost:3000)
npm run typecheck # TypeScript check
npm run lint # ESLint
npm run build # Production build
npm test # Unit tests (Vitest)
npm run test:all # Unit + integration + RLS tests
npm run test:e2e # Playwright end-to-endsrc/app/ # Next.js routes (baseball/, golf/, admin/, api/)
src/components/ # UI components, by product
src/lib/ # Supabase clients, types, CoachHelm engine, utils
supabase/migrations/ # Database schema history
docs/ # Setup guides, audits, feature specs (see docs/README.md)
memory/ # Living feature/schema docs consumed by CLAUDE.md routing
Proprietary — Helm Sports Labs. All rights reserved.