Generate a 26-character ULID with a sortable millisecond timestamp prefix.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
A ULID encodes a 48-bit millisecond timestamp followed by 80 random bits in Crockford Base32. Monotonic mode increments the random portion for multiple IDs in one millisecond.
1
01M0WF84H4ANFVR25MZ9845S82
Event stores, distributed keys, and log viewers generate ULIDs.