UUID / ULID / NanoID Generator
Generator to create UUID, ULID, or NanoID in bulk
Features
Support for 3 identifier types
Switch between UUID, ULID, and NanoID on the fly
Bulk generation up to 100 items
Specify a count and create them all at once
Adjustable NanoID length
Freely customize length from 4 to 64 characters
Copy with one click
Copy individually or all at once
How to Use
Select a type
Choose UUID, ULID, or NanoID
Specify count and length
Enter the number to generate (and length for NanoID)
Generate
Press the Generate button to display the list
Copy and use
Copy individually or use Copy All to get them together
Use Cases
Database primary key samples
Generate unique IDs in bulk for dummy primary keys or initial data during development
API key and token samples
Quickly obtain sample strings for design documents and documentation
Unique ID generation for test data
Prepare unique IDs in bulk for QA testing and E2E testing
Sortable time-series IDs (ULID) verification
Test the appearance and length of identifiers that can be sorted by generation order
Safety and Privacy
Runs entirely in your browser
Your input data is processed only within your browser and is never sent externally.
Processing only in your browser
Identifier generation is processed entirely within your browser, and input data is not sent to any server.
Communications encrypted with HTTPS
Page loading is also encrypted by TLS, and content cannot be read by third parties.
No transmission to third parties
Input content is not sent to external services such as ad networks or trackers.
No automatic saving of results
Generated identifiers and input suggestions are not stored on the server.
Updates
- update #97
Added new tool for batch generating UUID, ULID, and NanoID