# Customer Experience: Bracket leaderboard | Vronika

The bracket leaderboard loads up to 100 ranked entries, refreshes on an interval, and highlights a returning guest using locally remembered entry details.

---

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

## How It Works

1. The page requests the current leaderboard with a 100-entry limit.
2. It periodically refetches the ranking and offers manual retry or refresh controls.
3. Stored bracket email and entry ID identify the guest's own position in the result.

## Features

- Top-100 ranking
- Automatic refresh
- Manual refresh and retry
- Current-entry highlighting
- Responsive rank table

## Integrations

- Bracket leaderboard API
- Browser local storage

---

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