Skip to content

authgear/authgear-widget-uuid-v7-generator

Repository files navigation

UUID v7 Generator

A web-based tool for generating UUID v7 (time-ordered UUIDs) and extracting timestamps from existing UUID v7 values.

Features

  • 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

Quick Start

npm install
npm run dev

Open http://localhost:3000 in your browser.

Scripts

Script Description
npm run dev Start dev server with hot reload
npm run build Build for production
npm run preview Preview production build

Technologies

  • React 18
  • TypeScript
  • Vite

License

MIT

About

A web-based tool for generating and explaining UUID v7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors