Tasks, grouped how you think
Switch between list and board, group by project, status, assignee, or priority. Every view stays in lockstep with the underlying data.
Tasks, tickets, wiki, and weekly planning — in one fast, keyboard-first workspace. Built for small teams running real projects across multiple organizations.



Stop stitching together five tools that don't talk to each other. Trackr is the project tracker, ticket queue, planning calendar, and team wiki — under one keyboard shortcut.
Switch between list and board, group by project, status, assignee, or priority. Every view stays in lockstep with the underlying data.
Drag tasks into days. Set a weekly capacity and let Trackr warn you before you over-commit. Inbox zero for your calendar.
Internal and client roles with a 28-permission matrix. Org-level, project-level, or one-off — granular without the spreadsheet.
External clients open tickets in their own portal without ever touching your internal task graph.
Meeting notes, runbooks, weekly recaps. Real-time collaborative editing, linked directly from the tasks they describe.
Trackr's weekly view is the only calendar that respects your throughput. Pull tasks in, watch capacity fill, and feel the burn-down — not the burnout.
Set your weekly hour budget once. Trackr shows over-commitment at a glance — it warns, it never blocks.
Estimate when you plan. Log when you ship. Calibrate your gut over time.
Tasks without a date go to your unscheduled queue. Drag any one into a day to commit.
Everything the web app can do is reachable from a REST API with bearer tokens. Script it, wire it into CI, or live in the TUI.
Create tasks, triage tickets, and read your inbox from the terminal. JSON output for scripts, a full-screen TUI for humans.
The same /api/v1 the iOS app uses. Bearer tokens, SSE live updates, and permission scoping identical to the web.
23 event types, HMAC-signed payloads, automatic retries with backoff. Filter by org, project, or assignee.
One docker compose up. Postgres, an SMTP server, and optional S3 — no message broker, no extra services.
# Sign in once; the token lands in your OS keychain
trackr login --server https://app.trackr.dev
# Create a task from the command line
trackr task create -m "Fix capacity rollover" \
--project SCM --priority high --due 2026-09-12
# Triage tickets, machine-readable
trackr ticket list --segment mine --status open --json | jq '.[].subject'Every action in Trackr has a key binding. Open the command palette with ⌘K to do almost anything in three keystrokes.
Built for small teams. Two minutes to set up. Self-host it or let us run it.