Random URL Slug Generator

 
Generated locally in your browser with the Web Crypto API. Slugs use lowercase letters, digits, and hyphens only.

Why random URL slugs?

Human-readable slugs are useful for placeholder CMS entries, seeded routes, test fixtures, sample documentation, and mock records that need to look realistic without exposing real content.

Each slug is built from curated lowercase words and may include a short numeric suffix. Nothing is checked against a live website, and nothing leaves your browser.

How it works

  1. Your browser draws random values from the Web Crypto API
  2. Words are selected from small curated adjective and noun lists
  3. The words are joined with hyphens for URL-safe readability
  4. A short number may be added for more variation