Unique IDs.
Fast, offline-ready generators for modern distributed systems.
UUID v4
Randomly generated 128-bit identifiers. Statistically unique enough for most global scale applications.
ULID
Sortable identifiers that include a timestamp. Ideal for database primary keys where ordering matters.