Paste your original and changed text, and instantly see every added, removed, and unchanged line — no server needed.
Diff is computed using a Longest Common Subsequence algorithm entirely in your browser. No text is uploaded to any server.
This diff checker compares two blocks of text and shows exactly which lines were added, removed, or left unchanged. It uses a Longest Common Subsequence (LCS) algorithm — the same underlying approach that git diff, Unix diff, and code review tools use — so the result is the minimal edit needed to transform one text into the other. Added lines appear in green with a + prefix, removed lines in red with a -, and unchanged lines are shown neutrally.
The tool is useful any time you need to spot what changed between two versions of a config file, a log output, a piece of code, or any plain text. Counts for added and removed lines are shown at a glance. Everything runs locally in your browser: nothing you paste is sent to a server.
At some point, almost every developer, writer, analyst, and systems administrator faces the same problem: two…
Read guide →ArticleHow line-by-line diffing works, when to use it for code review and document versions, and how to read added vs removed lines.
Read guide →BlogDates and times are deceptively simple. You look at a calendar, count the boxes between two dates, and call…
Read guide →