Compare Two Texts
Drop two pieces of text side by side and get the literal difference between them — what was added, removed, and reworded.
Compare two blocks line by line — config, lists, or records — to see exactly which lines were added, removed, or changed.
Some text is a set of lines where each one stands alone: a config file, a list of settings, rows of records. This loads two config blocks and diffs them line by line, so a changed host, a bumped timeout, and a new pool-size line each show up cleanly. Line mode treats every line as a unit and reports it as added, removed, or unchanged — no word-level merging that would blur which line is which. It is the precise view for line-structured data.
Paste the two blocks
Config, settings, or any line-structured text.
Diff line by line
Each line treated as a standalone unit.
Read the added and removed
Changed lines show cleanly, line for line.
It will not judge correctness. The report's NOTE says plainly, "This is a mechanical diff: it shows what changed, not what it means or which text is better," so a bumped timeout=30 to timeout=60 shows as removed and added lines without any verdict on whether that value is right. Interpreting the change stays with you.
Because "Mode: Line (line-by-line)" treats every line as one indivisible unit, so a modified host appears as removed host=localhost and added host=db.internal rather than a word-level merge. That keeps MODIFIED CONTENT empty for line-structured data and avoids blurring which line actually changed — the point of line mode over word mode.
Drop two pieces of text side by side and get the literal difference between them — what was added, removed, and reworded.
Paste two texts and see exactly what changed — a git-style colored diff with additions, deletions, and word-level edits, and a mechanical change count.
Make sure a fix didn't break three other things — compare an agent's outputs across two versions on the same scenarios and flag every behavior that changed for the worse.
See exactly what changed between v1 and v2 of a prompt — added, removed, and modified instructions, plus whether the revision reduced or introduced risk.
A side-by-side way to decide between two ChatGPT prompt drafts — scored on clarity, specificity, output control, and risk instead of gut feeling.
Paste any text and see characters, words, lines, and reading time at once — plus whether it fits Twitter, SMS, and meta-description limits.
See exactly what changed between two texts — a git-style colored diff with added, removed, and word-level edits. Mechanical, no judgment.