Text to Slug Converter
Turn any headline into a clean, URL-safe slug.
Everything runs in your browser. Nothing you type is uploaded or stored.
About this tool
A slug is the readable part of a URL that identifies a page. Good slugs are lowercase, use hyphens rather than spaces, and drop punctuation entirely — which keeps links tidy, portable across systems, and readable when shared.
Accented characters are transliterated rather than removed, so "Café" becomes "cafe" instead of losing the letter.
How to use it
- Paste a title or headline on the left.
- The slug appears immediately on the right.
- Switch the separator to an underscore if your system prefers it, or keep the original capitalisation.
Frequently asked questions
Is my text sent to a server?
No. Everything runs in your browser using JavaScript. Nothing you type or paste is uploaded, logged or stored anywhere.
Is there a length limit?
There is no fixed limit — the practical ceiling is your browser's memory. Documents of tens of thousands of words are handled comfortably.
Does it handle non-English text?
Yes. Text is treated as Unicode throughout, so accented Latin, Chinese, Tamil and emoji are all processed correctly rather than mangled.
Does it change my original text?
No. Your input stays exactly as you typed it; the result is produced separately so you can adjust the options and compare.