# Customer Experience: Pool league home | Vronika

The pool-league home loads seasons, current standings, and league achievements, then directs visitors into schedules, teams, registration, and player tools.

---

**Path:** /platform/frontend/pool-league
**Canonical:** https://vronika.co/platform/frontend/pool-league
**Category:** Platform: Customer Experience
**Live Route:** /pool-league
**Source File:** trifecta/client/src/pages/PoolLeague.tsx

## How It Works

1. The page requests all seasons and selects the current competition context.
2. Standings for that season and the achievement catalog load as dependent queries.
3. Public and authenticated calls to action branch into the appropriate league surface.

## Features

- Current-season context
- Standings preview
- Achievement preview
- League navigation
- Registration and player entry points

## Integrations

- Pool league seasons API
- Standings API
- Achievements API
- Replit Auth login route

---

## Sources
Content derived from the live trifectabar.com codebase and deployed platform. This explainer documents implemented code and does not expose protected source routes or business data.