Generate random UUIDs (Universally Unique Identifiers) instantly
Single ID
Generate 1 UUID for a resource identifier.
Batch fixtures
Generate 20 UUIDs to seed test data.
Copy all
Use Copy All to paste newline-separated UUIDs into scripts or CSVs.
How are UUIDs generated?
Using crypto.randomUUID() (version 4) in your browser for strong randomness.
Are they stored?
No. IDs live only in your session.
Could I see duplicates?
The probability is extremely low; generate more if you need a bigger pool.