Text Tool
Slug Generator
Generate clean URL slugs from text.
Slug Generator
Generate URL-friendly slugs from text.
Overview
Convert titles and labels into URL-safe slugs for routing, docs, and programmatic page generation.
Examples
Title to slug
Input
My API Tool TitleOutput
my-api-tool-titleSpecial chars cleanup
Input
JWT & OAuth: Quick GuideOutput
jwt-oauth-quick-guideUse cases
- Generate SEO-friendly path slugs.
- Normalize human labels for URLs.
- Clean imported titles at scale.
FAQ
Are accents removed?
Yes. Text is normalized before slug generation.
Are spaces converted?
Yes. Spaces become hyphens.
Does it lowercase output?
Yes. Output is lowercase.
Can it keep underscores?
Current implementation standardizes to hyphens.