Slug generator

Turn titles or phrases into URL-safe slugs, one per line.

Text stays in this browser. Up to 100,000 characters. Each non-empty line becomes one slug; the rest is URL-safe.

How to use

  1. Paste one title or phrase per line.
  2. Choose the separator and whether to keep non-ASCII letters.
  3. Generate and copy the slugs.

What it supports

By default only a–z and 0–9 are kept; accents are folded (é → e) and other characters become separators. The Unicode option keeps letters and numbers of any script, lowercased. Up to 100,000 characters.

Related tools