ULID Generator

A ULID only changes when you press Generate, so a value you are halfway through copying never moves under you.

About ULIDs

A ULID is 26 characters of Crockford's Base32 (it skips I, L, O and U to avoid confusion with 1 and 0). The first 10 characters encode the current millisecond timestamp, so IDs generated later always sort after earlier ones as plain strings — unlike a UUID, which sorts randomly. The remaining 16 characters are 80 bits of cryptographically random data.