Guides·5 min read

How to Run a Giveaway That Feels Fair (and Actually Is)

Quick answer ✦A draw is fair when every entry has an equal chance and the audience can see the result happen. The wheel is not the fairness mechanism — it is the proof. Do the draw live, on screen, in one take.

Anyone who has run a community giveaway knows the awkward part is not picking a winner. It is convincing everyone else that you picked fairly. A name in a chat message convinces nobody. A wheel spinning in front of a hundred people convinces everyone.

What "random" means in a picker

Every reputable random name picker calls the same underlying thing: a cryptographically strong random number generator built into your browser. There is no weighting, no house edge, and no way for the site to nudge a result. Each entry genuinely has a 1-in-N chance.

Which means the visual design of the wheel is honest theatre. The suspense, the deceleration, the near-misses — none of that changes the odds. It exists so the outcome feels earned rather than announced, and that feeling is what makes your audience accept the result.

The duplicate trick, explained

Here is a genuinely counterintuitive one. If you have eight names and paste the list twice, you now have sixteen wedges — but each person still has exactly the same 1-in-8 chance, because each person now owns two of the sixteen wedges.

SetupWedges on the wheelEach person's oddsWhat changes
8 names, 1×81 in 8Wide wedges, obvious result
8 names, 2×161 in 8Tighter wedges, more near-misses
8 names, 10×801 in 8Maximum tension on the final crawl

So duplicating entries is a pure showmanship dial. It makes the pointer creep past four or five names in the final second instead of gliding to a stop, which is where all the drama lives. That is exactly why STARSPIN has 2×, 4×, and 10× buttons — the odds stay identical, the moment gets better.

A draw nobody disputes

  1. 1Publish the rules before entries open — deadline, eligibility, how many winners, and what happens if a winner does not reply.
  2. 2Freeze the entry list publicly. Post it, screenshot it, or pin it, so nobody can claim a name appeared later.
  3. 3Set the prize on the wheel itself so viewers can see what is being played for.
  4. 4Spin live, on stream or on camera, in a single unedited take. One take is the whole point.
  5. 5Save the result. Download the winner card and post it with the frozen entry list.
  6. 6For multiple winners, remove the winner and spin again rather than restarting — it visibly prevents double-winning.

How the well-known pickers compare

Wheel of Names is the reference implementation and deservedly popular — saved wheels, accounts, image entries, and a big shared library. Random.org carries real credibility for high-stakes draws because its numbers come from atmospheric noise and it can issue a signed, verifiable record. If you are drawing for something valuable, that audit trail is worth more than any animation.

The gap we aimed at is the everyday draw: a stream giveaway, a classroom, a team standup. No signup, no settings menu with forty toggles, and something that looks good on camera. STARSPIN keeps entries in your browser between visits, lets you drop your logo in the center of the wheel, plays a wheel-tick that slows with the spin, and exports a winner card you can post immediately.

Two small helpers that pair well: generate a QR code pointing at your entry form so viewers can join from a stream overlay, and keep your rules and winner history in Starlight Notes so every draw follows the same script.

Are online spin wheels actually random?

Reputable ones are. They use the browser's built-in cryptographic random number generator, so every entry has an equal chance and the site cannot influence the outcome. The animation is presentation only — it does not affect which entry wins.

Does adding the same name twice improve someone's chances?

Not if you duplicate the entire list. Doubling every name doubles the wedges but leaves each person's probability unchanged. It only affects odds if you duplicate some names and not others.

How do I pick multiple winners fairly?

Spin, remove the winner from the list, then spin again. Removing winners between spins prevents anyone winning twice and lets the audience watch the pool shrink, which reads as more transparent than drawing several names at once.

What should I do if a winner never claims the prize?

State the claim window in your rules before the draw — 48 hours is common — and announce in advance that unclaimed prizes are redrawn. Publishing that rule up front is what keeps the redraw uncontroversial.

Try the tools ✦

Free browser tools that never upload your files.

Open Tools