Tourney
WIPA flexible tournament manager for creating competitions, recording scores, calculating results, and announcing winners across different games and variants.
- Planned home
- tourney.rahuly.in
Work in progress — development has not started yet. This page describes the intended direction, not shipped functionality.
What I plan to build
- Create a tournament for any game and variant.
- Configure competitors, matches, or rounds according to the chosen format.
- Record scores as the tournament progresses.
- Calculate standings and final results.
- Announce and display the winner.
- Keep active tournament views updated for organizers and participants.
Planned stack
- Python
- FastAPI
- React
- PostgreSQL
- Redis
- WebSockets
- Docker
FastAPI will provide the tournament APIs, React will power the organizer and participant views, PostgreSQL will store tournament data, and Redis with WebSockets will support responsive score and result updates.
