Demo Settings

Configuration overview for the public demo at /demo

How Demo Uploads Work

Demo uploads are stored in the visitor's browser memory only (local state). They are never saved to the database and automatically disappear when the page is refreshed or closed. There is nothing to "reset" — every visitor starts with a clean slate automatically.

Demo Couple Profile

Couple Name

Emma & James Sullivan

Wedding Date

September 14, 2025

Venue

The Magnolia Estate · Charleston, SC

Upload Count (shown)

247

Upload Limit

1000

To update demo couple info or photos:

The demo couple profile is set in the source code of pages/DemoPreview.jsx in the DEMO_WEDDING constant. Ask your developer or Base44 support to update those values.

Sample Seating Assignments

10 guests

Visitors can search these guests on the "Find My Table" tab using first + last name.

First NameLast NameTableMeal
EmilySmith8Chicken
JohnBrown12Fish
SarahJohnson4Chicken
MichaelWilliams7Vegetarian
JenniferDavis2Fish
RobertTaylor1Chicken
LisaAnderson9Fish
DavidThomas3Chicken
AmandaMartinez6Vegetarian
JamesWilson5Chicken
To update the seating list, edit the DEMO_SEATS constant in pages/DemoPreview.jsx.

Future Event Type Demos

The demo is already structured to support additional event types. These appear as "Coming Soon" buttons at the top of the demo page. When ready to add a new type:

  • Set active: true in the DEMO_TYPES array in DemoPreview.jsx
  • Add a matching demo data constant (e.g. QUINCEAÑERA_DEMO)
  • Extend the tab content to conditionally render based on selected type
👑 Quinceañera · Coming Soon🎂 Sweet 16 · Coming Soon🍼 Baby Shower · Coming Soon💼 Corporate · Coming Soon

Analytics Events Tracked

These events fire automatically and can be viewed in your analytics dashboard.

demo_page_visited

Visitor lands on /demo

demo_tab_clicked

Tab switch with tab name

demo_file_selected

Visitor selects a file to upload

demo_upload_submitted

Visitor submits demo upload

demo_find_table_searched

Visitor searches for a table

demo_cta_clicked

CTA button clicked (with source)

demo_header_cta_clicked

Header "Get Started" clicked

demo_footer_cta_clicked

Footer CTA clicked