Appointment & SMS Reminder System
Syncs Google Calendar and sends SMS automatically — for any appointment-based business.
Syncs Google Calendar and sends SMS automatically — for any appointment-based business.
Any appointment-based business (clinics, salons, services) loses time and revenue to no-shows. They needed automatic SMS reminders, synced with the calendar the front desk already uses — with no extra work for staff.
Two SMS channels, automatic failover
a Huawei E3372 modem (the client’s own SIM, ~zero cost) via the on-prem NSSM agent as the primary, with automatic fallback to the SendSMS.ro HTTP API (paid) when the modem is unavailable — hybrid cloud (VPS) + on-prem sending, with delivery receipts (DLR) on both channels.
Multi-tenant with per-client isolation
a database per client, subdomain routing, and per-client theming — plus OS-level resource isolation (Linux cgroups), so one client can’t starve another’s CPU/RAM.
GDPR by design
data isolated per client (a separate database per tenant) and credentials redacted in the audit log.