Live chat with the agent
See every step as it happens: which files it reads, what it changes, and what it runs.
AgentDeck is mission control for Claude. Connect Claude, upload a project, and AgentDeck builds the project's memory, turns your instructions into commands and runs the agent, with chat, terminal and task board in one browser tab.
No sign-up. The demo runs entirely in your browser.
npm test1 failedsrc/lib/money.tssrc/lib/money.ts+1 −1npm test12 passedwithTax now rounds instead of cutting off the last paisa. All 12 tests pass.How it works
Add AgentDeck as a connector in your Claude app and use your own Claude plan, or add an Anthropic API key for the built-in agent. Both take a minute.
Drop in a folder or zip, or connect a Git repo. Each project gets its own private workspace.
AgentDeck reads the code and writes a CLAUDE.md: the stack, how to run and test it, where things live, and your rules.
Say what you want in plain words, or use commands like /test and /review. The agent plans, edits, runs tests and reports back.
Features
See every step as it happens: which files it reads, what it changes, and what it runs.
The same shell the agent uses. Check its work or run your own commands at any time.
A CLAUDE.md plus saved facts you can edit. The agent remembers your project between sessions.
Every plan turns into tasks you can follow from To do to Done.
See how much of the agent's working memory is used, and pick up the same session after a reconnect.
Save instructions you repeat as one-word commands, like /test, /cleanup or /release-notes.
Two ways to connect
Add AgentDeck in Claude (Pro, Max or Team) or Claude Code, sign in once and press Allow. Claude then works on your projects here, on your own plan: it lists projects, reads and edits files, keeps the memory and runs your tests. Your projects stay on the always-on workspace.
Settings → Connectors → Add custom connector → paste your AgentDeck URL.
Add an Anthropic API key and AgentDeck's own agent works inside this dashboard: live steps, diffs, approvals, usage per run, and tasks that keep running after you close the tab.
Keys are stored encrypted and used only for your projects.
Safety
An agent that can run commands needs guardrails. AgentDeck stops and asks before anything you can't undo.
The agent wants to delete data.
DELETE FROM sessions WHERE created_at < NOW() - INTERVAL 30 DAY;
FAQ
Two ways. Add AgentDeck as a connector in your Claude app or Claude Code and work on your projects with your own Claude plan. Or add an Anthropic API key (console.anthropic.com) and AgentDeck's built-in agent runs in the dashboard, billed by Anthropic to your account. You can use both.
Any code project with files and a terminal: web apps, APIs, scripts, Laravel or WordPress sites, data jobs. Big generated folders like node_modules are skipped automatically.
It works on its own copy of your project, and risky actions need your approval first. You review the changes, then download them or push them to Git when you're happy.
Each project lives in its own workspace. Code is sent to Claude through Anthropic's API only when the agent needs it for your task.
The demo is a simulation that runs entirely in your browser. If you pick your own folder, it's read on your device to build the memory and run the read-only checks. Nothing is uploaded. The agent's code changes in the demo are scripted.
No. AgentDeck is an independent product that uses Claude through Anthropic's API.
Open the demo, pick a folder, and watch AgentDeck build its memory, right in your browser.