UUID Generator
Generate random UUIDs (v4) with one click. All generated client-side using crypto.getRandomValues().
About UUIDs
UUID (Universally Unique Identifier) is a 128-bit identifier that's practically guaranteed to be unique. UUIDs are commonly used as database primary keys, session tokens, and distributed system identifiers.
UUID v4 (random) is the most commonly used version. It uses cryptographically secure random numbers and has a collision probability of about 1 in 5.3 x 10^36.