UUID Generator

Generate v4 UUIDs one at a time or in bulk.

Runs entirely in your browser — nothing you paste is sent to a server.

About this tool

Cryptographically secure v4 UUIDs, generated in your browser via the Web Crypto API. Useful for seeding databases, generating test IDs, or scripting migrations.

How it works

  1. Click Generate for a single UUID, or set a bulk count.
  2. Copy one or export all as a newline-separated list.

When to use it

  • Seeding local dev databases.
  • Generating stable IDs for prompt templates or workflow runs.
  • Creating idempotency keys for API calls.

FAQs

Related resources