Slugify
Turn a title into a clean URL slug.
A free slugify tool that turns a title or any text into a clean, URL-safe slug: it strips accents, collapses non-alphanumeric runs into a single separator, and optionally lowercases and length-limits the result. Everything runs locally — nothing is uploaded.
How to use
- Paste a title or text into the input.
- Pick a separator (hyphen or underscore) and toggle lowercase if you want.
- Set a max length if needed (0 means no limit).
- Copy the generated slug on the right.
FAQ
- What is a slug?
- A slug is the human-readable part of a URL that identifies a page, usually made of lowercase letters, numbers and hyphens, e.g. my-first-post. It helps SEO and readable links.
- How are accented or non-Latin characters handled?
- Accented Latin letters are normalized and de-accented (café → cafe); other non-alphanumeric characters (including CJK, spaces, punctuation) collapse into separators. Keep non-Latin scripts by editing manually if needed.
- Is my text uploaded?
- No. The conversion happens entirely in your browser.
Related tools
- Word Count — Characters, words, lines, reading time.
- Text Diff — Line-by-line diff of two texts.
- Transform — Case, dedupe & sort in one place.
- Markdown Preview — Live-render Markdown and export the HTML.
- 2FA Authenticator — End-to-end encrypted 2FA vault with live codes.
- Password Vault — Zero-knowledge vault for site logins; survives password changes.