UUID generator Runs locally
Generate v4 (random) or v7 (time-ordered) UUIDs — one or a batch, ready to copy.
Options
v4 is fully random (122 bits from crypto.getRandomValues). v7 starts with the current timestamp, so IDs sort by creation time — handy for database keys.