Text Diff Checker
Compare two texts line by line and highlight added and removed lines.
Original Text
Changed Text
Compare two texts line by line and highlight added and removed lines.
Original Text
Changed Text
Related Tools
A diff tool answers a simple but constant question in development and writing: what exactly changed? Instead of eyeballing two documents side by side, a line-based diff highlights every added and removed line instantly.
This tool computes the Longest Common Subsequence (LCS) of the two texts' lines — the same foundation used by git diff. Lines present only in the original are marked as removed (−), lines present only in the changed text are marked as added (+).
Everything runs locally in your browser. No text is uploaded, stored, or logged — which makes this tool safe for proprietary code and confidential documents.