How to use
Set how many
Type a number between 1 and 1000 in the How many field. One is plenty for a test fixture, a thousand covers a seed script.
Click Generate
Each click produces a fresh batch through crypto.randomUUID(), so values are cryptographically random rather than derived from timestamps or MAC addresses.
Copy one or all
Every UUID row carries its own Copy button, and Copy all puts the whole batch on your clipboard separated by newlines, ready for a SQL insert.
Why UUID Generator
- Cryptographically strong UUID v4 from the Web Crypto API.
- Generate up to 1,000 at a time.
- Runs entirely in your browser.