Fleet
An open-source tool that runs every feature branch of your app at the same time on localhost, each in its own container behind a gateway. One dashboard to spin them up, tail logs, preview the running app, diff UI states, and leave QA notes per feature. It auto-detects the stack and manages multiple repos through git worktrees.
I built it because reviewing several branches at once meant constantly tearing down and rebuilding one local environment. Fleet just runs them all in parallel and lets you flip between them.
What I am proud of: it is a real tool, not a demo, and it found its people. It is niche by design, built for engineers doing parallel QA, and it has genuine adoption among them. The container orchestration, the gateway proxy, the stack auto-detection, and the diff view all had to work together, and they do.