Check the differences between two pieces of text in a unified, git-style diff view. Added lines are marked with +, removed lines with -, and unchanged context lines surround each change. All processing runs in your browser.
The diff algorithm runs in a Web Worker inside your browser, so the page stays responsive even for large files. All processing runs locally.
All diffing is done locally using browser APIs. Our servers are not involved at any point.
For making the same change everywhere in one file, try find and replace. To put both inputs in matching order before comparing, use sort lines. For diffing two JSON payloads after pretty-printing, see the JSON formatter.