Slug Generator
Create a readable URL slug from a page title or heading.
Everything runs locally in your browser. Nothing is sent to the server.
URL slug
a-simple-page-title
What it does
Convert a title into a lowercase, hyphen-separated slug for URLs.
How to use it
- Enter a page title.
- Review the generated slug.
- Copy it into your CMS or project.
Tips
- Short slugs are easier to read and share.
- Punctuation is removed and spaces become hyphens.
- Everything stays in your browser.
FAQ
Is my title uploaded?
No. The slug is generated entirely in your browser.