{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-04T12:13:57.563Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"json-diff","name":"JSON Diff","url":"https://myaitools.net/json-diff"},{"slug":"text-counter","name":"Text Counter","url":"https://myaitools.net/text-counter"},{"slug":"word-counter","name":"Word Counter","url":"https://myaitools.net/word-counter"},{"slug":"character-counter","name":"Character Counter","url":"https://myaitools.net/character-counter"},{"slug":"lorem-ipsum","name":"Lorem Ipsum Generator","url":"https://myaitools.net/lorem-ipsum"},{"slug":"html-encode","name":"HTML Encode","url":"https://myaitools.net/html-encode"},{"slug":"text-reverse","name":"Text Reverse","url":"https://myaitools.net/text-reverse"},{"slug":"text-sort-lines","name":"Sort Lines","url":"https://myaitools.net/text-sort-lines"}],"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://myaitools.net/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://myaitools.net/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."}}