A powerful user-friendly GUID generator and validator.
Multiple GUID formats: UUID v1, v3, v4, and v5
Guides for generating GUIDs in different programming languages
PHP
C#
Go
Bulk generation of GUIDs
Copy to clipboard functionality
Export GUIDs in plain text, JSON, CSV, and XML formats
Customization options (braces, hyphens, uppercase, lowercase)
Namespace and name input for UUID v3 and v5
QR code generation for GUIDs
History of generated GUIDs with search and filtering options
Dark mode theme
Responsive design for mobile and tablet devices
Validate GUIDs
Visit the web app at . Customize the options as needed, and generate GUIDs in bulk or individually. You can copy GUIDs to the clipboard, export them, or generate QR codes as required. The app also maintains a history of generated GUIDs for reference.
Clone the repository
git clone https://github.com/peteretelej/guid-generator.git
Change the directory to the project folder:
cd guid-generator
Install the dependencies (use your choice of package manager - npm, yarn, pnpm etc):
pnpm install
Start the development server:
pnpm dev
The app will now be running on http://localhost:3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT