Decision Maker
Add at least 2 options to decide between.
The answer is...
When to Use It
The Decision Maker is useful any time you have a list of valid options but cannot easily choose between them. Lunch spots, movie night picks, feature prioritization, team assignments, drawing a winner from a list of names.
How It Works
When you click Decide, one option is selected using crypto.getRandomValues(), giving each option an equal probability. You can remove the chosen option and decide again to narrow down to a second choice.
Tips
- Press Enter after typing an option to add it quickly.
- Duplicate options are allowed if you want to weight one choice more heavily.
- Use "Remove this option and decide again" to run a runoff between the remaining choices.
Frequently Asked Questions
Is each option equally likely?
Yes. Each option has a 1-in-N chance of being selected, where N is the number of options in the list. If you add the same option twice, it effectively has double the probability.
How many options can I add?
There is no hard limit, but the tool works best with a manageable list. Each option is capped at 120 characters.
Can I save my list for later?
Not currently. The list lives only in your browser tab and is cleared when you close or refresh the page.