Compare two blocks of text line by line and highlight what changed.
100% in your browser · No uploadsText Diff compares two blocks of text line by line and highlights what was added, removed, or unchanged. Useful for spotting edits, comparing versions, or reviewing changes.
Line-level for now — every line is either added, removed, or unchanged. Word-level highlighting within a line is on the roadmap.
Tested on files up to ~5,000 lines. Very large files may be slow because the diff is O(n × m).