Live Demo¶
This demo is reproducible in a fresh clone.
Step 1: run the demo script¶
Step 2: inspect generated files¶
The script writes outputs to .codeatlas/demo/:
graph.jsongraph.mmdgraph-cytoscape.json
Step 3: open interactive UI¶
Step 4: verify API endpoints¶
curl http://localhost:3000/api/health
curl http://localhost:3000/api/project
curl http://localhost:3000/api/graph
Expected behaviors¶
- Circular dependency is detected in the sample project.
- Risk panel highlights architectural hotspots.
POST /api/reanalyzerefreshes graph data without restarting the server.