Text Diff
Compare two blocks of text line by line.
Original text
Changed text
OUTPUT
Use cases
Compare copy edits
Paste two versions of product copy, emails, or release notes to see what changed.
Check config changes
Compare small config snippets before deciding whether a deployment value changed.
Review generated output
Compare output from two prompts, scripts, or API responses line by line.
Examples
Compare copy changes
Old: Launch today
New: Launch tomorrowHighlight changed words or lines.Frequently Asked Questions
Is this a full Git diff?+
No. It is a lightweight line-by-line comparison.
Is text uploaded?+
No. Comparison happens locally.
Related Tools
API preview
Endpoint
POST
/api/tools/text-diffRequest
{
"input": "hello world",
"options": {}
}Response
{
"result": "processed output",
"tool": "text_diff"
}