DepGraphFix

DepGraphFix is a web app + IDE plugin that helps teams refactor large codebases by making dependency risk visible and actionable. It builds a dependency graph from your repo, highlights “blast radius” for a proposed change (rename, move module, split package), and generates a step-by-step refactor plan with checkpoints and rollback guidance. It focuses on the unglamorous reality: most refactors fail because teams can’t predict what will break across services, build pipelines, and shared libraries. The MVP would support one or two ecosystems (e.g., Java/Kotlin + Maven/Gradle) and integrate with CI to validate each step. This is a combination traditional + AI app: traditional static analysis for correctness, plus AI to propose sequencing, commit messages, and migration notes. It won’t magically fix architecture, but it can reduce refactor downtime and surprise breakages.

← Back to idea list