Unique ID Generator

Here is your CUID

cme0m50ar000008js7a5l3ak4

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.