Slugify is a free strings & text tool that runs entirely in your browser — uRL-safe slugs from any string. No upload, no account, no limits.
Loading Slugify…
How to use Slugify
Open the Slugify tool.
Paste or type your text into the input field.
The output updates as you type — adjust the options if you need a different format.
Copy the result, or share the URL to hand the exact input to someone else.
About Slugify
Turn any title or phrase into a clean, URL-safe slug. Accents and diacritics are stripped, characters are lowercased, and runs of punctuation or spaces collapse into a single separator with no leading or trailing junk.
Choose a hyphen, underscore or dot as the separator to match your routing or filename convention.
What people use it for
Generate an SEO-friendly URL slug from a blog-post or page title.
Create a safe filename or anchor id from a heading.
Normalize accented names (e.g. 'Crème Brûlée') into ASCII slugs.
Frequently asked questions
What separators can I use?
Hyphen (-), underscore (_) or dot (.). The choice also cleans up any duplicate or edge separators.
Does it handle accents?
Yes — text is Unicode-normalized and diacritics are removed, so 'é' becomes 'e' before slugifying.
Is it private?
Every calculation happens on this page, in your own browser. Your input is never sent to a server, never logged and never used for training — which also means the tool keeps working when you are offline.