UUID Generator

Generate modern UUIDs with UUIDv7 selected by default, while still supporting earlier versions for compatibility with existing systems.

UUIDv7

Newest general-purpose choice with time ordering for modern systems.

UUID Version Reference

VersionTypical UseNotes
UUIDv7Recommended default for new apps, databases, and APIsTime-ordered and random enough for general use
UUIDv6Ordered identifiers in systems that previously used UUIDv1Reorders timestamp bits for better sort behavior
UUIDv4General random identifiers and older integrationsNo embedded timestamp
UUIDv1Compatibility with legacy timestamp-based workflowsIncludes time-based structure and older semantics