{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.293Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"text-diff","name":"Text Diff","description":"Compare two texts side by side and highlight added, removed and unchanged lines, words or characters.","longDescription":"Paste two versions of any text — an old draft and a new one, a quote and a contract, two log files, two emails — and instantly see what changed. Choose line, word or character granularity. Added chunks are prefixed with `+`, removed chunks with `-` and unchanged with two spaces. Counts of added, removed and unchanged chunks appear below. The comparison runs entirely in your browser — nothing is uploaded.","category":"text","categoryName":"Text & Encoding","keywords":["text diff","text diff online","text diff free","compare two texts","text comparison tool","diff text online","online text compare","find differences between texts","text difference checker","compare text online","side by side text diff","free text diff tool","text comparison online"],"badge":"Comparer","url":"https://toolsly.tools/text-diff","inputs":[{"type":"text","key":"a","label":"Text A (original)","placeholder":"Original text…","multiline":true,"monospace":true},{"type":"text","key":"b","label":"Text B (modified)","placeholder":"Modified text…","multiline":true,"monospace":true},{"type":"select","key":"mode","label":"Diff mode","defaultValue":"Line diff","choices":[{"value":"Character diff","label":"Character diff"},{"value":"Word diff","label":"Word diff"},{"value":"Line diff","label":"Line diff"}]}],"outputs":[{"key":"diff","label":"Diff","multiline":true},{"key":"added","label":"Added chunks"},{"key":"removed","label":"Removed chunks"},{"key":"unchanged","label":"Unchanged chunks"}],"invocation":{"webUi":"https://toolsly.tools/text-diff","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}