Unique ID Generator

Here is your CUID

cmdu9qbfk000008l47w5z5dnc

About CUIDs

A CUID (Collision Resistant Unique Identifier) is a method of creating a unique identifier that was developed by Eric Elliott. The purpose is to create unique IDs for use in web applications to better support horizontal scaling and sequential lookup performance.

More about CUIDs

In general, the driver for CUIDs as described by the author, Eric Elliott, is that a CUID can be generated much faster than a UUID.