Uptime and reliability

How Booked stays up, and what happens when a dependency does not.

Booked runs on managed cloud infrastructure with automatic failover for the web and database layers. There is no uptime SLA on the current plans—the Terms are explicit about that (Terms, section 7)—but the operational target is 99.9% availability outside scheduled maintenance.

What can degrade

Booked depends on external providers for card processing (Stripe), email (Resend), and SMS (a licensed gateway). Outages at those providers can affect the parts of Booked that use them:

If this is downThis still works
StripeBookings without deposits still complete; deposit-required bookings pause
Email gatewayBookings still complete; confirmation emails queue for later delivery
SMS gatewayBookings still complete; SMS reminders retry on the next window

Data durability

Database backups are managed by the hosting layer with point-in-time recovery. In practice this means data loss is measured in seconds even in a worst-case region failure.