A web-based tool for generating UUID v7 (time-ordered UUIDs) and extracting timestamps from existing UUID v7 values.
- Generate 1–10 UUID v7s at once
- Use current time or set a custom timestamp
- Inspect UUID fields (timestamp, version, random bits)
- Extract timestamps from existing UUID v7s
- Copy individual UUIDs or all at once
npm install
npm run devOpen http://localhost:3000 in your browser.
| Script | Description |
|---|---|
npm run dev |
Start dev server with hot reload |
npm run build |
Build for production |
npm run preview |
Preview production build |
- React 18
- TypeScript
- Vite
MIT