Diff Checker
Compare two text blocks side by side.
+2 added−1 removed=3 unchanged
apple+blueberry−bananacherrydate+elderberry
About
Paste two versions of any text and get a side-by-side or inline diff with insertions and deletions highlighted. Useful for comparing config files, manuscripts, or anything where 'what changed' isn't obvious.
How to use
- Paste 'before' text on the left.
- Paste 'after' text on the right.
- Toggle inline / split view. Diffs are computed live.
FAQ
How does the diff work?+
It's a line-level Myers-style diff (the algorithm git uses). It finds the shortest edit distance, then renders each line as unchanged, inserted, or deleted.