Skip to main content

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
Keep a Calendly link on a landing page if you only need one person’s availability and nothing custom.

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

  1. List 3–6 services. Extra add-ons later.
  2. Enable /database so requests survive refresh.
  3. In Preview, submit a booking and find it on the admin list.
  4. Optional: BYO email confirmation, or Calendly / Google Calendar via API.
  5. /test the form on the phone-size frame.
  6. 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