Generate a batch of random UUID v4 identifiers locally in your browser without sending the results to a server.
What UUID v4 provides
Every generated value follows the lowercase RFC 4122 UUID v4 layout and is produced with the browser's secure random-number source.
Choose a batch size
Choose only the amount you need. Smaller batches are easier to review and copy, while larger batches are useful for fixtures and import-ready datasets.
Copy or export
Copy the batch for immediate use, or download a plain-text file with one UUID per line for scripts, fixtures, and imports.
Collision guidance
UUID v4 uses 122 random bits. Collisions are extraordinarily unlikely for ordinary application batches, but identifiers should still be treated as public identifiers rather than secrets.