# Customer Experience: Digital recipe shop | Vronika

The recipe shop loads purchasable digital recipes and manages a dedicated recipe-cart experience.

---

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

## How It Works

1. The page requests the available recipes from /api/recipes.
2. Guests browse product cards and add chosen recipes to the recipe cart.
3. The page responds to the shared recipe-cart open event and directs checkout into the purchase flow.

## Features

- API-driven recipe catalog
- Recipe detail links
- Dedicated recipe cart
- Loading and retry states

## Integrations

- Digital recipes API
- Recipe cart events
- Hosted recipe checkout

---

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