Text Tools
Slug Generator — URL-Friendly Slugs from Any Text, Free
Convert any text into a clean, URL-friendly slug. Strips diacritics (é→e, ü→u), replaces spaces and special characters with your chosen separator, and optionally trims to a maximum length. Everything runs in your browser — no upload, no account, no tracking.
Frequently Asked Questions
- Is my text sent to a server?
- No. The slug is generated entirely in your browser. Your text never leaves your device.
- What is a slug?
- A slug is the URL-friendly part of a web address — lowercase, with spaces and special characters replaced by hyphens or underscores. For example, "Hello World!" becomes "hello-world".
- How are accented characters handled?
- Accented letters are normalised to their ASCII base (é→e, ü→u, ñ→n) using Unicode NFD decomposition before the slug is built.