Alpha Release
Documentation is being actively expanded as V2 evolves.
What is V2?
V2 is a complete rebuild using WebGL instead of the DOM. This allows for visualization features that weren't possible before and better performance with large codebases.
It's a standalone app now, not a VS Code extension. With AI writing more of our code, being tied to a specific editor doesn't make sense anymore. V2 runs in the browser with a local server, with a native app in the works.
MCP server so AI agents can interact with the canvas — coming soon.
Getting Started
Start the server
Run this command in your terminal. It will download and start the Code Canvas server on port :3001
npx code-canvas-serverOpen the canvas
Open your browser and go to the canvas app. It will automatically connect to your local server.
Open v2.codecanvas.appLooking for V1 documentation? Switch to V1 docs