Wheel of Fortune Online — with Custom Options
Create a wheel with your own options and spin: pick a winner, choose a task, decide what to eat or watch. Animation, save list, remove the winning option.
One option per line. Empty lines are ignored. Saved in your browser.
About the wheel of fortune
A wheel of fortune is a visual randomizer: write a list of options (names, tasks, movies, restaurants), hit 'Spin' — the arrow stops on one sector, that's the winner. Used for social media giveaways, family and team decisions, classroom and training games.
Unlike a plain randomizer, the wheel is a show. Animation builds suspense, colored sectors show probabilities at a glance (add an option 5 times and it gets 5 sectors), and the final reveal feels fairer than a dry number.
All math runs locally in your browser. The list is saved to localStorage and reloaded on next visit. Randomness comes from `crypto.getRandomValues` — the same crypto-grade RNG used in banking tokens. No servers, no sign-ups, no subscriptions.
Where it's useful
Instagram, Telegram, social giveaways
Paste your subscriber list → spin. Record your screen — followers see fairness in real time. Enable 'Remove winner' to pick multiple in a row.
Classroom and training
Who answers next? Who comes to the board? The wheel takes the choice off the teacher and makes class more fun.
Family and team
What's for dinner? Which movie? Whose turn for dishes? The wheel ends the debate in 5 seconds.
Streaming, Twitch, podcast
Game or topic chosen by the wheel. Audience loves the participation — pull options from chat.
FAQ
Can I load my own list of options?
Yes — just paste options into the textarea, one per line. Copy from Excel/Google Sheets, Telegram member list, anywhere.
Does the list persist after I close the page?
Yes, it's saved to your browser's localStorage and reloaded next visit. Use 'Clear all' or wipe browser cache to remove.
How many options can I add?
Technically unlimited, but with >30 sectors get too thin. Aim for 20–25 max. For longer lists use the random number generator instead.
Can I spin multiple times to pick different winners?
Yes — enable 'Remove winner after spin' and each winner is removed from the list, so the next spin draws from the remainder.
Can I weight the probabilities?
Yes — add the same option multiple times. It will get that many sectors, raising its chance proportionally.
Does it work on mobile?
Yes, on iOS Safari and Android Chrome. Tap 'Spin the wheel', the result shows over the screen.