Once upon a time I needed to create UUIDs, and I needed to do it manually.
On the internet you can find a bunch of solutions, and you don’t really need to invent anything.
The tech is relatively easy and there is no room for engineering innovation, so I decided to dig into user experience. I discovered that if you’re generating UUIDs manually, then obviously you’re going to copy-paste them by hand.
So we can shorten the process by adding the button, which will do it for the user.
Which also…