Slug Generator (URL-friendly)
Convert any text into a clean, URL-friendly slug — runs entirely in your browser.
Generate URL-friendly slugs instantly
Paste any text and the tool converts it to a clean slug the moment you type — no button to press. Accented characters like é or ü are reduced to their ASCII equivalents, runs of spaces and punctuation are replaced with your chosen separator (default -), and leading or trailing separators are trimmed. Everything runs locally in your browser; nothing is uploaded.
Use the separator field to switch from hyphens to underscores or any other character. Uncheck Lowercase if your CMS requires mixed-case slugs. The live output updates as you type, so you can copy and paste with confidence.
FAQ
What are diacritics and why are they removed? Diacritics are accent marks used in many languages — accents, umlauts, tildes, and so on. URLs that contain them can break in some contexts, so the tool strips them while keeping the base letter.
Can I use a separator other than a hyphen? Yes. Type any character (or short string) into the Separator field and it will replace all non-alphanumeric runs in the output.
Is my data sent to a server? No. Slug generation is pure client-side JavaScript; your text never leaves your browser.