Slug Generator
Convert a title into a URL-safe slug. Separator, case, max-length, and Unicode transliteration options.
- 10-things-i-wish-i-knew-about-oklch
01 — Overview
How it works
Turn a title or arbitrary string into a clean URL slug. Configure separator (- or _), case, max length, and Unicode handling. Accented characters are transliterated to ASCII; emoji and unsafe characters are stripped. Runs locally.
02 — Use cases
When to use it
- 01
Convert a blog post title into a SEO-friendly URL slug
- 02
Bulk-slugify a list of product names
- 03
Sanitize a user-supplied filename for use as a URL
- 04
Strip emoji and diacritics from a title for filesystem use
03 — Examples
Real input, real output
10 Things I Wish I Knew About OKLCH
ex 0110-things-i-wish-i-knew-about-oklch
Lowercased, spaces become hyphens.
Café Olé — naïve résumé
ex 02cafe-ole-naive-resume
Accented characters transliterated, punctuation stripped.
04 — FAQ
Frequently asked
05 — More
Tools that pair well
Meta Tags Generator
Generate a full SEO + OpenGraph + Twitter Card meta tag block. Optional AI-suggest from a URL or page description.
Regex Generator
Describe what you want to match in plain English. Get a regex pattern with a live test panel and a token-by-token breakdown.
JSON to TypeScript Types
Paste JSON, get TypeScript interfaces, type aliases, Zod schemas, or Valibot schemas. Updates as you type.