Pickone.now

Make decisions faster with a minimalist choice randomizer

Pickone.now

Decision Fatigue is Real

We've all been there: "Where should we eat?" "What movie should we watch?" "Which project should I work on first?"

Sometimes you just need something—anything—to break the tie and make a decision. That's where Pickone.now comes in.

The Simplest Tool That Could Possibly Work

I intentionally kept this project minimal. No frameworks, no build process, no dependencies. Just a single HTML file with vanilla JavaScript that does exactly one thing: randomly picks an option from a list you provide.

Type in your choices (one per line), hit the big button, and get your answer. That's it.

Why I Love This Project

It's the antithesis of over-engineering. No user accounts, no databases, no analytics tracking. Just a pure, client-side tool that loads instantly and works offline. The entire project is under 100 lines of code.

Sometimes the best solution is the simplest one. This was a fun reminder that not every project needs to be complex to be useful.

Tech Stack

HTMLCSSVanilla JavaScript