Spinner Wheel
Related Tools
0 comments
How it works
You add entries (saved in your browser between visits). Each spin picks a winning index with crypto.getRandomValues, then the wheel rotates several full turns plus an offset so the pointer lands on that segment. The result is decided by the secure random draw, not by where the animation happens to stop, so it is always fair. Turn on "remove winner" to draw without replacement for raffles. Nothing is uploaded.
Common use cases
- Pick a giveaway or raffle winner from a list of names.
- Decide what to eat, watch, or do when the group can't agree.
- Draw names without repeats by removing each winner as you go.
Frequently asked questions
Is the spin fair?
Yes. The winner is chosen by crypto.getRandomValues before the animation; the wheel simply rotates to land on that pre-chosen segment, so every entry has equal odds.
Are my entries saved?
Your entry list is saved in your browser (localStorage) so it persists between visits. It never leaves your device. Clear all to reset.
Can I draw without repeats?
Yes — enable "remove winner after spin" and each winner is removed from the wheel.
How many entries can I add?
As many as you like; segments shrink to fit. Two is the minimum to spin.