Tired of juggling terminal tabs, losing context, and hiding agents in background processes? FullstacX gives you and your autonomous agents a shared 2D workspace to spawn sandboxed worktrees, inspect live browsers, review side-by-side diffs, and control GitHub pipelines.
Open source (Apache-2.0). Interactive preview below — drag the nodes!
Every development asset is an addressable node on the canvas, controlled seamlessly by both humans and agents.
Every agent runs inside an isolated Git worktree and container with its own database branch. Never let an agent pollute your local branch.
Embed real WebKit/Chromium panes. Agents inspect DOM structures, read console outputs, and take screenshots to verify UI modifications.
Lightweight floating VS Code code editors. Agents highlight specific changed lines and request human signoffs before committing code.
Manage issues, pull request reviews, and CI test matrices right on the canvas. Agents can post review responses and trigger merges.
Through our native Model Context Protocol (MCP) server and Unix domain socket, coding agents don't just dump text into a scrollback buffer. They programmatically spawn editors, open browser windows, and arrange their own spatial workspace.
fullstacx browser capture-dom for visual regression checks
fullstacx editor open --diff to present human review gates
fullstacx github pr create once CI passes automatically
{
"jsonrpc": "2.0",
"method": "canvas/spawnNode",
"params": {
"type": "browser",
"position": { "x": 640, "y": 120 },
"config": {
"url": "http://localhost:3000/settings/billing",
"watch_dom_errors": true,
"auto_screenshot_on_hydration_error": true
},
"parent_worktree_id": "wt-oauth-billing"
}
}