🔍 Diff Checker

Compare two texts line by line. See exactly what changed.

Original
Modified

💡 Use Cases

📘 How It Works

  1. Paste the original text in the left panel
  2. Paste the modified text in the right panel
  3. Click Compare
  4. Differences are highlighted: green = added, red = removed

❓ FAQ

Is my data private?

Yes. Everything stays in your browser.

How does comparison work?

LCS (longest common subsequence) algorithm finds the optimal diff between two texts.

Can I compare large files?

Yes, but keep it under a few thousand lines for best performance.