Compare two texts side by side and highlight differences
Yes, completely free with no text size limits. Compare documents of any length — from short paragraphs to full-length manuscripts.
No. All comparison is performed locally in your browser. Your documents remain private — essential for confidential contracts, proprietary source code, legal filings, and personal writing.
Text diffing uses the Longest Common Subsequence (LCS) algorithm to find the minimal set of changes between two versions of text. Common uses: (1) Code review — compare a developer's changes against the original file before merging. (2) Document versioning — track changes between contract revisions, policy updates, or article drafts. (3) Plagiarism detection — compare student submissions or article drafts against originals. (4) Configuration management — verify what changed between server config versions. (5) Data validation — compare CSV exports or log files from different runs to identify anomalies. The unified diff view (additions in green, deletions in red) is the same format used by Git and most version control systems, making it familiar to developers.