TOOLTIKI Lovable tool, really free
Developer Generators

UUID generator

What to do

Processed in your browser · nothing is uploaded

Local · crypto.getRandomValues, never transmitted
Advertisement
320 × 100

Generates version 4 UUIDs from your browser’s cryptographic random source — 122 random bits each, enough that a collision is not something you will observe.

How to use the uuid generator

1 Paste your input. The result appears immediately.
2 Pick the operation you want.
3 Copy the result, or save it as a file.

The three formats solve different problems and are worth telling apart. A v4 UUID is random, universally understood, and 36 characters. A ULID carries a timestamp in its first 48 bits, so a list of them sorts chronologically — which matters for database keys, because random UUIDs scatter inserts across a B-tree index and hurt write performance. A Nano ID is shorter, 21 characters by default, URL-safe, with the same practical collision resistance. Pick ULID for primary keys, Nano ID for anything appearing in a URL, and UUID when something else already expects one.

Questions

122 random bits. You would need to generate billions per second for decades before a collision was likely.

RFC 9562 — Universally Unique IDentifiersULID specification
Advertisement
300 × 250
Was this tool any good?
INTERNAL SIGNAL ONLY · WE USE IT TO FIND TOOLS WORTH REBUILDING