Team Picker
Paste a list of names and split them into balanced random teams instantly.
100% client-side · no upload
How to use
- Paste or type one name per line in the input box.
- Set how many teams you want to create (2–20).
- Press Split Teams — names are shuffled and distributed evenly.
Related tools
More ways to use this tool
Frequently Asked Questions
- Are teams truly balanced?
- The list is shuffled with a Fisher-Yates algorithm using crypto.getRandomValues(), then distributed round-robin — teams differ by at most one member.
- Does my data leave my device?
- No. The entire operation runs in your browser. Names are never sent to a server.
- Does it work on mobile?
- Yes — works on iOS Safari and Android Chrome.
Last updated: By jarvisbox