Paste two versions of any text or code and see exactly what changed — line by line and word by word. Everything runs in your browser; nothing is uploaded.
This tool compares two pieces of text using a real longest-common-subsequence (LCS) algorithm — the same family of algorithm that powers git diff. Because it runs locally in your browser, you can safely compare contracts, configuration files, source code, essays and anything else without it ever leaving your computer.
+/- view.A line diff tells you which lines were added or removed. Word-level highlighting refines that: when a line was merely edited, the unchanged words stay neutral and only the changed words are tinted, so a small fix reads as a small fix instead of a delete-plus-add of the whole line.
The diff is language-agnostic and preserves indentation, so it works for Python, JavaScript, JSON, YAML, SQL, Markdown or plain prose. When a change is only reformatting, switch on ignore all whitespace to suppress the noise and surface the lines that actually changed.
Watch files and pull requests, auto-summarize what changed, and route diffs into your review pipeline — coming soon for ABUZ8 early-access members.