01
TurnoBot
From a WhatsApp message to a confirmed booking.
A WhatsApp-first booking SaaS for appointment-based businesses, live in production and Meta-approved. The conversation is a deterministic state machine — no LLM in the loop: availability comes from a pure scheduling engine, and double-booking is prevented inside Postgres itself, with an advisory lock and an in-transaction re-check.
Replay of a verified booking: the message “I'd like an appointment” starts a guided flow — service, professional (auto-assigned to Agustin), real slots for Friday September 4 with the weekend skipped, confirmation at 17:30 — while an engine log shows each deterministic decision, including the Postgres advisory lock and in-transaction re-check.
From a message to a booking
● verified run
what decides — engine log