$> Kaya
~/tools/slug-generatorinteractive
/tools/slug-generator

Slug Generator

Use this slug generator to convert a title or phrase into a URL-friendly slug. It normalizes text, removes unsafe characters, and outputs a clean dash-separated result.

~/tools/slug-generatorslugify
~/tools/slug-generator/examplesusage.txt

Example Usage

  • Convert an article title into a URL-safe slug for publishing.
  • Normalize text with punctuation before using it in links.
  • Generate a clean slug for routes, filenames, or content IDs.
~/tools/slug-generator/guideREADME.md

Slug Generator Explained

A slug generator converts human-readable text into a compact URL-friendly format. This usually means lowercasing the text, removing or normalizing accents, replacing spaces and punctuation with dashes, and trimming extra separators. Slugs are commonly used in blog URLs, page routes, filenames, and content identifiers because they are readable and stable. This tool performs that conversion instantly in the browser, which makes it useful when drafting content, building route names, or cleaning up imported titles before publishing.

~/tools/slug-generator/faq3 items

FAQ

What is a slug?

A slug is a simplified text string used in URLs, routes, or identifiers, usually made of lowercase words separated by dashes.

Does it remove punctuation and spaces?

Yes. It replaces unsafe characters and whitespace with a cleaner dash-separated form.

Can I use the result in blog URLs?

Yes. That is one of the most common use cases for a slug generator.

~/tools/slug-generator/related5 links
~/tools/slug-generator/linksinternal