suuid small identifier derived from UUID 8 character hex component. generate a shorter piece of random uuid for testing or anything else. install $ npm i suuid use const suuid = require('suuid') console.log( suuid() ) // somethiing like 'e1bdadd6' test npm t MIT