Flowdesk Booking Widget

A public booking flow that feels premium and still keeps Flowdesk as the source of truth.

This starter ships a hosted booking page, an embeddable iframe experience, and a server-side adapter layer so appointments can be validated and created inside Flowdesk.

Embed

Drop it into any website with one iframe.

<iframe
  src="https://your-widget-domain.example.com/embed/demo-amsterdam-west"
  title="Book with Flowdesk"
  width="100%"
  height="920"
  style="border:0;border-radius:24px;overflow:hidden"
></iframe>
Need a client-ready handoff? Use the install page at /install/demo-amsterdam-west.

Backend path

  • `mock` mode works immediately for UI review.
  • `flowdesk-public` is the intended production target.
  • `flowdesk-whatsapp-bridge` is a temporary compatibility mode.