Wheel of Names
Enter any list of names and spin a randomized wheel to pick a winner.
How to use
- Type each name into the input and press Add (or Enter). Add at least 2 entries.
- Press Spin — the wheel animates and lands on a random entry.
- Share the result URL or spin again. Remove a name by clicking the × next to it.
Frequently Asked Questions
- Is it fair?
- Yes. Each name occupies an equal arc. The spin angle is generated with crypto.getRandomValues() — not Math.random().
- Does my data leave my device?
- No. The wheel runs entirely in your browser. Names stay local unless you share the URL.
- Does it work on mobile?
- Yes — tap to spin, touch-friendly on iOS Safari and Android Chrome.
Last updated: By jarvisbox