Strategy you can follow to delivery
Goals, portfolios, roadmaps and ideas. See how what the teams are building connects to what the organisation wants.
Work tracking · Self-hosted
Takt is one work tracker for the whole organisation — from business and test to developers. Hierarchy, teams, boards and ceremonies are first-class concepts, without the admin tax. Not a cloud service: you run it, and your data stays with you.
Everyone works in the same place, on the same items. No exports between a strategy deck, a test spreadsheet and a dev board.
Goals, portfolios, roadmaps and ideas. See how what the teams are building connects to what the organisation wants.
Requirements, bugs and releases live next to the work that delivers them. Trace what was asked for, what broke and what shipped.
Backlog, boards and sprints per team. Fast, keyboard-friendly, and a command-line client for the terminal.
The same items, seen the way each role needs them: as a tree, as a backlog, and one at a time.
We took what people actually like about the big trackers and left the rest out.
Requirement, epic, story, task and subtask as a proper tree. Boards per team. Without weeks of scheme configuration.
Create, move and close work in seconds. The tool keeps pace with the team instead of slowing it down.
A clean interface with nothing in the way, and a CLI so work can be picked up and updated straight from the terminal.
On your laptop or your own servers. No vendor account, no cloud dependency. The data never leaves you.
takta.app is just this website. Takt itself runs where you decide — on your machine with Docker and Node.js. Nothing is hosted by us.
Four commands. Then open the app in your browser.
AUTH_SECRET.http://localhost:3001.
Requires Docker and Node.js 24 or newer. Source: github.com/Queue-Online/takt
git clone https://github.com/Queue-Online/takt.git
cd takt
docker compose up -d
cp .env.example .env # set AUTH_SECRET
npm install
npm run dev # http://localhost:3001