Let it decide
Get a random yes or no — add a maybe, or choose between your own options.
Runs locally in your browser. Nothing you enter is ever sent to a server.
Press "Answer" and let it decide.
Answers
Press Answer and you get Yes or No, with an equal chance of each. Add Maybe if a middle answer would help, or switch to Custom and let it choose between options you type in yourself.
The two-answer mode is a straight coin flip in words. Adding Maybe changes the odds to one in three for each, which suits questions where "not yet" is a real answer rather than a dodge. The mode is a single press away, so you can switch depending on the question.
Custom mode turns the tool into a decision maker: type the things you are choosing between, one per line, and one is picked at random. Every option has the same chance no matter where it sits in the list, and your list is kept on your own device for next time.
Randomising works well for decisions where the options are close enough that more thinking will not separate them — where to eat, which task to start, who goes first. It also has a quieter use: noticing how you feel about the answer. If the coin says stay and you are disappointed, you have learned something the deliberation was not giving you.
The answer is drawn from your browser's cryptographic random source, with values outside a clean multiple of the number of options discarded and redrawn. That keeps every answer exactly equally likely, and it means the result is not influenced by anything you did before.
Press Answer and you get Yes or No, drawn at random with an equal chance for each.
Yes. Switch the mode to include Maybe and the three answers become equally likely.
Yes. Switch to Custom, type your options one per line, and one of them is picked at random.
Yes. Each answer is drawn with your browser's cryptographic random source using rejection sampling, so neither answer is favoured.
It works best for choices where either outcome is fine and you just want to stop deliberating. If you feel disappointed by the answer, that reaction is the more useful signal.
Yes. Your custom list is kept on your own device so it is still there when you come back.