Utilities
Diff Tool
Compare two texts — line, word, or character precision, split or unified view.
Two versions of anything — configs, SQL, JSON, a paragraph — and every difference between them, highlighted.
Compare two texts
- Open Diff Tool.
- Paste the original on the left, the changed version on the right.
- Click Compare — or flip on live diff and watch the comparison update as you type.
Choose your precision
- Line — the classic: which lines were added, removed, changed. Best for code and configs.
- Word — highlights the changed words inside lines. Best for prose and docs.
- Character — down to single characters. Best for spotting the one-character typo between two API keys.
Two ways to look at it
- Split view — original and changed side by side. Best for reading.
- Unified view — one column with
+and-lines, likegit diff. Best for sharing.
Copy the result
Copy unified diff puts a standard patch-style diff on your clipboard — paste it into a PR comment, a ticket, or a message and everyone will understand it.
Tip: diff JSON reliably
Run both JSON blobs through the JSON Formatter with Sort keys first. Formatting differences disappear; real differences remain.