ekofyi
Liveformattingshipped v1.0.0

UUID Generator

Generate unique identifiers in multiple formats: UUID v4 (random), UUID v7 (time-ordered), ULID, and nanoid. Bulk generate up to 1000 IDs at once. Validate existing UUIDs and extract embedded timestamps from v7/ULID. Compare formats with a feature matrix showing sortability, size, and collision probability.

uuidulidnanoidgeneratoridentifier

Validate / parse

Format comparison

FormatLengthSortableURL safeBest for
UUID v436NoNo (hyphens)General-purpose random IDs
UUID v736YesNoDB primary keys (better index locality)
ULID26YesYesTime-ordered, shorter than UUID
nanoid21NoYesShort URL-safe IDs

🔒 Uses crypto.getRandomValues / crypto.randomUUID. Cryptographically secure.