What this tool does
A slug is the readable URL-safe part of a path like /posts/my-article-title. This tool cleans input text into that form.
Turn titles and phrases into clean URL-friendly slugs for blog posts, pages, routes, or filenames. The conversion runs entirely in your browser, so your text is never sent to the server.
Preview URL: /articles/your-slug-here
A slug is the readable URL-safe part of a path like /posts/my-article-title. This tool cleans input text into that form.
The slug is generated locally in your browser, so your titles and phrases are not uploaded or stored on the server.
A slug is a readable identifier, not a unique guarantee. If you use it in a real app, you may still need to handle duplicates.