Line-by-line alignment
A longest-common-subsequence engine lines up the two versions so additions, deletions and edits land exactly where they belong.
Compare · Side-by-side · Inline · Word & character · No upload
Paste two versions of any text and see exactly what changed. The tool aligns the two blocks line by line, highlights added, removed and modified lines, and can drill down to the precise words or characters that differ. Switch between a side-by-side view and a compact inline view, ignore case or whitespace, and export a standard unified diff. Everything runs in your browser — nothing is uploaded.
A longest-common-subsequence engine lines up the two versions so additions, deletions and edits land exactly where they belong.
Changed lines show the precise words or characters that differ, so a one-letter typo doesn't flag the whole paragraph.
Ignore letter case, collapse all whitespace, trim trailing spaces and skip blank lines to surface only meaningful changes.
Copy or download a standard @@ hunk diff you can paste into a patch, a pull request or a code review.
Paste the original on the left and the changed version on the right. With Live on, the comparison updates as you type; otherwise press Compare. Removed content is shown in red, added content in green.
Both still align the text line by line. Word highlights which whole words changed inside an edited line, which reads naturally for prose. Character marks individual characters, which is handy for spotting a single typo, a changed digit or a moved bracket. Line only skips intra-line highlighting entirely.
Yes. Tick Case to treat upper and lower case as equal, All whitespace to ignore spaces and tabs completely, Trailing spaces to drop end-of-line whitespace, and Blank lines to skip empty lines. The original text is always displayed unchanged — only the comparison is affected.
It produces the same format git diff and diff -u use: grouped hunks with @@ -a,b +c,d @@ headers, three lines of context, and -/+ prefixes. You can paste it straight into a patch file or a review comment.
No. The whole comparison runs locally in your browser with JavaScript. Nothing is uploaded, so it is safe for private documents, contracts and source code, and it keeps working offline once loaded.