DevKit Labs

URL Slug Generator

Turn any title into a clean, URL-friendly slug — accents transliterated, 100% in your browser.

Text
Slug
your-slug-appears-here

About URL Slug Generator

Type a title and get a clean slug instantly: accented characters are transliterated to ASCII (café → cafe), punctuation and symbols are removed, and spaces collapse into your chosen separator. Choose a hyphen or underscore and keep or lowercase the text.

Slugs make readable, SEO-friendly URLs. Everything is generated locally in your browser; nothing is uploaded.

Title to slug

Input
Héllo, World! This is my 1st Post — Café Edition
Output
hello-world-this-is-my-1st-post-cafe-edition

Switch the separator to an underscore or keep the original case.

Frequently asked questions

What is a URL slug?

A slug is the human-readable part of a URL, like “my-first-post”. Clean slugs are easier to read and better for SEO than IDs or query strings.

Does it handle accents and non-English text?

Yes. Accented Latin characters are transliterated to their closest ASCII equivalent (é → e, ñ → n) before the slug is built.

Can I use underscores instead of hyphens?

Yes. Choose hyphen or underscore as the separator; you can also keep the original capitalization instead of lowercasing.

Is my text uploaded anywhere?

No. Slugs are generated entirely in your browser.

Related tools