More tools

Text Diff Checker

Paste two versions of a text and see the line-by-line differences — compared entirely in your browser.

Original
Changed
Diff
Paste text on both sides to compare.

How the comparison works

The two texts are compared line by line using the longest common subsequence — the same idea behind git diff. Lines present only in the changed version show as additions, lines missing from it show as removals, and everything shared stays unmarked.

Comparison runs entirely in your browser, so it's safe for config files, contracts, and anything else you'd rather not upload to a diff site. Very large texts fall back to a simpler comparison to stay fast.

A free tool by Steven Frady, a creative developer building apps, shaders, and interactive installations. See the work.