Text

Slug generator

Turn any title or sentence into a clean URL slug: lowercase, accent-free and hyphenated. Language-aware and runs entirely in your browser — nothing is uploaded.

Text
Slug
The slug appears here.

How to use it

Type or paste a title and get a tidy slug for your URL, file name or anchor. Spaces and punctuation become single dashes, letters are lowercased, and accents are transliterated to plain ASCII based on the page language.

Example

Input My First Blog Post!
Result my-first-blog-post

Frequently asked questions

What characters does a slug keep?

Only lowercase letters a–z, digits 0–9 and single dashes. Spaces and punctuation become dashes, and leading, trailing or repeated dashes are removed.

Does it handle accents and special letters?

Yes. It transliterates to ASCII based on the page language — for example German ä→ae and ß→ss, French é→e, Polish ł→l, Serbian đ→dj — so the slug stays readable.

Is my text sent anywhere?

No. The slug is generated entirely in your browser; nothing is uploaded.