Back to browse
GitHub Repository

interactive, side-by-side file review for git diffs with per-file navigation, vertical and horizontal scrolling, syntax highlighting, and added/deleted line tinting

577 starsRust

Deff – Review AI-generated code changes

by flamestro·Feb 25, 2026·1 point·0 comments

AI Analysis

●●●BangerSolve My ProblemWizardry

Purpose-built diff reviewer for AI-generated code, vim-native, actually ships.

Strengths
  • Targets a real pain point: AI coding tools generate fast, but reviewing noisy diffs became the bottleneck—solves something that didn't exist before.
  • Vim-native navigation (hjkl, gg, Ctrl+u/d, /search) integrates seamlessly into existing workflows instead of forcing a new tool context.
  • Per-file review toggles persist in .git, allowing interrupted review sessions—thoughtful affordance for real work.
Weaknesses
  • Audience is self-selecting: requires heavy AI coding assistant use (Copilot/Claude) to justify adoption—niche overlap, not mass appeal.
  • No web UI or remote diff review; Rust CLI requirement means adoption limited to developers comfortable with cargo install and TTY environments.
Target Audience

Software engineers using AI coding assistants (Copilot, Claude) who need faster diff review

Similar To

GitHub web diff viewer · Meld · DiffMerge

Post Description

I built Deff because AI coding tools sped up writing code, but reviewing their changes became the new bottleneck. Most of my time was going into checking noisy diffs, understanding intent, and making sure nothing subtle broke. Deff is focused on one thing: helping you review AI-generated code changes faster and with more confidence. It helps surface what changed and is allowing me to use it with some vim motions so I can easily jump from nvim to opencode to deff. Would love feedback from people using AI coding assistants heavily — especially on review workflows, false positives, and what still feels slow.

Similar Projects

Developer Tools●●Solid

Deff – side-by-side Git diff review in your terminal

Vim-native side-by-side diffs with in-diff search, but competes with `git diff --color-words` and fancier GUIs.

Niche GemShip ItDark Horse
flamestro
120673mo ago