Illustration of a title with spaces and accents converting into a lowercase, hyphenated URL slug

Slug Generator

Type a title and get back a URL-safe slug, live — diacritics stripped, lowercased, punctuation collapsed into a single separator. Runs entirely in your browser.


💻 Show API usage examples (cURL)
curl -sS -X POST https://devops.majbase.com/slug-generator/api -H "Content-Type: application/json" -d '{"text":"Café — 10 Déjà Vu Tips!"}'

Returns {"result": "..."}, or {"error": "..."}.