{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.207Z","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":"slugify","name":"Slugify","description":"Convert any text to a clean, URL-safe slug — strips diacritics and replaces non-alphanumerics.","longDescription":"Turn a title or phrase into a slug suitable for URLs, filenames or anchor IDs. Lowercases the string, normalises accents (\"naïve\" → \"naive\"), replaces every non-alphanumeric run with a separator and trims leading/trailing separators. Pick hyphen, underscore or dot. Runs entirely in your browser.","category":"text","categoryName":"Text & Encoding","keywords":["slugify","slug generator","url slug","seo slug","url safe text","slug maker","slugify online","slugify free","filename slug","anchor slug","kebab url","slug converter","url friendly text"],"badge":"Transformer","url":"https://toolsly.tools/slugify","inputs":[{"type":"text","key":"text","label":"Text","placeholder":"Hello, World! It's a Naïve Approach","multiline":false},{"type":"select","key":"separator","label":"Separator","defaultValue":"-","choices":[{"value":"-","label":"Hyphen (-)"},{"value":"_","label":"Underscore (_)"},{"value":".","label":"Dot (.)"}]}],"outputs":[{"key":"slug","label":"Slug"}],"invocation":{"webUi":"https://toolsly.tools/slugify","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."}}