Slug Generator
A slug generator turns any title or phrase into a clean, URL-friendly string of lowercase letters, numbers, and hyphens, the kind you see in a webpage's URL. Type or paste a title below and get an instant, ready-to-use slug for a blog post, product page, or documentation link. Toggle lowercase conversion and stopword removal (dropping small words like “the,” “and,” and “of”) to control exactly how long and how clean the result is. Everything happens instantly in your browser, so nothing you type is ever sent to a server.
How to use
- Type or paste your title into the input box.
- Toggle "Lowercase" on to force the slug to lowercase (recommended for URLs).
- Toggle "Remove common stopwords" on to drop small words like "the," "and," and "of" for a shorter slug.
- Copy the generated slug with the Copy button and use it in your URL.
Example usage
Say you start with: The Quick, Brown Fox Jumps! Over the Lazy Dog
Keep lowercase on and leave stopwords alone, and you'll get: the-quick-brown-fox-jumps-over-the-lazy-dog
Switch on stopword removal as well, and it trims down to: quick-brown-fox-jumps-over-lazy-dog