Name Picker Wheel
A spinning name picker wheel built for classrooms. Paste your class list, spin, get a random student — 60fps on Chromebooks, no signup, no ads.
Saved to this browser. No account, no upload, no signup.
Useful for cold-calling — each student is picked at most once until you re-paste the list.
Add names above to spin
What makes this name picker wheel different
Most spinning name pickers online are built on HTML Canvas — which looks fine on modern desktops but drops frames on the Chromebooks actually deployed in classrooms. This wheel uses an SVG rendered once, then animated with a single CSS transform: rotate(). The browser hands the animation to the GPU and the spin stays smooth even on a $200 Celeron Chromebook.
Everything else is built for the way teachers really use a name wheel: paste your class list once and it's saved locally; turn the "remove after pick" toggle on for fair cold-call rotations; project full-screen with high-contrast slice colours readable from the back of a classroom.
Setup in 60 seconds
- Paste your students. One name per line, or paste a comma-separated list from a spreadsheet. Duplicates are removed.
- Spin. The wheel turns for about five seconds with a decelerating ease, lands on a random slice, and shows the selected name in a card below.
- Bookmark this page.The list is saved in your browser. The next time you open the bookmark, it's already populated.
When to use a wheel and when to skip it
Use the wheel when you want the social fairness of a random pick and the engagement of a visible process. Skip the wheel when you want to call on a specific student for a specific question — the wheel is for fairness, not for differentiated questioning. A well-designed lesson has both: random cold calls for participation, targeted prompts for individual support.
Accessibility considerations
The wheel has an ARIA role="img" with a label, and the result card uses aria-live="polite" so screen readers announce the picked name. The colour palette uses contrast levels that pass WCAG AA against the wheel labels. If you teach a student with vestibular sensitivity, consider switching to the non-wheel name picker or offering a quiet pick (you read the chosen name) rather than full-screen projection.
Embed and projection
Open the page on the classroom computer, press F11 (Windows / ChromeOS) or use the green button (macOS) to enter full-screen. The wheel scales to the display. We don't offer an official OBS or iframe embed for the wheel because the input textarea doesn't make sense as an overlay — for streaming, the standalone page in a browser window is the right pattern.
Related Tools
Name Picker (default)
Same tool, broader long-form copy for cold-call rotations.
Name Picker — No Signup
Same wheel, framed for searchers looking specifically for a no-account option.
Group Generator
Random groups from the same class list — paste once, use everywhere.
Toolkit Hub
All four free classroom tools in one place.