Table loop

Breakfast Subscription - Demo

BreakfastSub — Demo (owner: owner / pw: owner123)

Simple Breakfast Subscription System (Wix embed demo)

This demo runs fully in your browser (localStorage). You can test membership signup, daily check-ins, and owner admin flows without a POS. Replace mock payment with Stripe/PayPal backend for production.

Quick Demo Steps

  1. Click Customer Signup and create a member (choose Pay Online or Pay by Cash).
  2. Customer receives a member QR (image URL). Save or open it on phone.
  3. Open Staff Check-in and paste Member ID or QR link to mark today's breakfast redeemed.
  4. Owner Login to view members, check-ins, export CSV, and change trial/plan settings.

Why this demo

No POS required. Small restaurants can test the model quickly. This demo demonstrates the operational flow; integrate with a backend for production to store payments and prevent fraud.

Demo system — works client-side. For production you must connect secure payment gateway (Stripe/PayPal), use a server for persistent storage and stronger anti-fraud checks (eg. photo verification, device binding).

Comments