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.
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": "..."}.