📋 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: