đ Enter Names (one per line)
đ Enter List Items (one per line)
đ Shuffle History
No history yet
đ API Access
Integrate this tool with your applications using our simple API.
Generate Teams
POST /api/teams
Body: { "names": ["John", "Jane"], "teamSize": 4 }
Shuffle List
POST /api/shuffle
Body: { "items": ["item1", "item2"], "mode": "random" }
Get History
GET /api/history
Integration Example
fetch('/api/teams', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
names: ['John', 'Jane', 'Bob'],
teamSize: 2
})
}).then(r => r.json()).then(data => console.log(data));
đ Team Tools Integration
Connect with popular team collaboration tools: