# Customer Experience: Purchased recipe library | Vronika

The recipe library loads the signed-in guest's purchases and provides access to the digital recipes attached to that account.

---

**Path:** /platform/frontend/recipe-library
**Canonical:** https://vronika.co/platform/frontend/recipe-library
**Category:** Platform: Customer Experience
**Live Route:** /recipes/library
**Source File:** trifecta/client/src/pages/RecipeLibrary.tsx

## How It Works

1. The authenticated page requests /api/recipes/my-purchases with credentials.
2. Purchased recipes are presented as a personal library with empty and error states.
3. Selecting a purchase opens the corresponding recipe experience.

## Features

- Authenticated purchase library
- Purchased-recipe cards
- Empty and error states
- Recipe access links

## Integrations

- My purchases API
- Authenticated guest session
- Recipe detail 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.