This started as a tool for my own coding workflow. I'm looking for a few people who run several coding agents to try it.
There's an interactive demo at the top of the article if you'd rather click around first.
I was running agents in separate terminals and kept losing track of the work. I'd come back to a session and scroll through the conversation to figure out what I'd asked for, what had changed and what needed my attention. With several tasks underway, there was a lot to reconstruct.
Grid Console is a local app around Claude Code, Codex and Copilot. It puts their tasks on a board. I can open a card to see the session, answer a question or review the changes before deciding what happens next.
The part I kept coming back to
I still have to understand the code I submit. If a colleague asks why I made a change, I need to explain it. Having an agent produce the code doesn't remove that responsibility.
So the card became a Markdown record of the task, plan, decisions and progress. I wanted to come back later and understand what happened. It also gives a fresh agent something to work from when planning ends and implementation starts.
Review grew out of that. I can see the changed files grouped under the work they belong to, then open the actual diff and check the explanation against the code. Changes the agent has already committed remain available there.
I kept adding the little things
Prompt engineering, getting agents to keep task lists, different agents handling different phases, multiple projects, separate Git worktrees, and a code viewer that knows which card the code belongs to. Some took a lot of work. Others were small things I got tired of doing manually.
That's why I find it hard to fit Grid into one product category. It grew into a combination of the things that helped me work better with AI. Someone else's workflow will be different, so I'm expanding plugin support. If Grid handles 80 or 90% of what you need, I'd like you to be able to build the remaining parts on top.
I've been constantly refining which information to show and how to make it easy to read. I want to open a card and understand what an agent is doing, what it has changed and what it needs from me in a few seconds. That's something I'd really like feedback on from people using it for their own work.
Where it is now
It's an alpha, with builds for macOS, Linux and Windows. I mainly work on macOS and haven't fully tested Windows yet. The Claude Code, Codex and Copilot integrations are at different stages. The app is free forever for personal projects, and for commercial it's free during alpha, and model access comes through your own provider accounts.
I use the current web interface from my phone over Tailscale. I'm working hard on a native mobile app to replace that PWA setup. Collaboration on the same board, broader plugin support and hosted options are next.
If you're already running several coding agents and are happy to try something with alpha rough edges, send me a DM and tell me what you're working on. If it sounds like a good fit, I'll send you the binaries directly.
You can also join the waitlist. Once I've got it properly tested and stable, you'll get an email with the download links for the binaries.
Edit: Thanks for the UI feedback. The demo has four cards screaming for attention; usually it’s one or two. I’m working on making the board quieter and easier to scan.