Logo Lanfrica

Chungu13/Appointment-System-Zambia

Domaine:

digital infrastructure

Type de record:

software
Créateur:
Chu
Hôte:
# KIMAWA Kimawa is a multi-tenant booking platform for beauty and wellness businesses in Zambia - lash studios, nail techs, braiders, spas, barbershops, and similar service-based businesses that take appointments and charge a deposit to hold them. It's built as one shared codebase serving many independent businesses ("tenants"). Each business that signs up gets: - **Its own subdomain** (` .kimawa.pro`), automatically provisioned on Vercel the moment they finish signup, no manual setup - **Its own isolated PostgreSQL schema** (via django-tenants), so one business's customers, bookings, staff, and payment history are completely walled off from every other business on the platform, while all sharing the same application code and database server - **A public booking page** where the business's own customers can browse services and book, without ever seeing any other tenant's data - **An AI chat agent** as the primary booking interface: customers describe what they want in plain language instead of filling out a form, and the agent checks live availability, assigns a staff member, collects a mobile money deposit, and confirms the booking, all inside the conversation - **A staff/owner dashboard** for managing the day to day: today's schedule, revenue, no-shows, staff working hours and services, and a weekly AI-generated summary of how the business is doing The business owner never has to think about servers, databases, or payment integrations. They sign up, set their services and working hours, and the booking, deposit-collection, and WhatsApp-notification pipeline works out of the box. --- ## What it does - **Customer booking** - browse services, check live availability, and book an appointment through an AI chat agent that collects a mobile money deposit - **Owner dashboard** - view upcoming appointments, revenue, no-shows, and AI-generated weekly digests - **Staff view** - today's schedule with live status updates - **AI agents** - GPT-4o-mini-powered agents han …