Slug Generator
Create URL‑friendly slugs from text
Start
hello-world-from-quicktool
Description
Create clean, URL‑friendly slugs by lowercasing, removing diacritics, and replacing non‑alphanumerics with dashes.
Key features
- Unicode normalization with accent removal
- Collapse repeated dashes and trim edges
How to Use
- Paste a title or phrase.
- Copy the generated slug from the preview.
Example
Example
“Crème Brûlée Recipe” → “creme-brulee-recipe”.
FAQ
Uppercase letters?
All letters are lowercased for stable URLs.