OnlineDiff Checker

About us

About us

Online Diff Checker is the free tool at onlinediffchecker.com. Paste two texts — or load them from this device — and click Find the difference. Additions, deletions, and edits are marked in the two boxes. The comparison runs in this tab.

Most “online diff” pages either look abandoned or they ship your text to a server so they can meter a plan. This site is the other option: a static page, a small script, and a worker on your device. There is no account. There is no comparison API.

What we built it for

The comparisons that never belonged in someone else’s logs: environment files, customer exports, a clause you are not ready to put in email, two versions of a config from machines you should not copy off of. Code, JSON, XML, and ordinary text all use the same boxes.

How it works

The algorithm is Myers’ shortest edit script, via the diff package, in a Web Worker so a large paste does not freeze the tab. A first pass is line-oriented. Changed lines get a second pass at word grain. Optional history and your color scheme live in this browser’s localStorage. Closing the tab drops the editors unless you saved history.

What it is not

  • Not a PDF, Word, or spreadsheet redline. Those need different engines.
  • Not a three-way merge. Use git merge-file or a desktop tool when you have a common ancestor.
  • Not a syntax-aware compiler. JSON key order and YAML indent still count as text.
  • Not a cloud product. We do not store the paste, and we cannot restore it for you.

Who operates the site

The site is operated as Online Diff Checker at onlinediffchecker.com. For the website itself (not the text you are comparing), see contact us. How we handle page requests is on the privacy policy. Use of the tool is covered by the terms & conditions.