Slotara is a self-hosted, multi-tenant booking SaaS platform. Deploy it once — every business (tenant) gets their own branded public booking page where clients can browse services, pick a provider, choose a time slot, and pay, all without leaving the page.
Tenant owners manage their business through a dedicated Business Panel. You control the entire platform from the Super Admin Panel.
/my-bookings page — upcoming and past appointments from every business, grouped by brand, with one-click cancellation (with reason).| Layer | Technology |
|---|---|
| Backend Framework | Laravel 12 |
| Admin & Business UI | Filament 5 |
| Reactive Components | Livewire 3 + Alpine.js |
| Styling | Tailwind CSS |
| Database | MySQL 8+ / MariaDB 10.6+ |
| Cache & Queue | Database driver (Redis optional) |
| Roles & Permissions | Spatie Laravel Permission |
| Media Handling | Spatie Media Library |
| Payments | Stripe Checkout |
| Panel | URL | Who Uses It |
|---|---|---|
| Super Admin Panel | /admin |
Platform owner — manages tenants, settings, users, plans |
| Business Panel | /manage |
Tenant owner & staff — services, bookings, providers, clients |
| Public Booking Page | /{slug} |
End clients — browse services and book appointments |
| My Bookings | /my-bookings |
Logged-in clients — view & cancel bookings across all businesses |
{primary.fa-rocket} Getting started? Follow the path: Requirements → Installation → Configuration