01
Organization management
Create organizations and keep projects and team activity grouped within a clear organizational boundary.
Open Source Delivery Tool
Apache-2.0A lightweight Scrum and Agile management system with a Go service, REST and gRPC interfaces, and a separate Vue user interface.
LetScrum keeps the open-source core focused on organizations, projects, sprints, structured work items, users, and roles. Teams can operate it against MySQL or PostgreSQL and extend its API-first foundation for their own delivery workflows.
Included in the repository
01
Create organizations and keep projects and team activity grouped within a clear organizational boundary.
02
Create and manage projects as the long-lived workspace for Scrum planning and execution.
03
Plan sprints and track the delivery window in which selected work is expected to move forward.
04
Represent work using Epics, Features, and Tasks so teams can connect strategic scope to executable items.
05
Authenticate users with JWT and apply role-aware access across the project management service.
06
Use native gRPC contracts or REST endpoints exposed by gRPC-Gateway for integrations and alternative clients.
Architecture
Technology stack
Quick start
git clone https://github.com/letscrum/letscrum.git
cd letscrum
make build
make runProject repositories