Sprintable Legacy
AI-powered sprint management β kanban, AI agents, meeting notes, MCP server, billing
Ask AI about Sprintable Legacy
Powered by Claude Β· Grounded in docs
I know everything about Sprintable Legacy. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
π Sprintable
AI-powered sprint management for modern development teams.
Sprintable combines agile project management with AI agents to automate standups, code reviews, meeting notes, and sprint operations β all in one platform.
πΈ Note: Replace placeholder images with actual screenshots after first deployment. Run
pnpm devand capture the kanban board, meeting notes, and pricing pages.
β¨ Features
- π Kanban Board β Stories, epics, sprints with drag-and-drop
- π€ AI Agents β Automated standups, code reviews, meeting summaries
- π Meeting Notes β Browser recording, STT transcription, AI structuring
- π Memos β Team communication with @mentions and threading
- π Analytics β Velocity tracking, burndown charts, team workload
- π¨ Mockup Editor β Drag-and-drop UI prototyping
- π Docs β Markdown documentation with version history
- π Rewards β Gamified team recognition
- π MCP Server β AI agent integration via Model Context Protocol
π Tech Stack
| Layer | Technology |
|---|---|
| Frontend | Next.js 15, React 19, Tailwind CSS, next-intl |
| Backend | Next.js API Routes, Supabase (Postgres + Auth + Storage) |
| AI | OpenAI GPT-4o-mini, Anthropic Claude, Whisper STT |
| MCP | @modelcontextprotocol/sdk |
| Monorepo | pnpm workspaces, Turborepo |
π¦ Project Structure
sprintable/
βββ apps/web/ # Next.js frontend + API routes
βββ packages/
β βββ db/ # Supabase migrations + types
β βββ mcp-server/ # MCP tool server (stdio/SSE)
β βββ shared/ # Shared schemas + utilities
βββ docs/ # Documentation
π Quick Start
Prerequisites
- Node.js 20+
- pnpm 9+
- Supabase project (local or cloud)
Installation
# Clone
git clone https://github.com/moonklabs/sprintable.git
cd sprintable
# Install dependencies
pnpm install
# Copy environment variables
cp .env.example apps/web/.env.local
# Run database migrations
pnpm --filter @sprintable/db migrate
# Start development server
pnpm dev
Visit http://localhost:3000 to get started.
MCP Server
# stdio mode (for Claude Desktop, Codex, etc.)
pnpm --filter @sprintable/mcp-server start
# SSE mode (for web clients)
MCP_MODE=sse MCP_PORT=3100 pnpm --filter @sprintable/mcp-server start
π§ͺ Development
pnpm lint # ESLint
pnpm type-check # TypeScript
pnpm test # Vitest
pnpm build # Production build
π Documentation
π License
AGPL-3.0 β See LICENSE for details.
For commercial licensing (SaaS hosting, white-label, closed-source modifications), contact license@moonklabs.com.
π€ Contributing
We welcome contributions! Please read our Contributing Guide before submitting a PR.
Built with β€οΈ by Moonklabs
