# Customer Experience: Private events configurator | Vronika

The private-events configurator is a persistent multi-step sales flow for event details, venue choices, add-ons, consultation, recurring events, and payment-link generation.

---

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

## How It Works

1. Campaign prefill, local draft data, attribution, and any server-side draft are merged to restore the guest's progress.
2. Every form change and step is persisted locally; signed-in drafts are also written to /api/private-events/draft and abandoned progress is tracked.
3. Submission creates or updates the event, then supports recurring copies, consultation requests, checkout links, and split-payment reminders.

## Features

- Multi-step event configuration
- Local and server draft recovery
- Campaign-token prefill
- Add-ons and recurring-event support
- Consultation and checkout-link actions
- Abandonment and attribution tracking

## Integrations

- Private events API
- Reservation leads API
- Email campaign prefill
- Checkout-link API
- Browser local and session 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.