DEV Community

crypto plato
crypto plato

Posted on

A fast, free uuid generator that works offline

Quick one: if you need a uuid generator, here's a free one that loads instantly
and works without an account — UUID Generator.

Using it

  1. Open UUID Generator.
  2. UUID v4, UUID v7, ULID, NanoID — generate up to 100 at once, browser-side.
  3. Copy the result. Done — no signup, no upsell.

Because it's a single self-contained page, you can save it and use it
offline
(handy on planes / locked-down networks). And since it's all
client-side, your input never leaves the tab — verify in DevTools → Network.

Part of platotools.com, a growing set of no-nonsense browser-side tools. If you
find a case it handles badly, tell me — I'd like to fix it.

Top comments (0)