Wix Admin Console

Create services, define real availability, and connect calendars — all without fluff.

Waiting for Wix authentication...
Auth status: Missing
Wix SDK: Not loaded • Open from Wix or paste token below

Initialize account

Run once per Wix site to create the database account row.

No account yet.

Plan status

Bookings require an active Wix App Plan or valid trial.

Initialize the account to see plan info.

Account timezone

Set the timezone for displaying times in the booking UI.

Current: Not set

Service configuration

Save or load a service. Duration + buffers feed directly into the availability engine.

Availability

Friendly editor + JSON view to keep you honest.

MON · 09:00 - 11:00
WED · 12:00 - 16:00
JSON payload preview
[
  {
    "dayOfWeek": "mon",
    "startMinute": 540,
    "endMinute": 660
  },
  {
    "dayOfWeek": "wed",
    "startMinute": 720,
    "endMinute": 960
  }
]

Calendar connection

Busy windows flow straight into the slot engine.

Status: Not connected

Embed snippet

Drop this in a Wix iframe element.

<iframe src="http://localhost:4000/booking?serviceId=YOUR_SERVICE_ID" style="border:0;width:100%;height:650px" allowtransparency="true"></iframe>