ids
Simple id generation and caching
tempoid
A library to generate URL-friendly, unique, and short IDs that are sortable by time. Inspired by nanoid and UUIDv7.
microflake-idgen
A **64-bit Snowflake-like ID generator** for Node.js. Inspired by [Twitter's Snowflake ID system](https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake), this package generates globally unique IDs using a combination of timestamps, machin
mart-id
A TypeScript library for generating IDs with predefined prefixes and customizable lengths