Importer-exporter of well-architected skills

Advanced analytics for vibecoded tech debt enjoyers.

Try it out

Upload your git log and watch your codebase come alive

Runs locally
No servers
📁

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
📚

Free Interactive Book: Building Well-Architected Svelte Apps

Master component architecture, design patterns, and best practices with hands-on examples. Learn the principles that separate good components from great ones.

Interactive Examples
Svelte 5 Best Practices
100% Free
Read chapter 1 →
Chapter 1: Component Architecture Fundamentals • 15 min read

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.