UID Generator by Fred Lackey

Created this site to teach debugging of NextJS apps (client side vs server side). Feel free to use it. I may extend it but may be sometime down the road.

To use it...

Craft a URL with a quantity, type of UID (nano, v3, etc.), and output (JSON, string, etc.)

Examples:

https://uid.fredlackey.com/5/nano
https://uid.fredlackey.com/json/10/uid
https://uid.fredlackey.com/v3/15
https://uid.fredlackey.com/caps/no-hyphens/20/v5

(the order does not matter)

Types
uid, uuid, nano, nanoid, v1, v3, v4, v5
Formats
json, string, array
Options
caps, cap, upper, up, lower, low, undash, no-hyphens
And, of course, you can invoke the API directly by sendnging a post to:
https://uid.fredlackey.com/api
{
  "format": "json",
  "uidType": "uid",
  "length": 10,
  "nsize": 10,
  "options": [
    "caps",
    "undash"
  ]
}

If you need a hand, feel free to get in touch: fred.lackey@gmail.com