# Customer Experience: Tournament bracket | Vronika

The bracket builder loads the current tournament, lets a guest make picks, checks for an existing entry, and previews leaderboard leaders.

---

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

## How It Works

1. The page loads tournament structure and a leaderboard preview.
2. If a stored email exists, it checks the entries API for an existing bracket.
3. Guest picks are organized into the bracket entry flow while identity continuity is kept in local storage.

## Features

- Tournament-driven bracket UI
- Pick entry flow
- Existing-entry lookup
- Leaderboard preview
- Returning-guest identity

## Integrations

- Brackets tournament API
- Bracket entries API
- 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.