/slug-generator
Writer & Dev

Slug Generator

Convert titles into URL-safe slugs. Accents are normalized, punctuation removed, and spaces become hyphens.

Runs in your browser — your text is never uploaded or stored.
Slug
10-best-cafe-recipes-for-autumn-2025
Advertisement

FAQ

How are special characters handled?

Accents (like é) are decomposed and stripped, and other punctuation is removed.

Can I use a different separator?

Yes — choose hyphen (default) or underscore.

Does it lowercase the output?

Yes by default. You can turn that off.

Related tools