Our submission for Category 2 of the Cloud9 x JetBrains Hackathon.
- Opinionated One-Pager: No complex filters, just immediate coaching insights.
- Primary Threat Detection: Automatically identifies the key player and strategy to watch out for.
- Recommended Bans: Suggested map/agent bans based on win rates and performance deltas.
- Coach Mode: High-contrast, printable view for professional use on stage.
- Backend: Python Flask
- Frontend: React + Tailwind CSS
- Data Source: GRID API (Official Data Provider)
- Python 3.x
- Node.js & npm
- GRID API Key
cd backendpython3 -m venv venvsource venv/bin/activatepip install -r requirements.txt- Create a
.envfile in the root directory and add:GRID_API_KEY=your_key_here python app.py(Runs on port 5001)
cd frontendnpm installnpm start(Runs on port 3000)
The tool uses GRID's VALORANT series and match data to aggregate player performance and spatial positioning. The analysis engine focuses on "Opinionated" conclusions rather than raw data tables, as preferred by competitive coaches.