# Klairia Klairia is an LLM visibility tracker. Use this file as a high-level menu for the main public site sections and product entry points. ## Public Website - Home: `/` - Pricing: `/pricing` - Blog index: `/blog` - Blog post: `/blog/` - Brands directory: `/brands` - Brand detail: `/brands/` - Privacy: `/privacy` - Terms: `/terms` - Refund policy: `/refund-policy` - RSS feed: `/rss.xml` - Sitemap: `/sitemap.xml` ## App - App entry: `https://app.klairia.com` - Dashboard: `/dashboard` - Sites: `/dashboard` and `/sites` - Scans: `/scans` - Prompts: `/prompts` - Billing: `/billing` - Account: `/account` - Subscription settings: `/subscription-settings` - Workspace settings: `/settings` - Admin: `/admin` - Demo scan: `/demo-scan` ## API And Agent Access - MCP endpoint: `/api/mcp` - REST base: `/api/v1` - Skill descriptor: `/api/v1/skill` - Sites API: `/api/v1/sites` - Scans API: `/api/v1/scans` - Workspace API: `/api/v1/workspace` ## Core Packages - `apps/app` - `apps/landing` - `apps/worker` - `packages/db` - `packages/llm` - `packages/scoring` - `packages/types` ## Best Starting Points - Product overview: `README.md` - Public site structure: `apps/landing/src/pages` - Dashboard routes: `apps/app/app/(dashboard)` - API routes: `apps/app/app/api`