About this tool
Convert text to URL-friendly slugs. Handy for auth debugging, test fixtures, and moving data between transport formats like Base64, URL encoding, and tokens.
Paste a title or phrase into Input. Click Generate to lowercase, strip punctuation, and hyphenate spaces. Example — Slugify a blog title: try `Hello World Example` and expect something like `hello-world-example`.
Unicode letters outside basic word characters may be stripped — transliterate first for non-Latin titles. See also: Case Converter. Runs in your browser — nothing you paste gets uploaded.
How to use
- Paste a title or phrase into Input.
- Click Generate to lowercase, strip punctuation, and hyphenate spaces.
- Copy the slug for URLs, CMS fields, or filenames.
- Edit the Input and Generate again if you need a shorter or clearer slug.
Example
Slugify a blog title
Input
Hello World Example
Output
hello-world-example
Limitations
- Unicode letters outside basic word characters may be stripped — transliterate first for non-Latin titles.
- Does not guarantee uniqueness; append a suffix if your CMS requires it.
- Aggressive punctuation removal can collapse meaningful tokens; review before publishing.
Related tools
1Frequently asked questions
What does the Slug Generator do?
Convert text to URL-friendly slugs. Runs in your browser — no install, no account.
How do I use the Slug Generator?
Paste a title or phrase into Input. Click Generate to lowercase, strip punctuation, and hyphenate spaces. Copy the slug for URLs, CMS fields, or filenames. Edit the Input and Generate again if you need a shorter or clearer slug.
Is the Slug Generator free?
Yes. No signup, no usage limits, no paywall.
Does the Slug Generator upload my data?
No. Processing happens locally in JavaScript. Your input is not uploaded, stored, or logged.
What are the limitations of the Slug Generator?
Unicode letters outside basic word characters may be stripped — transliterate first for non-Latin titles. Does not guarantee uniqueness; append a suffix if your CMS requires it. Aggressive punctuation removal can collapse meaningful tokens; review before publishing.