Slug Generator
Generate URL-safe slugs from any text. Output contains only lowercase letters, digits, and hyphens.
Privacy first: Your files never leave your browser. All processing happens locally on your device.
No slug yet. Enter text above to generate one.
Frequently Asked Questions
What characters are allowed in a slug?
Only lowercase letters (a-z), digits (0-9), and hyphens (-). No leading or trailing hyphens.
How are special characters handled?
Accented characters are normalized (e.g., 'é' becomes 'e'), other special characters are removed, and spaces become hyphens.