Slug Generator

Convert text to URL-friendly slugs. Remove special characters, handle accents, and create clean URLs for blogs and websites.

5,800 AI Tokens Used
Feb 2, 2026 Created
textdeveloper
Categories
0 characters
your-slug-will-appear-here

Examples

"Hello World!"hello-world
"My Blog Post #1"my-blog-post-1
"Café Résumé"cafe-resume

How This Tool Was Built

This tool was created entirely by AI. Here's the exact prompt used to generate it:

Prompt Used
Create a Slug Generator tool with these features:

1. Input textarea for text to convert
2. Real-time slug generation as user types
3. Options:
   - Separator choice (hyphen or underscore)
   - Lowercase toggle
4. Handle special characters and accents (normalize NFD)
5. Remove duplicate separators
6. Output display with character count
7. Copy to clipboard button
8. URL preview showing example usage
9. Examples section showing common conversions
10. Clear button

Make it clean with green as the accent color.
AI
Claude AI Model
#
5,800 Tokens Used
100%
AI-Generated Code Origin