Slugify — URL Slug Generator
Convert any text into a clean, URL-safe slug. Accents and diacritics are stripped (café → cafe), special characters and punctuation are removed, spaces collapse to your chosen separator, and the result is lowercased. Optional stop-word removal and a max-length cap (truncated on a word boundary) keep slugs short. Everything runs locally in your browser.
0 characters · separator "-" · lowercase
Examples
A slug is a URL-friendly identifier: only letters, digits, and your separator, all lowercased. The tool normalizes Unicode to strip accents (café → cafe), drops punctuation, collapses runs of non-alphanumeric characters into a single separator, trims leading/trailing separators, optionally removes common English stop words, and truncates to a max length without cutting a word in half. Useful for blog post URLs, file names, and anchor links. Everything runs locally — nothing leaves your browser.