Slug Generator
Create URL-friendly slugs from text with separators, lowercase conversion, and accent removal in your browser.
Input Text
Characters
0 / 500,000
Generated Slug
Quick Start
Common Scenarios
Blog posts
turn headings into stable URL paths
Docs
create anchor-like labels for pages and sections
Files
clean titles before naming local files
SEO drafts
compare short, readable slugs before publishing
Options
Usage Advice
Slug Boundaries
Privacy & Security
FAQ
A slug is a short, readable text segment often used in URLs, anchors, and filenames.
Hyphens are the common URL choice. Underscores can be useful for systems that already use them.
No. It removes combining marks from decomposed characters, but it does not rewrite words into another script.
Modern URLs can contain Unicode. The tool keeps letters and numbers so readable local-language paths remain possible.
Often yes, but check the target operating system or app if it has stricter reserved names or length rules.