Hey HN, I built this because I was juggling too many Claude Code sessions across different branches and kept losing track.
Claude Quick gives you a single dashboard to manage devcontainers, each with its own Claude Code agent. The killer feature for me is git worktree integration spin up a new branch in an isolated container, have Claude work on it, and switch between them without context pollution.
It also handles credential injection (API keys from files, env vars, or 1Password/etc.) so you're not copy-pasting tokens around.
Bonus: because it's a TUI, it works surprisingly well over SSH from mobile. I've been doing a lot of "vibe engineering" from my phone kick off a task, check back later, review the diff. Feels like the future.
Written in Go, uses Bubble Tea for the TUI. Would love feedback on the UX and what else would be useful.
int32max•1d ago
Claude Quick gives you a single dashboard to manage devcontainers, each with its own Claude Code agent. The killer feature for me is git worktree integration spin up a new branch in an isolated container, have Claude work on it, and switch between them without context pollution.
It also handles credential injection (API keys from files, env vars, or 1Password/etc.) so you're not copy-pasting tokens around.
Bonus: because it's a TUI, it works surprisingly well over SSH from mobile. I've been doing a lot of "vibe engineering" from my phone kick off a task, check back later, review the diff. Feels like the future.
Written in Go, uses Bubble Tea for the TUI. Would love feedback on the UX and what else would be useful.
Repo: https://github.com/christophergyman/claude-quick