Wheel of Names
Add names to the wheel, tap Spin, and watch it pick a random winner. Each entry gets an equal arc on the wheel. Results are encoded in the URL so you can share them directly.
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()— notMath.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.