track
track is a small issue tracker with three moving parts:
- a local CLI that captures tasks from rough notes
- a local WebUI for editing, dispatching, and reviewing
- a remote runner that can use Codex or Claude
Documentation
The canonical documentation is published at https://popzxc.github.io/track/, and its source lives under docs/.
Start here:
Local docs development
Repository shape
crates/track-core: shared backend behavior and remote-agent orchestrationcrates/track-capture: local parsing and model resolutioncrates/track-cli: CLI entrypointcrates/track-api: Axum backend and static asset servingfrontend/: Vue WebUIdocs/: Astro Starlight documentation
License
track is licensed under MIT.