Professional UUID Generator for developers
- β UUID v1 - Time-based + MAC address
- β UUID v4 - Cryptographically secure random
- β UUID v7 - Time-ordered + random (sortable)
- β Batch Generation - Generate up to 100 UUIDs
- β Copy to Clipboard - One-click copy
- β Download as TXT - Export to file
- β REST API - Developer-friendly endpoints
- β Dark Theme - Premium zinc-950 design
- β Privacy First - No data collection
git clone https://github.com/atmdevx/uuidgenerator.ir.git
cd uuidgenerator.ir
open index.htmlcurl https://api.uuidgenerator.ir
# Response: {"data":["uuid-here"],"status":200}βββ index.html # Main application
βββ manifest.json # PWA manifest
βββ assets/
β βββ css/ # Stylesheets
β βββ js/ # JavaScript files
β βββ icons/ # App icons
βββ README.md # Documentation
- HTML5 + Tailwind CSS
- Vanilla JavaScript
- Font Awesome Icons
MIT Β© UUID Generator Team
Pull requests are welcome! For major changes, please open an issue first.
β Star this repo if you found it useful!