UUID Generator
Generate UUIDs (Universally Unique Identifiers) online. Create v1, v4, and custom UUIDs.
UUID Generator
Introduction
The UUID Generator tool creates universally unique identifiers (UUIDs) directly in your browser. It is helpful for generating IDs for database records, test data, or distributed systems.
When to use this tool
Use this tool whenever you need random or time-based UUIDs: prototyping APIs, seeding test databases, or assigning identifiers to objects.
How to use
Choose UUID version and count
Select whether you want version 4 (random) or version 1 (time-based) UUIDs and how many to generate.
Generate UUIDs
Click the generate button to create the requested number of unique identifiers.
Copy individual or all values
Copy a single UUID or all generated values at once to use them in your project.
Examples
Creating test IDs for fixtures
Generate a list of UUIDs to use as primary keys in JSON fixtures or test databases.
FAQ
Related tools
Password Generator
Generate secure random passwords online. Customize length, characters, and complexity.
Base64 Encoder & Decoder
Encode and decode Base64 strings online. Convert text to Base64 and vice versa instantly.
Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa. Support multiple timezones.
