Wheel of names spinner
Make decisions the fun way. Add any list — names, prizes, chores, dinner options — and spin the wheel to land on a fair, random winner with a smooth animation. It is great for classroom picks, team standups, giveaways, and settling friendly arguments without anyone claiming the draw was rigged.
How it works
Each line you type becomes a coloured segment on the wheel. When you spin, the tool first picks the winning entry using the browser’s cryptographically secure random generator (crypto.getRandomValues), then animates the wheel so it decelerates and stops on that pre-chosen segment. Because the winner is decided by secure randomness rather than by where the animation happens to land, every entry has a genuinely equal chance.
You need at least two entries to spin. Each spin is independent — the full list stays on the wheel, so the same name can come up again.
Example
Enter four lunch options:
Pizza
Sushi
Tacos
Salad
The wheel draws four equal segments, each with a 25% chance. Spin it and it lands on one — say Tacos — which is shown as the winner below the wheel. Spin again and any of the four can win, including Tacos a second time.
The winner is chosen with a secure random generator and the whole wheel is drawn right in your browser. Your entries never leave your device.