Slug Generator
Turn any title into a clean, URL-friendly slug. Removes accents and punctuation; runs in your browser.
Runs in your browser — files never leave your device
Input
Output
How it works
Turn a title into a lowercase, hyphenated slug suitable for URLs and filenames.
Choose hyphen or underscore as the separator.
Frequently asked questions
- Is my text uploaded?
- No — slugs are generated in your browser.
- What happens to accents and symbols?
- Accents are stripped (café → cafe) and symbols are removed, leaving a clean URL-safe slug.
Related tools
- Word & Character CounterCount words, characters, sentences, paragraphs and lines instantly. Runs entirely in your browser — your text never leaves your device.
- Case ConverterConvert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more — instantly in your browser.
- Text ReverserReverse any string character by character. Handles Unicode correctly; runs locally.
- Remove Duplicate LinesStrip duplicate lines from a list, keeping the first occurrence. Optional case-insensitive and trim modes.
- Sort LinesSort lines alphabetically, ascending or descending, with optional case-insensitive comparison.
- Number Base ConverterConvert numbers between binary, octal, decimal and hexadecimal (or any base 2–36).