Home › Programmer & Developer Tools › Slugify (URL Slug Generator)

Slugify (URL Slug Generator)

Turn titles and phrases into clean, URL-safe slugs. Strip accents and diacritics, pick a hyphen or underscore separator, lowercase, replace ampersands with "and", and cap the length — each line is slugified live in your browser.

How to use Slugify (URL Slug Generator)

  1. Paste one or more lines of text on the left.
  2. Choose your separator and toggle lowercase, accent stripping, and max length.
  3. Copy the slugs from the output — one per input line.

Frequently asked questions

How are accented characters handled?
With "Strip accents" on, text is Unicode-normalized (NFKD) and combining marks are removed, so "café" becomes "cafe".
Can I generate many slugs at once?
Yes — each non-empty line of input becomes its own slug on its own output line, so you can convert a whole list in one go.

More Programmer & Developer Tools

  • JSON Validator — Validate, parse, and prettify JSON — load it from a URL or curl command, or convert a Python dict (single quotes, True/False/None) to JSON. Identifies syntax errors with precise line number reporting.
  • Code Beautifier — Automatically format your JavaScript, CSS, and HTML with customizable indentation and style rules.
  • Minifier — Reduce bundle sizes by removing whitespace, comments, and optimizing code structure for production.
  • SQL Formatter & Beautifier — Pretty-print and indent SQL queries across dialects (PostgreSQL, MySQL, T-SQL, BigQuery, and more) with configurable keyword casing.
  • XML Formatter — Beautify and validate XML with configurable indentation, or minify it to the smallest valid output — entirely in your browser.
  • JSON Diff — Compare two JSON objects (or Python dicts) structurally to spot added, removed, and changed keys — or switch to line and word mode for plain text and code.
  • RegEx Tester — Build and test regular expressions in real-time with syntax highlighting and match group visualization.
  • Base64 Converter — Quickly encode and decode strings or files to Base64 format for safe data transmission.