Text Compare (Diff Checker)
Paste two versions of a text and see every added and removed line highlighted instantly.
🔒 Runs entirely in your browser — nothing you type is uploaded or stored on a server.
The Text Compare tool shows you exactly what changed between two versions of a text. Paste the original on the left, the edited version on the right, and press Compare — every removed line is highlighted in red and every added line in green, with unchanged lines shown in between for context. A summary tells you at a glance how many lines were added, removed and left alone.
Comparing documents by eye is slow and unreliable — a single changed word in a contract, an edited paragraph in an essay, or one modified line in a configuration file is easy to miss. A diff checker does the comparison mechanically, the same way programmers review code changes, so nothing slips past. It's invaluable for reviewing edits from a colleague or client, checking what an editor (or an AI) changed in your draft, and verifying two copies of a document really are identical.
Two options make the comparison smarter: ignore extra whitespace treats lines that differ only in spacing as equal, and ignore case does the same for capitalization. Both texts are compared entirely in your browser — nothing is uploaded, so it's safe for contracts, code and confidential drafts.
How to use
- Paste the original text into the left box.
- Paste the changed version into the right box.
- Toggle “Ignore extra whitespace” or “Ignore case” if those differences don't matter to you.
- Press Compare — removed lines show in red, added lines in green.
- Read the summary tag to see the total number of added and removed lines.
Examples
Paste your draft and the edited version a colleague sent back — every line they touched is highlighted, so you can accept or question each change.
Compare your original paragraph with a ChatGPT rewrite to see precisely which sentences were altered.
Paste both copies of a document; if the result says “identical”, you know no sneaky changes were made.
Compare yesterday's settings file with today's to spot the one line that broke things.