diff-checker

Paste two versions of text, config, or code to see what changed — split or unified view, word or character precision. Everything runs in your browser; nothing is uploaded.

client-side only word & char level split + unified view no signup
View
Precision
original
changed

// how this compares text

Uses LCS (longest common subsequence) — the same algorithm behind git diff. Lines that changed are then diffed a second time at word or character precision to highlight exactly what shifted inside the line. Split view shows both versions side-by-side; unified view shows a single column with and + markers.

// when to use this

For full files or real pull requests, your editor's diff view or git diff handles renames, whitespace-only changes, and binary files better. This tool is for fast in-browser checks, not a replacement for VCS tooling.