Slugify
Generate clean, URL-safe slugs from any text. Supports unicode and accented characters.
Runs entirely in your browser — files never uploaded
cafe-au-lait-my-favourite-drink
ASCII-only mode strips accents (café → cafe). Otherwise, Unicode letters are kept (café → café).
How to use Slugify
- 1. Paste your text. Article titles, product names, anything that needs to become a URL.
- 2. Pick options. Separator (-, _, .), lowercase or not, ASCII-only or keep Unicode.
- 3. Copy. The slug appears live. One click to copy.
FAQ
What's the difference between strict and non-strict mode?
Strict (ASCII-only) strips accented characters: café → cafe. Non-strict preserves Unicode letters — most modern web stacks accept these in URLs.
Why does my slug have trailing dashes?
It shouldn't — we trim leading/trailing separators automatically. If you spot one, let us know.
Is anything sent to a server?
No. Slugification happens in your browser.
Related tools
Advertisement