Build a booking page with Mythex
A booking page lets customers pick a service and request a time. v1 is often a request form + admin list, not a full Google Calendar clone.When this is a good fit
- Salon, consultant, tutor, or local service that still books over WhatsApp
- You want a public page plus a list of incoming requests
- Real calendar sync can wait until the form works
What you’ll have
- Services, duration, and a request form
- Saved bookings in a database
- A simple admin list of upcoming requests
Starter prompt
Build it
- List 3–6 services. Extra add-ons later.
- Enable
/databaseso requests survive refresh. - In Preview, submit a booking and find it on the admin list.
- Optional: BYO email confirmation, or Calendly / Google Calendar via API.
/testthe form on the phone-size frame.- Publish.
Honest limits
- No built-in calendar, SMS reminders, or deposits product
- Time zones and double-booking logic are something you specify (and test) — don’t assume they appear magically
- Payments for deposits: Stripe BYO