# Customer Experience: Pool league subscription | Vronika

The subscription page shows the player's current plan, available tiers, and personalized recommendation, with checkout, billing-portal, and cancellation actions.

---

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

## How It Works

1. The page loads current subscription, tier catalog, and the player's subscription recommendation.
2. Selecting a tier posts to the subscription checkout endpoint.
3. Existing members can open the billing portal or submit cancellation through dedicated API actions.

## Features

- Current plan status
- Tier comparison
- Personalized recommendation
- Subscription checkout
- Billing portal and cancellation

## Integrations

- Pool league subscription APIs
- Hosted subscription checkout
- Billing portal
- Authenticated guest session

---

## 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.