Enter a list of names and randomly split them into balanced teams. Perfect for sports, classrooms, work projects, and games.
Our random team generator takes a list of people (or items) and splits them into the number of teams you choose. The algorithm shuffles everyone randomly and distributes them evenly across teams using round-robin assignment.
If the number of people does not divide evenly, some teams will have one extra member — the distribution stays as balanced as possible.
Everything runs in your browser — your data is never sent to any server. Completely free, private, and works offline.
// no signup, no install — just configure and generate.