What is this?
This interactive chart maps every function in your codebase onto a quadrant grid, revealing architectural patterns, risk areas, and refactoring opportunities.
The Four Quadrants
UTILITIES (Top-Left)
Heavily used helper functions
CENTRAL HUBS (Top-Right)
Critical, high-risk functions
ISOLATED (Bottom-Left)
Potentially dead code
ORCHESTRATORS (Bottom-Right)
Entry points and main functions
Pro tip: Click the menu icon in the upper-right corner to switch between views.
Pro tip: Drag to select a region on the chart to zoom in and see function details.