Slug Generator

Type any text and get a clean, URL-friendly slug, updated as you type.

Copied

Last updated

your-slug-will-appear-here
Copied

About this tool

A slug replaces every run of spaces or punctuation with a single separator, so "10 Best Café Recipes — You'll Love #3!" becomes a clean, predictable URL segment. With "Convert accented letters to plain ASCII" on, characters like é, ñ, or ü are converted to their closest plain letter (e, n, u) using Unicode normalization rather than being stripped out entirely.

Nothing you type here is sent to a server — the entire tool runs as JavaScript in your browser tab.