Slugify and Accent Remover
Paste any text and the tool builds a clean, accent-free URL slug or simply strips diacritics, with everything running locally right in your browser.
Slug:
Without accents:
FAQ
How is a URL slug created from text?
The tool lowercases the text, replaces accented letters with their base characters (e.g. ř→r, ě→e), removes special characters and turns spaces into hyphens. So 'Příliš žluťoučký kůň' becomes 'prilis-zlutoucky-kun'.
Is my text sent to a server?
No. All processing happens directly in your browser using JavaScript. Nothing is uploaded, stored or shared, so you can safely run even sensitive content through it.