Slug Generator

Text /slug

Generate clean lowercase slugs with Unicode normalization, diacritic stripping, and collapsed separators.

Transfer
Local only
Limit
1 MiB input
Slug
Enter a title to generate a slug.
Type a title to begin. local only

How it works

Turn titles into clean, lowercase slugs with predictable normalization.

Use it to create a predictable path segment from a title or label.

Example

Convert “Recica Dév: JSON Validator” to recica-dev-json-validator.

Notes

  • Numbers are preserved by default.
  • Repeated punctuation and spaces collapse into a single hyphen.
  • The generated slug updates as you type.

Constraints

  • Normalization is opinionated and may remove punctuation or unsupported characters.
  • Limit: 1 MiB input. Nothing is uploaded or silently truncated.

Common errors

  • Meaningful punctuation removed
  • Empty normalized output
  • Language-specific transliteration

When to use it

Use it to create a predictable path segment from a title or label.

Formats: Unicode text input, Lowercase ASCII-style output.

Reference

Unicode Normalization Forms

Substantively reviewed .