Skip to content
🎡

Wheel Spinner

Spin a customizable wheel to make random decisions. Add your own options, watch the animated spin, get a fair result. Free, runs in your browser.

How does the wheel spinner work?

The wheel is rendered on an HTML5 <canvas> with each option as an equal-sized colored segment. When you spin, the tool uses crypto.getRandomValues() to select the winning segment, then animates the wheel with a smooth deceleration curve using requestAnimationFrame. The animation lands precisely on the pre-determined winner — every option has exactly equal probability.

Common uses

  • Decisions — can't decide where to eat, what movie to watch, or what game to play? Spin the wheel.
  • Classroom activities — pick students for questions, assign topics, or choose rewards.
  • Party games — create custom wheels for truth-or-dare, trivia categories, or prizes.
  • Team meetings — randomly assign tasks, pick presenters, or decide on team activities.

Privacy

All data stays 100% in your browser. No information is sent to any server.