# Customer Experience: Shared bracket | Vronika

A public share page resolves a bracket by its share slug, overlays current game results, and provides social sharing actions.

---

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

## How It Works

1. The share slug is requested from /api/brackets/s/:slug while game data is loaded separately.
2. The bracket is rendered with the latest matchup information.
3. Share actions open prepared social URLs using the current page origin and slug.

## Features

- Public share-slug lookup
- Current game overlay
- Read-only bracket view
- Social sharing actions

## Integrations

- Shared bracket API
- Bracket games API
- Browser social-share URLs

---

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