Decision Wheel
Spin a custom wheel of options to make decisions randomly and fairly.
Spin a custom wheel of options to make decisions randomly and fairly.
Common questions and guides for using the Decision Wheel.
You enter a list of options, and when you spin the wheel, a random-number generator selects a winning segment. The wheel spins dynamically with CSS animations and stops on the selected option.
Yes. The wheel uses cryptographically secure pseudorandom numbers (crypto.getRandomValues) or standard JavaScript math randomization, ensuring that every slot has an equal probability of winning.
Yes. You can add, edit, or delete any choices on the list, allowing you to create a completely custom wheel for any decision.
You can add anywhere from 2 to 50 options to the wheel. The wheel segments will automatically scale and adjust color segments to fit your choices.
Yes! The options are saved locally in your web browser (using LocalStorage), so when you return to the page, your custom wheel is ready to spin.