Slug Generator
Generate a clean, URL-safe slug from any text online for free — correctly transliterates Vietnamese diacritics. No signup, nothing uploaded to a server.
Your files are processed locally in your browser and are not uploaded to our servers.
How to use Slug Generator
- 1
Type or paste a title or phrase.
- 2
Choose a hyphen or underscore as the word separator.
- 3
The slug updates live — copy it once it looks right.
Common uses
- Generating a URL path from a blog post or product title
- Creating a consistent filename from a document title
- Converting a Vietnamese title into an ASCII-safe slug for a URL
Supported formats and limitations
Accepts text, up to one file at a time.
- Only letters and numbers survive — everything else (spaces, punctuation, symbols) becomes the separator, and repeated separators collapse into one.
- Vietnamese diacritics are transliterated to their base Latin letter ("đ" → "d", "à" → "a") rather than removed entirely, keeping the slug readable.
Frequently asked questions
No. The slug is generated entirely in your browser.
Yes — Vietnamese diacritics (including "đ", which isn't just an accented "d") are correctly transliterated to plain ASCII letters rather than dropped or garbled.
Yes — switch the separator option; hyphens are the more common convention for URLs, but underscores are supported too.
Numbers are kept as-is — only letters and numbers survive; everything else becomes a separator.