Code Churn Visualizer
Paste the output of a standard git churn one-liner and get a ranked bar chart - the files changing most often are usually the ones worth watching most closely.
Paste the output of git log --pretty=format: --name-only | sort | uniq -c | sort -rn
Was this tool helpful?
See this same kind of analysis applied to your whole repository
Call graphs, dead code, blast radius, and a health score. Results in 60 seconds, free.
Related tools
See all Repository Intelligence tools →Dependency Graph Visualizer
Paste package.json - dependencies grouped by type, plus packages listed twice with conflicting versions.
Cargo.toml Dependency Auditor
Paste Cargo.toml - every dependency listed, with wildcard or bare-major version ranges flagged.
Cyclomatic Complexity Calculator
Paste one function - get its cyclomatic complexity score, the same signal behind Repository Analysis.
Code Duplication Detector
Paste code - find repeated 4+ line blocks and the percentage of duplicated lines.
Technical Debt "Interest Rate" Estimator
When does fixing it properly pay for itself?
Runs entirely in your browser. Nothing is stored. Free forever.
