I built Picker Wheel Pro because I wanted a flexible, web-based spinner wheel that went beyond the basics. It's useful for random decisions, giveaways, classroom activities, or just breaking choice paralysis.
Key features beyond standard wheels:
* *Weighted Options:* You can assign a weight (1-10) to each option to control its probability of being selected. Useful for tiered prizes or making some outcomes more likely. (Calculation is `Weight / Total_Visible_Weight`). * *AI List Generation:* If you're stuck for ideas, you can provide a prompt (e.g., "5 European capitals", "types of birds") and it uses an API (currently GPT-4o-mini via OpenRouter) to generate the list for you. There's a 60s cooldown between AI requests. * *Customization:* Change colors, sounds, add images to options, customize title/description, apply color patterns. * *Results Tracking:* Logs spin results with timestamps and optional win counts. * *CSV Import/Export:* For managing larger option lists easily. * *No Sign-up:* It's free and saves settings/options directly in your browser's local storage. Uses cryptographic RNG for selection.
It's built with vanilla JS, HTML, and CSS.
Would love to get your feedback! Any interesting use cases you can think of, or features you'd find useful?
Thanks!