About Wheel of Fortune
Wheel of Fortune is a tool for running a fair, public random draw. You build a wheel from a list of names, share one link, and everyone watches the same spin land on the same name at the same moment.
Who runs it
Set the site owner in the admin settings so this paragraph names a real person or company — reviewers and visitors both look for it.
How a draw is decided
When the owner presses Spin, the winner is chosen on the server using crypto.randomInt, weighted by each name’s slice size. The result is written to the draw history before it is sent to any browser, and the same instruction is broadcast to every screen watching. Nothing about the outcome is decided in the browser, so it cannot be nudged from the client side — and because slice sizes are drawn in proportion to weight, the picture on screen matches the real odds.
Why that matters
Most giveaway draws ask people to take the organiser’s word for it. Here, every spin is timestamped and listed, winners are published, and organisers can attach proof that a prize was actually paid.
Get in touch
Questions, bug reports or takedown requests: see the contact page.