Initializing, please wait a moment

Type or paste a title - or one phrase per line for bulk - then the slug updates live. Pick "-" or "_" as the separator and optionally cap the length.

How to make a URL slug

  1. Paste a human title into the box - for bulk, put one phrase per line. Nothing is uploaded; the text stays in this browser tab.
  2. Choose "-" or "_" as the separator and optionally set a max length (0 means no limit).
  3. Copy the live slug from the output box. Accents are stripped via Unicode normalize (NFD); Chinese, Arabic, and Cyrillic are not transliterated.

URL Slug Generator


The URL Slug Generator turns a title or phrase into a clean URL slug - lowercase, hyphen-separated, and free of accents - live in your browser, with no upload and no account.


Key features

  • Live slugify of your textarea input, one slug per line for bulk work.
  • Strips Latin and Vietnamese diacritics via Unicode NFD normalize, with an explicit d-stroke map so "Á trên đầu xe" becomes "a-tren-dau-xe".
  • Separator select: pick a hyphen "-" or an underscore "_".
  • Optional maximum-length clamp, where 0 means no limit.
  • Copy button that puts the current slug on the clipboard.
  • Seed sample text on load, so the output is visible before you type anything.

When to use it

Use the URL Slug Generator to prep permalinks from a human title - a blog post, a CMS path, or a static-site filename. Type or paste a title, or one phrase per line for a batch, and the slug updates as you go.


How the slug is built

The tool runs Slugify locally in your browser. It normalizes the text with Unicode NFD to separate accents from letters, applies the Vietnamese d-stroke map, then lowercases and replaces everything outside plain alphanumerics with your chosen separator. It does not transliterate Chinese, Arabic, or Cyrillic scripts, which need a dedicated transliteration library.


Privacy

Everything happens client-side, so nothing you type is uploaded to a server or saved between visits. No account or signup is required.

← Back to Developer Tools

Related tools:

  • MD5 converter - Text to MD5 + MD5 to text cached lookup.
  • Convert PDF to TEXT online - Extract text from PDF online for copying and editing.
  • Text To HTML Editor - Text to HTML editor online - write in a WYSIWYG view and watch the generated HTML update live, with
  • CSS Gradient Animator Generator - CSS gradient generator - build animated linear gradients with live preview; copy ready-to-paste CSS
  • CSS Minifier - Minify CSS online for faster page loads.
  • CSS UnMinifier - CSS unminifier online - beautify minified CSS with proper indentation, line breaks, and readable
  • JavaScript Minifier - JavaScript minifier online free - paste your JS, click Minify, and copy the compressed code.
  • JSON Parser By Tree View - Paste JSON to validate, format, and view it in a tree.
  • JavaScript UnMinifier - JavaScript unminifier online - reformat minified JS with indentation and line breaks for
  • Keyboard Test - Press each key - the on-screen layout highlights it.
  • Text Diff - Compare code, text, or HTML online, side by side.
  • Developer Tools - Developer tools to parse JSON, minify or unminify CSS/JS, compare text, and generate MD5 hashes.

Tags: #developer

Related guides:

Loading reviews...

Frequently Asked Questions

What does the URL Slug Generator do?

It turns a title or phrase into a clean URL slug - lowercase, hyphen-separated, with accents stripped - so you can paste it into a CMS path or blog permalink.

Does my text leave this browser?

No. Slugify runs locally with Unicode normalize (NFD). There is no upload and no account.

Can I slugify many titles at once?

Yes. Paste one phrase per line; each line becomes its own slug. Pick "-" or "_" as the separator and optionally set a max length.

Does it handle Vietnamese accents?

Yes for Latin and Vietnamese diacritics (for example, "Á trên đầu xe" becomes "a-tren-dau-xe"). It does not transliterate Chinese, Arabic, or Cyrillic scripts.