Slug Generator

Type or paste any text — a title, a name, a sentence — and the slug updates as you go.

How it works

The text is lowercased, accented characters are converted to their plain equivalent (á → a, é → e, ñ → n, ç → c and so on via Unicode normalization), and every run of anything that isn't a letter or digit becomes a single separator. Leading and trailing separators are trimmed, so punctuation at the start or end of your text never leaks into the slug.