Hosted workspace operations
Run LetScrum in an operated environment with release management, encrypted configuration, backups, recovery procedures, and service monitoring.
Managed Delivery Workspace
A hosted Scrum workspace for teams that need practical sprint planning, clear task execution, guided setup, and dependable operations.

LetScrum helps small and focused delivery teams manage Scrum work without turning project management into another project. It keeps sprint scope, task status, user ownership, and team administration in one clear interface.
The product is designed for teams that want the focus of LetScrum without taking on application hosting, upgrades, recovery planning, integration work, and operational support themselves.
Learnmark Product
The Apache-2.0 repositories provide the core service and interface. The Learnmark product adds a maintained workspace and the implementation work needed to fit LetScrum into a real delivery organization.
Run LetScrum in an operated environment with release management, encrypted configuration, backups, recovery procedures, and service monitoring.
Set up organizations, projects, roles, sprint conventions, work item structure, and practical delivery workflows with guided implementation.
Plan imports from existing project tools and connect the API-first platform to selected identity, engineering, reporting, or internal systems.
Get upgrade coordination, issue triage, workflow reviews, and a support path for both platform operation and day-to-day delivery adoption.
These screenshots show the LetScrum flow from organization and project setup through sprint planning, taskboard execution, backlog tracking, and burndown reporting.

Browse organizations, compare member counts, switch workspaces, and create a new organization from one directory.

Review projects within an organization with descriptions, member counts, filters, and quick creation controls.

See past and current sprints, delivery dates, status, and direct entry points from the project overview.

Track work items across To Do, In Progress, and Done columns with status, owners, estimates, bugs, and checklist items.

Manage parent work items and nested tasks with workflow state, assignees, ordering, and remaining effort in one table.

Compare actual and ideal remaining work by day, with total, completed, and remaining task counts.
Review or self-host the LetScrum repositories, or choose the Learnmark product for a configured workspace, managed releases, migration help, and ongoing support.
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