SD · workspace

Service Dayem

This app already contains the working Casablanca demo stack: seeded business data, real booking lifecycle routes, notification processing, WhatsApp persistence, and manager-operation surfaces. This page should help you get to those surfaces quickly instead of reading like an outdated scaffold.

Current vertical
Cleaning
The implemented business slice is the Casablanca cleaning demo business.
System of record
Supabase
Dashboard, API, and database state remain authoritative over WhatsApp.
Primary channel
WhatsApp
Customer booking flow runs through the live webhook and Cloud API wiring.
Ops surfaces
6 dev pages
Booking, notifications, WhatsApp, manager actions, and seed inspection are all reachable here.

Operations and debugging surfaces

Use these pages to inspect and operate the current working system.

Console login

Enter the new platform-admin and manager workspaces.

Open page

Casablanca snapshot

Seeded city, providers, services, and booking operations.

Open page

Booking lab

Generate real offers and confirm a draft booking through the dev flow.

Open page

Recent bookings

Inspect persisted bookings and appointments created through the flows.

Open page

Notifications

Inspect the scheduled notification pipeline and process queued work.

Open page

WhatsApp dev console

Sync account binding, send test messages, and inspect conversation persistence.

Open page

Public pages

The legal pages should stay accessible and readable from the live site.

Conditions de service

Legal terms currently published by the app.

Open page

Politique de confidentialité

Current privacy page exposed by the app.

Open page

API entrypoints

Keep these unchanged; this section is only a quick navigator.

/api/health

Health probe route that is safe to hit from the browser.

Open route

/api/webhooks/whatsapp

Webhook endpoint. Browser GET only works with the Meta verification parameters.

Open route