SaaS · Featured · 2024
Bookings without the back-and-forth.
Act I
Small Saudi businesses live on WhatsApp and book by DM, which falls apart the moment they get busy. I had to give each of them a branded, fully Arabic storefront where customers book real time slots themselves, then close the loop automatically with WhatsApp confirmations and reminders, without asking the owner to learn anything new.
Act II
A fully Arabic, right-to-left booking platform for Saudi service businesses. Each business gets a branded storefront at leadly.sa/[name] where customers book live time slots on the web; WhatsApp is the notification channel that closes the loop with confirmations and reminders.
Intermission, the demo
outbound WhatsApp automation, a confirmation on booking and a 24-hour reminder, each carrying a no-login manage link; the booking itself happens on the business’s Arabic storefront
The cast
Read the card, then flip it to watch the mechanism run.
0x01
Per-practitioner weekly hours (UTC→Riyadh) merge with existing appointments and feed a slot calculator over a rolling three-month window with a min-lead-time cutoff; booking is one transactional RPC.
how it works
0x02
A scheduled Edge Function scans the next 24 hours, mints Short.io links to a no-login manage page, and dedupes on a reminder-sent flag, all behind per-business toggles.
how it works
0x03
A storefront resolves by slug, injects the business’s brand colors as CSS variables, and renders fully RTL with dual Hijri and Gregorian dates.
how it works