SprintiQ Turbo – Open‑Source Planning Layer for Claude Code
Clone the repo, set env vars, run supabase db push, create storage buckets, build the CLI, then launch the dev server.
Clone the repo, set up environment variables, run supabase db push, create storage buckets, build the CLI, launch the dev server.
Summary
SprintiQ Turbo is an open‑source planning layer that sits on top of Claude Code, providing sprint planning, story generation, velocity tracking, and bidirectional sync with the AI coding agent. It is released under the Apache 2.0 licence and can be self‑hosted or run as a SaaS at sprintiq.ai. The stack requires Node.js 18+, a Supabase project, an Anthropic API key for Claude Sonnet 4.6+ Opus, and a Voyage AI API key for embeddings. The CLI tool sprintiq watch creates a live bridge between Claude Code sessions and the sprint board, while RLS in Supabase enforces single‑owner workspace isolation. The architecture uses Next.js App Router, Supabase auth, Postgres with pgvector, and integrates Claude for generation and Voyage for embeddings. The repository includes full test suites (Vitest, Playwright) and operational scripts for migrations and training. Developers can generate user stories trained on agile anti‑patterns (TAWOS), plan sprints, manage capacity, track velocity, and generate persona‑aware stories. The SaaS version is hosted at sprintiq.ai, but the source code is fully available for self‑hosting.
Key changes
- Bidirectional sync between Claude Code and sprint board via sprintiq watch CLI
- AI‑powered user story generation trained on agile anti‑patterns (TAWOS)
- Built‑in sprint planning, capacity management, and velocity tracking
- Persona‑aware story generation capability
- Self‑hostable stack requiring Node.js 18+, Supabase, Anthropic API key (Claude Sonnet 4.6+ Opus), Voyage AI API key
- Architecture uses Next.js App Router, Supabase auth, Postgres with pgvector, Claude Sonnet 4.6, and Voyage AI embeddings
- RLS enforces single‑owner workspace isolation at the database layer
- Open source under Apache 2.0 with full test suites (Vitest, Playwright) and operational scripts