Developer tools
Slugify
Turn any title into a URL-safe slug. Accents are stripped; separators become hyphens.
Slug
hello-world-developer-tools
Your data never leaves the browser.
How it works
- Type or paste a title.
- Toggle lowercase if needed.
- Copy the slug.
FAQ
- How are accents handled?
- Unicode accents are normalized and stripped (Γ© β e).
- Is text uploaded?
- No. Slugify runs in your browser.