Unique ID Generator

Here is your CUID

cmex77gmv000008joapz8bhd8

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.