inyourbrowser.com

Slug generator

Slug generator is a developer tool that turns any text into a URL-safe slug. It normalises Unicode, strips diacritics, removes punctuation, and joins words with a separator of your choice. The tool runs in your browser.

Input (one title per line)
Output slugs
5 slugs

SEPARATOR

OPTIONS

Runs entirely in your browser

Dedicated pages

Direct links for specific slug workflows.

How to generate URL slugs

  1. Paste one title per line into the input pane.
  2. Choose the separator: hyphen or underscore.
  3. Toggle lowercase and strip-diacritics to taste.
  4. Set the maximum length, then copy the generated slugs.

Common uses

Technical specification

Frequently asked questions

Is my text sent to a server?
All slug generation runs in your browser using built-in string methods. Our servers are not involved at any point.
How does the generator handle accented characters?
Characters with diacritics are normalised to their base letter using Unicode NFKD normalisation. Toggle the strip-diacritics option in the side panel to control this.
Can I switch between hyphen and underscore separators?
Yes. The separator toggle in the side panel re-generates every slug instantly with the chosen character.
How do I generate many slugs at once?
Paste one title per line. Each line becomes a slug in the output area, ready to copy in bulk.
Will the generator preserve uppercase letters?
Slugs are lower-cased by default for portability. Disable the lowercase toggle to keep the original casing in the output.

Reviewed and tested May 25, 2026.