Slug Generator
Turn any string into 7 case styles: kebab, snake, camel, pascal, dot, title, SCREAMING_SNAKE.
published
- [FREE]
- [NO_SIGNUP]
- [NO_UPLOAD]
A slug generator turns “My Cool Article Title!” into seven different slug styles at once. URL-safe lowercase by default, with camel/pascal/title for code identifiers and headings.
Privacy
Pure JS. No upload.
Frequently asked questions
What case style should I use for URLs?
kebab-case is the convention (lowercase + hyphens). Google treats hyphens as word separators; underscores as letter-continuation. /my-cool-article ranks better than /my_cool_article.
What gets stripped?
Punctuation, special characters, and (optionally) diacritics. Unicode letters from non-Latin scripts are preserved unless you toggle stripping. Multiple separators collapse to one.
Privacy?
Pure JS. No upload.