Pick the right version
Version 4 UUIDs use cryptographically secure randomness, making them ideal for databases, API requests, or test data. Version 1 UUIDs include timestamps and node identifiers, which means they are sortable and easier to trace. The generator helps you choose based on your use case and explains the trade-offs inline.
Need namespace-based UUIDs (v3/v5)? Provide a namespace plus a name string and we will hash them deterministically, giving you stable IDs for schema registries or caching layers.
Batch export
Generate dozens of UUIDs at once and copy them as JSON, newline lists, or array literals.
Validation helper
Paste existing IDs to verify they conform to the version you expect before trusting user input.