Quick-reference cheatsheet for GoSpinWheel — a modern random wheel spinner, name picker, and decision maker.
GoSpinWheel random wheel spinner is a free, modern online tool for random selection and decision making. It’s a privacy-focused alternative to older “wheel spinner” sites, with a clean UI made for everyday use.
| Feature | Description |
|---|---|
| Multi-Wheel Sync | Run up to 6 wheels at once (e.g., one for names, one for prizes). |
| True Randomness | Uses crypto.getRandomValues() instead of Math.random() for cryptographic fairness. |
| Elimination Mode | Option to temporarily remove a winner from the wheel after they are picked. |
| Share Links | Generate a shareable link to publish a wheel and send it to friends. |
| Auto-Save & Sync | Auto-saves to Local Storage and keeps your wheel state in sync on the same device. |
| Import / Export | Export wheel configurations for backup, then import them later to restore. |
| Streamer Mode | Optimized for OBS/Zoom with a clean UI and fullscreen capabilities. |
| Privacy | Data is stored locally in your browser, not on external servers. |
| Action | Description |
|---|---|
Space |
Start spinning |
Cmd K |
Search wheels |
Fairness Tech: Uses crypto.getRandomValues() (CSPRNG) instead of predictable Math.random().
Verification: