Configuration
Choose how the booking experience should behave for guests.
Drag chips horizontally to change the order. In Simple mode the flow is locked to Guests, Date, Time.
Adjust display type, flow, seating mode, and advanced restaurant settings. The live config updates in real time and can be launched directly in demo mode.
Choose how the booking experience should behave for guests.
Drag chips horizontally to change the order. In Simple mode the flow is locked to Guests, Date, Time.
Minimal script embed
<script src="https://YOUR-WIDGET-HOST/waiteraid-widget.js" data-mode="floating" data-button-text="Book a table"></script>
Fixed button in custom mount
<div id="booking-slot"></div>
<script src="https://YOUR-WIDGET-HOST/waiteraid-widget.js" data-auto-init="false"></script>
<script>
WaiteraidBookingWidget.init({
mode: "fixed",
mount: "#booking-slot",
buttonText: "Book a table"
});
</script>