Tool 15

Slug Generator

Turn titles into clean, URL-friendly slugs — one per line.

Generate slugs

Works on a whole list at once, one slug per line.

15 / no login
Generated
Your slugs appear here.

How the slug generator works

Paste one title per line and press "Generate slugs." Each line is lowercased, accented characters are simplified, anything that isn't a letter or number becomes your chosen separator, and repeated or trailing separators are cleaned up.

Works on a whole list at once, so you can slugify a batch of blog post titles or page names in one pass instead of one at a time.

Common uses

  • Turning blog post or article titles into URL slugs
  • Generating clean filenames from a list of titles
  • Building consistent page paths for a static site
  • Converting product names into URL-friendly identifiers

FAQ

Does it handle accented characters?
Yes — accented letters are converted to their closest plain-letter equivalent (e.g. é becomes e) before slugifying.
What happens to numbers?
Numbers are kept as-is; only spaces and punctuation are replaced with the separator.
Is my text saved anywhere?
No. Everything runs locally in your browser and nothing is uploaded.