Wheel Spinner
One entry per line, then spin. The wheel uses a cryptographically fair random pick.
Frequently asked questions
Is the wheel actually random?
Yes. The winner is chosen with crypto.getRandomValues, the browser's cryptographic random source, before the animation plays. The spin is a visualization of an already-fair draw.
Can I remove a winner and spin again?
Yes — after each spin you can remove the winner from the wheel with one click, which is exactly what you want for raffles with multiple prizes.
How many entries can the wheel hold?
Up to 100 render legibly. Beyond a few dozen, labels get small, but the draw stays fair at any count.