Agent-Deck: My New AI Dev Hub!
Overview: Why is this cool?
Guys, I’ve been struggling with AI-assisted coding for a while now. Not with the AIs themselves – they’re awesome – but with the workflow. Juggling browser tabs for Claude, Gemini, OpenAI playground… it’s a context-switching nightmare! My flow state was constantly getting interrupted.
Then I found agent-deck. This thing is brilliant! It brings all those AI coding agents into one beautiful, consistent Terminal User Interface (TUI). No more tab hell, no more losing my train of thought. It’s a single pane of glass for all my AI coding needs, and it’s pure DX bliss.
My Favorite Features
- Universal Agent Hub: Seriously, this is the killer feature. Claude, Gemini, OpenCode, Codex – they’re all accessible from one spot. The sheer convenience of not jumping between UIs is a massive win for productivity.
- Persistent Sessions: Ever close a tab and lose that perfect prompt chain? Ugh.
agent-deckkeeps your sessions alive. You can pick up exactly where you left off, which is absolutely critical for iterative coding tasks and deep dives. - TUI Power-Up: As a terminal junky, I love that it’s a TUI. It’s fast, keyboard-driven, and keeps me in my shell environment. No bloated Electron apps, just pure, snappy performance where I live and breathe code.
- Built with Go: You know I appreciate clean, performant code. The fact that it’s written in Go means it’s lightweight, compiles into a single binary, and just feels solid. No flaky dependencies to worry about.
Quick Start
I kid you not, I got this running in less than 30 seconds. If you have Go installed (which you should, right?), it’s literally:
go install github.com/asheshgoplani/agent-deck@latest
Then just type agent-deck in your terminal, configure your API keys (securely, of course!), and boom – you’re in the future of AI-assisted development.
Who is this for?
- AI-Powered Developers: If you use multiple LLMs for coding assistance, this is your new command center. Stop the context-switching madness!
- Terminal Power Users: For those of us who prefer to stay in the terminal and keep our hands on the keyboard, this TUI is a dream come true.
- Productivity Enthusiasts: If you’re always looking for tools that genuinely streamline your workflow and boost your efficiency,
agent-deckdelivers. - Go Aficionados: Appreciate well-engineered, performant tools built in Go? Add this to your toolkit.
Summary
agent-deck is a total game-changer for my AI-assisted coding workflow. It solves a real pain point with elegance and efficiency, and it’s built with the developer experience firmly in mind. I’m absolutely integrating this into my daily setup, and I think you should too. Go check it out on GitHub – ship it, folks!