If the site is hanging visit this url: https://veto-webapp.onrender.com so the service spins up.
TSD Veto Tool streamlines the process of setting up competitive Halo Infinite matches by providing an interactive veto system. Teams can pick and ban map-mode combinations, lock in Slayer selections, and track the final series layout in real time. The tool ensures transparency, consistency, and speed for both tournament organizers and players.
-
Set up best-of series formats (Bo3 / Bo5 / Bo7)
-
Pick / Ban map-mode combinations
-
Slayer mode map selection
-
Live series view to track picks, bans, and outcomes
-
Integrated with Django REST backend
-
React
-
Vite
-
Tailwind CSS
Setup & Usage
# Install dependencies
npm install
# Run in development mode (localhost:5173)
npm run dev
# Create production build
npm run build
# Preview production build
npm run preview[ ] Export veto layout (image/PDF for sharing)
[ ] Improve mobile UX (responsive veto board)
[ ] UI/UX polish for series setup
Repository: github.com/netteNz/veto-tsd
Live demo: GitHub Pages deployment