Simple web api to generate random uuid's, using rust, wasm/wasi and cloudflare's serverless platform "Cloudflare workers".

Usage from the terminal

# print to stdout
curl https://new-uuid.com
# store in a variable
my_uuid="$(curl https://new-uuid.com)"
# copy to clipboard on Linux+Wayland
curl https://new-uuid.com | wl-copy