Slug Generator
Generate URL-safe slugs across multiple styles, spot collisions against existing registries, and auto-suffix duplicates before they leak into a CMS or release workflow.
Quick samples
Slug inputs
Paste source text, choose output styles, and optionally compare against an existing slug registry.
Slug outputs
Review each style, copy the final slug, and inspect collision notes before publishing.
Paste text on the left, choose your slug styles, then submit to generate outputs and collision insights.
Collision insights
Summary counts for the current registry and any duplicate handling that ran.
0
0
0
Documentation
Slug Generator
About this tool
Slugify converts titles, headings, and labels into URL-friendly slugs. Use it when creating page paths, route names, anchors, or content identifiers.
Behavior
The generated slug is normalized for URL use. Punctuation and spacing are reduced, and accented characters are converted where possible.
Review the final slug against your routing rules and existing URLs.
Gotchas
A valid slug is not automatically unique. Check for collisions before using it in a live route.
Avoid changing published slugs unless redirects are planned.
Key use cases
- -Turn a page title into a clean URL segment.
- -Normalize accents, spaces, punctuation, and casing.
- -Compare slug styles before publishing.
- -Check for possible duplicate paths.