Why This Exists

The short version: I got tired of leaving my editor.

Every time one of my projects needed a random token, whether that was an API key, a session secret, a webhook signature, or a password reset code, I'd end up doing one of two things: dropping into a terminal to run some one liner I could never quite remember the flags for, or opening a new tab and Googling "random token generator" for the hundredth time.

Neither felt right. The terminal command always needed tweaking for length or character set, and Googling it meant landing on some ad choked site I didn't trust with anything security related. It was a small annoyance, but it happened constantly, across almost every project I built.

So I built the tool I actually wanted: something fast, minimal, and mine, one that generates a secure token in one click, lets me control the length and character set, and doesn't try to sell me anything. This is that tool.


Fan of building things just because they solve your own problems?

Let's talk. Maybe we build something together.