Grid ConsoleALPHA MISSION CONTROL FOR CODING AGENTS Grid Console runs a fleet of AI coding agents across all your projects in parallel and puts your attention where it is needed. Every card summarises itself: what it plans to do, what it has changed, and the one thing it needs from you, so you decide in seconds instead of reading a transcript. It shows you what changed and why, down to the file, so you can keep up with code you did not write. Nothing ships past a gate without you. And the whole way of working is yours to shape: the stages a card goes through, what each one runs, which agent does the work, all of it configurable and extendable with plugins. Start free Join the waitlist macOS, Linux, Windows via WSL 2 · your repos never leave your machine · sign in with GitHub
THE BOARD · LIVE4 agents running
DOING
Rate limiter on public API▣ building · tests greenvertex
Nightly digest email▣ writing the templateatlas-docs
REVIEW
Stripe webhook retriesplan ready · 3 files, 2 risksbilling▶ APPROVE
Fix flaky auth testdone · diff is 41 linesvertex▶ REVIEW
DELIVER
Dark-mode settings pageapproved · committinghelios
one card is asking: everything else is running on its own
SEE IT, LIVEan interactive preview: it walks a card through every stage by itself, click in whenever you want to drive
free to poke, a preview of how Grid works
WHO IT HELPS
SOLO BUILDERSShip like a crew of fiveKick off five cards before breakfast. Agents plan and build in parallel while you approve plans and review results: one person, a whole roadmap.
TECH LEADSKeep up with AI-speed codeAgents produce more code than anyone can read raw. Grid explains every file, its goal, what changed, why, and which card did it, so review keeps pace.
TEAMS & NON-ENGINEERSHand the keys safelyDescribe work in plain words; Grid plans, asks, builds. Autonomy sits on one dial per project, so a PM can drive real work and engineers keep the controls.
HOW IT HELPSthree views, one habit: go where you’re needed. The app opens with a guided tour of all three.
BOARD Run the fleet The board is where you run the fleet. Every task is a card, an agent picks it up, and the card moves through your SDLC on its own. You keep track of many agents in parallel from one place. When a card needs you, it lights up and pulses: a plan to approve, a question to answer, a review to give. BEST WHENmaximum throughputseveral projects in flight
Grid Console ALPHA BOARD 2 NEED YOU PREPARE2 ESP verdict for invite waves weighing two providers vertexasks 2 Retrain the search ranker ⏱ scheduled · runs 03:00 northwind DOING2 Rate limiter on public API ▣ building · tests green vertex3/5 Nightly digest email ▣ writing the template atlas1/4 REVIEW2 Stripe webhook retries plan ready · 3 files, 2 risks billing▶ APPROVE Fix flaky auth test done · diff is 41 lines vertex▶ REVIEW DELIVER1 Dark-mode settings page approved · opening the PR helios✓ APPROVED
SESSION Work per card Click a card and its session opens. This is where you talk to the agent directly: steer it, correct it, ask it questions. The right pane tells you exactly what you need to know at that moment: the plan, the changes so far, and what the agent is asking. It saves you scrolling back and rereading the whole card. The rail on the left queues who needs you next, questions first. BEST WHENkeeping track of the detailsstepping in mid-runseveral cards at once
Grid Console ALPHA SESSION 2 NEED YOU QUESTIONMove catalog images to the new CDN PLAN READYPer-key rate limits on the public API REVIEWFeedback widget on all storefronts queued by why they wait Read(plan.md) ⎿ approved plan, rev 2 Bash(rclone copy media/ cdn:catalog) ⎿ 12,408 objects · checksums green · 14m 02s Edit(lib/image.ts) +41 −12 view diff + src = cdn.url(img, { srcset: auto }) − src = legacyUrl(img) Bash(pnpm test image) ⎿ 31 specs · all green 1,800 legacy JPEGs have no srcset. Generate now or lazily on first request? Generate now · ~$4 Lazily, per request waiting on your answer · ↺ rewind to any row DOING· 47m · opus 4.5 SUMMARY 12,408 objects copied and verified; the URL flip is staged behind one open question. CHANGES SO FAR · media mirrored to the CDN, checksummed · image.ts flips URLs behind a flag TASKS snapshot the worklist copy + checksum to CDN flip URLs · waiting on you purge the legacy bucket REQUIRES YOUR ATTENTIONthe srcset question is blocking the flip Answer ↺ Rewind
CODE Take control back Sometimes the details matter. The code view shows, card by card, exactly what changed, and lets you undo what should not have been. Code alone tells you what was written, not why or when. So the viewer pairs the source with AI explanation and card context: the goal of the file above line one, notes between the lines, and history that gives reasons. You always know who changed this line, and why. BEST WHENfixing a complex AI mistakecorrecting feature creeplearning an unfamiliar project
Grid Console ALPHA CODE 2 NEED YOU vertex-apisrc/ratelimit.tsAauth.tsMsession/store.tsDockerfiletests/ratelimit.spec.tsA 2 repos · live status ratelimit.tsnew in this card✦ notes · ⇄ callers · blame GOAL OF THIS FILEToken bucket per API key, in Redis. One Lua script takes a token; two headers say what remains. 1 import { redis } from "../session/store" → store.ts 2 const DEFAULT_RATE = 60/60 auth.ts:15+1 3 export async function rateLimit(key) { ✦ rateLimit(), takes one token per request; 429 + Retry-After when the bucket is empty 4 const left = await take(key.id) → lua, atomic 5 if (left < 0) return tooMany(key) 6 res.set("X-RateLimit-Remaining", left) 7 } callers in the margin · click one to jump to its line TALKS TO store.ts · shared client api_keys.quota · override HISTORY · WHAT AND WHY +34 −0 · todaycreated: the API had no limiter, only docs claiming one CARDS ON THIS FILE Rate limiter on public APIDOING · wrote every line here Fix flaky auth testREVIEW · reads it in a spec
Other great features
Command historyAgents run commands. This shows exactly what ran on your computer, and undoes it where undo is possible. You never reconstruct a shell command the hard way.WHAT RAN · UNDO
Usage insightGrid tracks tokens per card and per request. When usage spikes, you see which action caused it and act on it.TOKENS PER CARD
Plugins marketplace COMING SOONBundled plugins ship in the alpha, writing your own is free on every tier, and the marketplace opens with the public beta: change the default SDLC or add a stage, read cards from GitHub, Jira or Azure DevOps, connect another agent or model.YOUR SDLC · YOUR SOURCES
TRY IT The tour runs inside Grid on your own projects, so the first thing you see is your own board. Free while the alpha lasts, and it takes about twenty seconds. Download Grid
WHAT YOU HAND ITthe everyday work that stops interrupting yours
User storiesDrop the story in as written, acceptance criteria and all. The agent plans against the criteria, and Review checks them off box by box.STORY IN · PR OUT
Change requestsPaste the request from a customer or a colleague. The agent scopes it, names the risks, and asks before touching anything shared.SCOPED BEFORE BUILT
Support ticketsForward the ticket. The agent reproduces the complaint, traces it to its cause, and files the fix with the ticket linked.TICKET · CAUSE · FIX
Bug triagePaste the report. The agent reproduces, bisects and proposes the fix; you approve at Review.REPRODUCE · BISECT · FIX
PR review backlogHand it the queue. Each pull request becomes a card with the risks named; you decide the merge.ONE CARD PER PR
Migrations and refactorsLong, mechanical, dangerous. Worktree isolation and stage gates make them boring: the agent grinds, you approve.ISOLATED WORKTREE
Docs that stay trueCards update the docs they touched at Close, and Verify catches the drift the next change causes.CLOSE WRITES DOCS
Test coveragePoint it at the gaps: it writes the specs, Verify runs them, and the diff shows what is actually covered.VERIFY RUNS THE SUITE
THE SDLC, BUILT INseven stages, each with a contract a card must fill before it moves on Agents write the code. You stay in command.
INBOXcaptured, not started
PREPAREwrites the plan, asks its questions, you refine
DOINGbuilds: the card is the live progress report
REVIEWread the diff, see what differed from the plan, test it locally, then approve or revise
DELIVERopens the PR / MR / push as configured, then watches the deploy
VERIFYmerged, deployed, nothing around it broke
CLOSEmemory written, docs updated, last conflict check
A WAY BACK AT EVERY GATE · REQUEST CHANGES, REJECT, OR REJECT & CLOSE
Review your wayChange by change like a code review, approve, revise or rollback each file, or one approve for the lot. The app is already running locally, port on the card.
A way back at every gateRequest changes sends it back to Doing. Reject parks it in Inbox. Reject & close undoes every change. Nothing merges until Verify says the delivery landed.
Customize it the way you wantEvery stage lists the sections a card must carry: the plan it must promise, the progress it must report. Defaults out of the box; add your own in Settings.
THE ONE RULE Agents run on their own. Grid interrupts you only for real decisions.
Never ships behind your back. Schema changes, force pushes and production stay behind a tap, whatever the autonomy dial says. Everything has a way back. Any card, any change, any conversation can be rewound to an earlier point. It says which decision, and why. An ask arrives with the plan, the diff and the risk spelled out: never a bare “proceed?”.
PRICINGFree is free forever; paid tiers open with the beta
Freefree forever, for individuals and personal projects€0free foreverUnlimited projects, all core featuresAs many agents as your machine can runBoard, cards, rewind: all kept locally, one machineBundled plugins, plus the ability to download (free and paid) plugins from the marketplace or your own Commercial use up to 60 daysStart here
Soloone person, commercial use€19/month billed annually · €24 monthlyEverything in Free, commercial use for one personMulti-device sync (up to 3 devices)Phone app and push notificationsPaid premium plugins included Join the waitlist
Crewa team on shared boards€29/seat/month billed annually · €34 monthly · 2 seats minimumShared projects, boards, sessions and provenance; private projects when you need themRoles, per-seat autonomy caps, free viewer seatsJira, GitLab, Slack and Teams integrationsShared, version-pinned plugins and workflows Audit log, 90 daysTry it free with your team for 60 daysJoin the waitlist
Fleetorg-wide, on your termsTalk to usannualSAML, SCIM, admin-locked safety rules and plugin policyOne seat per person across all workspacesSelf-hosted or air-gapped licence serverPrivate model endpoints, SLA, priority supportPrivate plugin registry, signed builds, extended audit retention Contact sales
Solo is for one person. Organizations can evaluate for 60 days, then need Crew. Prices exclude VAT for businesses; consumers see VAT-inclusive prices at checkout.Which plugins ship with which release, and what each tier can install: see Bundled plugins by version.
SELF-HOSTEDCOMING SOON Grid itself is a locally run binary. For the cloud collaboration features of Solo, Crew and Fleet we provide a Docker image: run it on your hardware and no code and no data ever leaves your control. It powers card syncing across your devices, team collaboration (Crew and up), audit logging and the phone app. Don’t want to host it yourself? We can host it for you. docker run gridconsole/sync
PLUGINS Extensibility is part of the system. Every stage transition is a hook, every panel a slot: plugins decide what Prepare must answer, what command Doing sends, how Deliver ships, what Verify accepts. Add panels, wire other LLMs, extend the code view’s right-click menu, bind your own shortcuts. Bundled and marketplace plugins on every tier; Crew pins them per project, Fleet runs a private signed registry. grid plugin add ./my-gate
MARKETPLACE Plugins have a marketplace. Developers build plugins and customisations and release them to the marketplace; the alpha already ships with plugins bundled. Plugins can be free or paid. For paid plugins Grid Console keeps 15% + $0.50 per transaction, which covers payment processing, currency handling and VAT or sales-tax collection worldwide through our payment provider. grid plugin publish
SHIPPING IN THE OPENthe last releases, unspun
Legal0.1.0First alpha: the board, sessions, the code view, stage contracts, plugins23 AUG 2026CHANGELOG →
Grid Console © 2026 · by Moore Labs · pre-release software ProductDocsPricingMarketplaceDownloadRoadmapChangelogSecurityPrivacyLicenceSign in Contact