Skip to content

UUID v7 generator

Every DADR record should have a UUID v7 in its front-matter id field. The record filename should normally begin with the first 12 hex characters of that identifier, followed by a short kebab-case title.

You may use this page when you are drafting DADR records by hand and need a fresh identifier.

This generator runs entirely in your browser. It writes the current Unix millisecond timestamp into the UUIDv7 timestamp field and fills the remaining random bits with crypto.getRandomValues().