Slug Generator
Turn any title or phrase into a clean URL slug — strips diacritics, normalises Unicode, and lets you pick the separator, lowercase mode and a length cap.
input.txt45 chars
slug.url37 chars
cafe-naive-resume-10-off-limited-timeruntime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/text
.env Parser
Convert .env files to JSON or scrubbed .env.example templates.
/text
Markdown Preview
Preview Markdown and copy safe HTML for docs, changelogs and product notes.
/text
SQL Formatter
Format compact SQL queries with keyword casing, line breaks and copy output.
/text
Regex Tester
Test JavaScript regular expressions with live highlighting.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Paste your title or sentence on top.
- 02Tune the separator, max length and strict-ASCII flag.
- 03Copy the slug from the bottom panel.
02
FAQ
- How are non-ASCII characters handled?
- By default they're transliterated via Unicode NFKD normalisation (so “Café” → “cafe”). Enable strict mode to drop anything that isn't a-z 0-9.
03
Related tools
- /text→.env ParserConvert .env files to JSON or scrubbed .env.example templates.
- /text→Markdown PreviewPreview Markdown and copy safe HTML for docs, changelogs and product notes.
- /text→SQL FormatterFormat compact SQL queries with keyword casing, line breaks and copy output.
- /text→Regex TesterTest JavaScript regular expressions with live highlighting.