Decision Wheel

Spin a custom wheel of options to make decisions randomly and fairly.

Decision Outcome
Click Spin to Decide!
Knowledge Base

Decision Wheel FAQ

Common questions and guides for using the Decision Wheel.

How does the decision wheel work?

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.

Is the wheel random?

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.

Can I add custom options?

Yes. You can add, edit, or delete any choices on the list, allowing you to create a completely custom wheel for any decision.

How many options can I add?

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.

Can I save my wheel?

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.