🔗 Slug Generator

URL-safe slugs from arbitrary text, with transliteration.

0 = no limit

How it works

Text is Unicode-normalised (NFKD) to split accented letters from their diacritical marks, the marks are stripped (transliterating ée, üu, etc.), then anything that isn't a letter or digit becomes the separator. Repeated separators collapse and leading/trailing separators are trimmed. Everything runs locally in your browser.