Skip to content

Releases: djangocourcelles/map_cc_projects

Interactive force-graph that maps all your Claude Code projects at a glance

Choose a tag to compare

@djangocourcelles djangocourcelles released this 14 May 11:26

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 code command in PATH