Text Diff Viewer
Compare two, three or more texts side by side — added, removed and changed lines highlighted, like a visual merge tool.
🔒 Runs entirely in your browser — nothing you type is uploaded or stored on a server.
The Text Diff Viewer compares versions of text and shows exactly what changed, laid out side by side like a visual merge tool such as Meld or the diff view in Git. Paste an original and a revision and every line is aligned: unchanged lines sit level, added lines light up green, removed lines red, and edited lines show the old and new text next to each other in amber. It is built for spotting the real differences between drafts, configs, logs or code fast.
Unlike a plain two-box compare, this viewer takes more than two inputs. Add a third, fourth or fifth text and pick which one is the base; each of the others is then compared against it in its own side-by-side panel. That makes it easy to see how several drafts of a paragraph diverged from the same source, or how three config files differ from a known-good reference — all on one page.
The comparison is a proper line-level diff (a longest-common-subsequence alignment), so it finds the smallest set of real changes instead of flagging everything after the first edit. Options let you ignore extra spaces and letter case so formatting noise doesn't drown out meaningful edits. Everything runs in your browser — private documents and code are never uploaded. For a focused two-way inline compare, the Text Compare tool is its companion.
How to use
- Paste your first version into text A and the next into text B.
- Add more texts with “Add another text” to compare three or more at once (up to six).
- Choose which text to compare the others against with the “Compare against” selector.
- Toggle “Ignore extra spaces” and “Ignore case” to hide formatting-only differences.
- Press Compare to see each pair side by side with additions, removals and changes highlighted.
Examples
Paste an old and new version to see exactly which sentences were added, cut or reworded — no more re-reading the whole thing.
Compare staging, production and a backup against one base to spot which settings drift between environments.
See a colleague's changes to a document at a glance, with removed text on the left and their new text aligned on the right.
Turn on “Ignore extra spaces” so re-indented or re-wrapped lines don't show as changes — only real edits remain.