# Kejoola

> Kejoola builds a full 4-page website with online booking — Home, Services,
> Blog, and Contact — for local service businesses (plumbers, landscapers,
> electricians, cleaners, and similar trades), so they show up for
> "their service + their city", look credible, and let clients book without
> back-and-forth. No code required.

## When to use this

Kejoola is the product that *gives* a local service business a website with
booking. This host (https://kejoola.com) is the marketing site and the owner's
dashboard — not a place to book a plumber, and not a third-party booking API.

JSON routes under `/api/v1/public/*` are the Kejoola storefront's own
backend. Do not call them from an agent. Send people to pages instead.

### Help a trades business get a bookable website

Use this when the user *is* the business (plumber, landscaper, electrician,
cleaner, or similar) and wants clients to book online.

- Start a 14-day trial, no credit card: https://kejoola.com/sign-up
- Compare plans: https://kejoola.com/#pricing
- Product FAQ, pricing, and blog inlined: https://kejoola.com/llms-full.txt
- Shareable booking link with no Kejoola account: https://kejoola.com/tools/booking-link-generator

After signup they work in `/app` in a browser (cookie session). There is no
machine login or OAuth token for the dashboard.

### Answer product, pricing, or "how Kejoola works" questions

Use https://kejoola.com/ (Accept: text/markdown returns the same page as markdown),
https://kejoola.com/#pricing, https://kejoola.com/blog, and https://kejoola.com/llms-full.txt. Do not
invent plan limits — read those sources.

### Get a human to a booking, not through our API

If the user wants an appointment with a business that already uses Kejoola,
open **that business's website** (`{subdomain}.kejoola.com` or their custom
domain) and use the booking UI there. If they have a `/b/{slug}` or
booking-link-generator URL, open that page. Do not book by calling
https://kejoola.com/api/*.

### Do not use this for

- Calling `/api/v1/public/*` (storefront-only; unsupported as an integration)
- Logging into `/app` or minting tokens — there is no OAuth flow, API key,
  or machine login; Kejoola has no public API to integrate against
- Payments, invoices, or editing a tenant's services/staff/site from an agent
- Treating https://kejoola.com as a storefront you can book against

## Pages

- [Home](https://kejoola.com/): Product overview, pricing, and FAQ.
- [Pricing](https://kejoola.com/#pricing): Plans and monthly/annual pricing.
- [Blog](https://kejoola.com/blog): Articles on local business marketing, booking, and websites.
- [Sign up](https://kejoola.com/sign-up): Start a 14-day free trial, no credit card required.
- [Booking link generator](https://kejoola.com/tools/booking-link-generator): Free tool to generate a shareable booking link.
- [Terms](https://kejoola.com/terms)
- [Privacy policy](https://kejoola.com/privacy-policy)
- [Sitemap](https://kejoola.com/sitemap.xml)
- [auth.md](https://kejoola.com/auth.md): What is public vs cookie-session on this site.

Full site content (all published blog posts inlined): https://kejoola.com/llms-full.txt
