Skip to content
FizzKit

Slug Generator

Convert titles and phrases into URL-safe slugs. Strips accents, lowercases, replaces spaces with hyphens, and removes special characters.

Runs locally in your browser
Input (one title per line)
104 chars · 3 lines
Slug
10-tips-to-debug-like-a-pro-a-beginner-s-guide
comment-creer-un-blog-en-2026
hello-world-good-bye
Lines
3
First slug length
46
Avg length
32
Separator
-
0 = no limit

About Slug Generator

Convert titles and phrases into URL-safe slugs. Strips accents, lowercases, replaces spaces with hyphens, and removes special characters.

Slug Generator is part of FizzKit — a collection of focused, browser-based tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.

Frequently asked questions

They are transliterated: `café` becomes `cafe`, `naïve` becomes `naive`, via Unicode NFKD decomposition.