UUID Generator
Generate v4/v7 UUIDs in bulk.
FAQ
What's the difference between v4 and v7?
v4 is fully random. v7 embeds a millisecond timestamp so UUIDs sort chronologically — useful as database primary keys.
Are these generated securely?
Yes, using the Web Crypto API's crypto.getRandomValues / crypto.randomUUID, entirely in your browser.