Slug generator
Convert any text — sentences, titles, or whole paragraphs — into URL-safe slugs. Unicode is transliterated to ASCII ( Déjà Vu → deja-vu), punctuation is stripped, camelCase is split, and a length cap snips at the last separator boundary so words don't get cut mid-letter. Optionally avoid reserved words like api and login that conflict with common router segments. One input line → one slug. Runs locally in your browser.
Input
One slug per non-empty line. Blank lines are dropped — paste a list of titles, headings, or filenames.
0 chars · 0 slugs
Options
Everything runs locally. Nothing is sent to a server.
0–200 chars. 0 disables.
Slugs
Paste text above to see the slugs here.