Releases: djangocourcelles/map_cc_projects
Releases · djangocourcelles/map_cc_projects
Release list
Interactive force-graph that maps all your Claude Code projects at a glance
What's included
- Force-graph layout (D3.js v7) — drag, zoom, persistent positions
- Bubble size = days since last commit
- Auto-detected tech stack: Node.js, Python, Rust, Go, Ruby, Java
- GSD workflow status ring per project
- Live updates via WebSocket (no page reload)
- Click any bubble → opens project in VS Code
- Real-time search/filter
- Dark/light theme (follows system preference)
Quick start
git clone https://github.com/djangocourcelles/map_cc_projects.git
cd map_cc_projects && npm install && node server.js
Requirements
- Node.js ≥ 20
- VS Code with
codecommand in PATH