track-slash is a fast, open, API-first issue tracker built as a single Go application backed by PostgreSQL.
You will need Go 1.26.3, Node.js 20 or newer, and Docker.
cp .env.example .env
make up
make runThe app will be available at http://localhost:8080. Run make seed to add demo data.
Other useful commands:
make test
make build
make assets
make assets-check
make downFrontend dependencies are pinned in package-lock.json. Generated CSS and JavaScript are committed under internal/server/static so the Go binary and Docker image do not need Node.js at runtime. Run make assets after changing templates, Tailwind source, or frontend dependencies; CI runs make assets-check to catch stale output.
Issues are tracked in track-slash, not GitHub Issues.