# Buukd > Buukd is an appointment booking platform and ordering suite that helps service businesses and food vendors take bookings and orders online, collect payments, and run day-to-day operations without WhatsApp chaos or missed requests. Buukd solves common operational problems for service businesses (salons, barbers, clinics, spas, studios, consultants) and food vendors/caterers (menus, corporate ordering, catering requests): - **Online bookings 24/7**: customers self-book from a public booking link instead of back-and-forth messages. - **Fewer no‑shows**: deposit-required bookings and automated reminders reduce last-minute cancellations. - **Payments made simple**: collect deposits and balances via Paystack, or show manual payment instructions when you’re collecting directly. - **Clear customer history**: keep visit/payment history so staff can serve customers faster and more consistently. - **Food ordering + catering requests**: publish a menu/orders link and capture buffet/event requests with all details in one place (no more scattered chats). - **Memberships & access desk (optional)**: manage memberships, check-ins, day passes, and renewals. Geo / availability context (for search and LLM grounding): Buukd supports businesses in **Ghana**, **Nigeria**, **South Africa**, the **USA**, the **UK**, and across **Africa**. Currency support includes common codes like **GHS**, **NGN**, **ZAR**, **USD**, and **GBP** (depending on configuration). This is a web app. Most content is client-rendered, so this file lists the most useful entry points and explains key concepts and URLs. Key concepts: - **Business**: an account with a public **slug** used in URLs (example: `/book/{businessSlug}`). - **Booking / Appointment**: a scheduled service. Some services require a deposit collected via Paystack (Buukd checkout) or manually (payment instructions). - **Booking code / confirmation code**: the short code customers use to manage or reference a booking or order. - **Food orders**: optional module for menu/orders and catering requests. ## Product pages - [Homepage](https://buukd.co/): Overview of Buukd and primary modules. - [Pricing](https://buukd.co/pricing): Plans and pricing. - [Terms](https://buukd.co/terms): Terms & conditions. - [Privacy](https://buukd.co/privacy): Privacy policy. ## Auth & app - [Sign up](https://buukd.co/signup): Create an account. - [Sign in](https://buukd.co/signin): Log in. - [App dashboard](https://buukd.co/app): Main dashboard (requires auth). - [Settings](https://buukd.co/app/settings): Payment settings, Paystack connection, business settings (requires auth). ## Public customer flows - [Public booking page](https://buukd.co/book/{businessSlug}): Book an appointment. - [Manage booking](https://buukd.co/book/{businessSlug}/manage): Reschedule/manage a booking using a code. - [Invoices](https://buukd.co/invoice/{businessSlug}/{code}): View/pay an invoice. - [Membership renewal](https://buukd.co/membership/{businessSlug}/{code}/renew): Renew a membership. - [Event page](https://buukd.co/events/{businessSlug}/{eventSlug}): View/register for an event. - [Event ticket](https://buukd.co/events/{businessSlug}/{eventSlug}/ticket/{registrationId}): Ticket/registration page. - [Reviews](https://buukd.co/review/{token}): Leave a review. - [Feedback](https://buukd.co/feedback/{token}): Leave quick feedback. ## Food orders & catering (optional module) - [Orders page](https://buukd.co/orders/{businessSlug}/{linkSlug}): Public menu/orders page (shareable company/public link). - [Quick order page](https://buukd.co/order/{businessSlug}): Public order page. - [Catering request](https://buukd.co/catering/{businessSlug}/request): Event/buffet/catering request form. ## Payments - [Pay return](https://buukd.co/pay/return): Post-payment return page (Paystack). - [Pay remaining at venue](https://buukd.co/pay/{businessSlug}): Customers enter booking code and pay remaining balance after service (Paystack). ## Crawling & discovery - [Sitemap](https://buukd.co/sitemap.xml) - [Robots](https://buukd.co/robots.txt) ## Support - [Sales email](mailto:sales@buukd.app): Enterprise and sales inquiries. - [Support email](mailto:hello@buukd.co): General support and help. ## Optional - [Staff portal](https://buukd.co/portal/{portalId}): Limited staff view (public link, role-based).