Slug Generator
Create URL-friendly slugs from headings, titles, and labels.
Paste a title, heading, or label to generate a clean URL slug. The conversion runs locally in your browser and does not upload your text.
Use 0 for no limit; values from 1 to 200 cap the generated slug.
How it works
Separator, Maximum length, Lowercase output, Preserve numbers, and Remove common English stop words let you tune the output for routes, filenames, and content identifiers.
The generator removes accent marks where possible, replaces unsupported punctuation with separators, and collapses repeated separators so the result is easier to read in a path.
Stop-word removal is intentionally small and English-only. Slugs should still be reviewed for readability, collisions, reserved words, and any routing rules in your application.
Input stays in the browser. Do not paste secrets into any web tool unless you are comfortable with the device and page context you are using.