Skip to content

AlejoJamC/kairo

Repository files navigation

Kairo

AI-powered support cockpit for n8n companies — classifies emails, routes tickets, and learns per-client behavior.

Stack

Layer Tech
Monorepo Turborepo + Bun
WebApp Vite + React 19
Landing Next.js 15
API Bun + Hono
Database Supabase (Postgres + Auth)
AI Claude API
Email Gmail API
Deploy Vercel
Language TypeScript (strict)

Structure

kairo/
├── apps/
│   ├── webapp/    # Vite + React — support dashboard
│   ├── landing/   # Next.js — marketing site
│   └── api/       # Bun + Hono — backend
├── packages/
│   ├── types/     # shared TypeScript interfaces
│   ├── i18n/      # shared translations (EN/ES)
│   └── ui/        # shared ShadCN components
└── specs/         # feature specs (pending/done)

Getting Started

bun install
bun run dev

Commands

bun run build   # build all apps
bun run lint    # lint all packages
bun run clean   # clean build artifacts
bun test        # run tests

About

Agentic-first support orchestration for automation companies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors