Transform git history into architectural insights

Advanced analytics for vibecoded tech debt enjoyers.

Live Demo

Upload your git log and watch your codebase come alive

Real-time analysis
Privacy-first
📁

Upload Git Log File

Drag and drop your git log file here, or click to browse. We'll analyze your commit history and show you beautiful insights.

Supported formats: .txt, .log

What you'll discover:

Code hotspots & technical debt
Team collaboration patterns
Architecture health score
Local only
No signup
Instant results

Powerful insights at a glance

Hotspot Heatmaps

Files touched 50+ times, God classes, circular dependencies, refactor candidates

Context Switching Tax

PR review lag, knowledge silos, commit timing patterns, productivity gaps

Conway's Law Violations

Team ownership overlaps, merge conflict hotspots, architectural boundaries drift

Get started in seconds

Generate your git log and get architectural insights in under 30 seconds

1

Basic Analysis

# In your project directory:
git log --stat > gitlog.txt

Perfect for: Team velocity, commit patterns, file hotspots, contributor analytics

2

Deep Architecture Analysis

# For advanced architectural KPIs:
git log --stat --date=iso --pretty=fuller > detailed.txt

Perfect for: Technical debt scoring, scaling readiness assessment, architecture health metrics

Pro Tip for Software Architects:

Use --all to analyze all branches, or --since="6 months ago" to focus on recent architectural evolution patterns and trends.