Générateur de slug
Créez des slugs adaptés aux URL.
Paste a title or text to generate a clean, URL-friendly slug. Accents are removed, characters are lowercased (optional), and words are joined with your chosen separator. Everything runs locally in your browser.
Votre saisie est traitée localement dans votre navigateur — rien n'est envoyé, stocké ni journalisé.
Ça vous a fait gagner du temps ?Offrez-moi un café
Comment ça marche
- 1 Paste your text or title.
- 2 Choose a separator and case.
- 3 Copy the generated slug.
Cas d'usage courants
- Create slugs for blog posts and pages.
- Build clean URLs from titles.
- Generate file or id names.
- Normalize accented text for the web.
Questions fréquentes
Is my text sent to a server?
No. Everything runs locally in your browser — your text is never uploaded, stored or logged.
Are accents handled?
Yes — diacritics are removed (e.g. é → e) so the slug is plain ASCII.
Is it really free?
Yes — free, with no signup and no limits.