Slugify — Free Online Tool

Convert any text into a clean URL slug — strips accents, lowercases and joins words with a custom separator.. Slugify is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading Slugify

How to use Slugify

Type or paste text and the tool removes accents and punctuation, lowercases it, and joins words with your chosen separator to produce a URL-ready slug.

Frequently asked questions

What makes a good URL slug?

Short, lowercase, hyphen-separated words with no accents or special characters — readable to humans and friendly to search engines.

How are accented characters handled?

They are transliterated to their closest ASCII equivalent, so 'Café' becomes 'cafe' rather than being dropped.

Can I use underscores instead of hyphens?

Yes — choose your separator. Hyphens are preferred for SEO, but you can pick underscores or another character if needed.

More Developer Tools

Case Converter (Dev)
Convert identifiers between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, Title and Sentence case.
Bytes Humanizer
Turn raw byte counts into human-readable sizes in KiB/MiB (binary) or KB/MB (decimal), and parse sizes back to bytes.
Number Formatter
Format numbers with locale-aware thousands separators and fixed decimals using the Intl API — US, EU, Indian and more.
Base64URL Encoder
Encode or decode UTF-8 text to URL-safe Base64 (base64url) with no padding — ideal for JWTs and query parameters.
JWT Generator (HS256)
Sign a JSON Web Token with HMAC-SHA256 from your header, payload and secret — output verifiable against jwt.io.
URL Encoder / Decoder
Percent-encode or decode text for URLs using encodeURIComponent or encodeURI, in both full-string and component modes.

← View all Developer Tools