Generate placeholder text in paragraphs, words, or bytes.
Open toolSlug Generator
Convert any string into a clean, URL-safe slug.
What is a slug generator?
This tool converts any text into a clean, URL-safe slug - lowercase, hyphen- or underscore-separated, with accented characters normalized (é becomes e) and special characters removed. Useful for turning a title into a usable URL path.
How to use this tool
- 1Type or paste your text.
- 2Choose hyphen-case or snake_case, and whether to force lowercase.
- 3The slug updates live.
- 4Copy the result.
Common use cases
Frequently asked questions
What happens to accented characters like é or ü?
They're normalized to their closest plain-ASCII equivalent (é → e, ü → u) rather than being stripped out entirely, so meaning is preserved as much as possible.
What characters are removed entirely?
Anything that isn't a letter, number, space, or hyphen - punctuation like &, !, and : are dropped rather than converted.
Can I keep uppercase letters in the slug?
Yes - turn off the lowercase toggle, though lowercase slugs are the near-universal convention for URLs.
Is my text sent anywhere?
No - the slug is generated entirely in your browser.
{
"runs_in_browser": true,
"data_sent_to_server": false,
"signup_required": false,
"price": "free",
"category": "Generators"
}