KSUID GENERATOR

Bulk Generate

Bulk generate up to 500 KSUIDs and download them as a txt file.

Other ID Generators

    UU
    UUID

    Version 4

    KS
    KSUID

    Version 1

    UL
    ULID

    Version 1

    SU
    SUUID

    Version 4

What's a KSUID?

A K-Sortable Unique IDentifier (KSUID), is an alternative uniquely generated identifier from the GUID, UUID, and ULID. KSUIDs are generated with the goal of being loosely sorted by generation time.

Can KSUIDs be a dependable time sorting attribute?

KSUIDs are tied loosely to the ability to sort items by generation time. Your items will be generally in the order, by time, that they were created in. However, if you need to know the exact order in which items were created, you should utilize a specific timestamp or an ULID.