Slug Generator
Turn a title into a clean URL slug.
Loading tool…
About this tool
Turns a title into a URL-safe slug: lowercased, accents transliterated, punctuation removed, spaces replaced by a separator. Useful for filenames, anchors and any path segment derived from human text.
Limitations
- Accented Latin characters are folded to ASCII. Scripts without a Latin transliteration are dropped rather than guessed at.
Questions
- Should I change slugs after publishing?
- Avoid it. A slug becomes part of a permanent URL, and changing it breaks every existing link unless you add a redirect.
Privacy
This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.