League Manager
desktop · 2026Early desktop app for running an Assetto Corsa league without a pile of spreadsheets.
Problem
League racing needs Steam accounts, a host, drivers, and somewhere to keep the season. Discord plus a Google sheet falls apart after two rounds.
What I built
Tauri + Svelte shell so far: Steam login, SQLite, host vs driver modes. Talking to AssettoServer is the next slice. It's early, and that's the honest status.
Highlights
- Tauri 2 + Svelte 5 desktop shell
- Steam login for real names and avatars
- SQLite on the host machine
- AssettoServer hookup still to come
leaguemanager/stack.toml
# leaguemanager - assetto corsa leagues
lang = "rust"
shell = "tauri 2 + svelte 5"
auth = "steam"
db = "sqlite"
status = "phase 0 shell"
- Rust
- Tauri
- Svelte
- SQLite