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
Click Customer Signup and create a member (choose Pay Online or Pay by Cash).
Customer receives a member QR (image URL). Save or open it on phone.
Open Staff Check-in and paste Member ID or QR link to mark today's breakfast redeemed.
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.
Customer Signup
Enter details to create a membership. Choose 'Pay Online (Demo)' or 'Pay by Cash'. In production, replace the demo payment with Stripe/Checkout link or server POSTs.
Example Member Card
Show this QR to staff each morning (6–9 AM)
Member Registration Log (latest 10)
Name
Contact
Plan
Staff Check-in
Paste Member ID or Member QR URL and click Verify. The system will show if today's breakfast is available and will mark it redeemed.
Today's Redemptions
Name
Member ID
Time
Owner Dashboard
You are in demo mode. To move to production connect a backend + Stripe or PayPal. See comments in code.
Comments
Post a Comment