Slugify (URL Slug Generator)
Turn any title or text into a clean, URL-safe slug — live as you type, all in your browser.
How to use
- Type or paste your title or text into the first box.
- Pick a separator, choose whether to lowercase, and set a max length if you want one.
- The slug builds as you type — copy it with one tap.
FAQ
What is a URL slug?
A slug is the readable part of a web address that names the page, like “my-first-post” in example.com/blog/my-first-post. A good slug uses only lowercase letters, numbers and separators, so it’s safe in links and easy to read.
What happens to accents and symbols?
Accented letters are simplified to their plain form (é becomes e, ü becomes u), and any other symbols, spaces or punctuation are replaced by your chosen separator. Repeated separators are collapsed into one, and leading or trailing separators are trimmed.
Is my text sent anywhere?
No. The slug is built entirely in your browser. Your text is never uploaded to a server, so the tool works offline and stays private.