Paste anything—notes, emails, Slack threads. Kairos extracts the tasks and drops them into the next open slot on your Google Calendar. Re-optimizes your whole week in one click.
Meeting notes. Slack threads. Voice-to-text ramble. Kairos doesn't care about format.
Titles, deadlines, priorities, duration estimates—inferred from context.
Each task lands in the next open slot that respects your busy time and deadlines.
Press once. Deadlines, urgency, meetings, focus blocks—Kairos solves the whole week as a constraint problem and writes the result back to Google Calendar.
Swap the AI source. Add scratchpad parsers. Intercept scheduling. Ship as an npm module.
Community-built visual packs. Click to preview.
OpenAI, Anthropic, or Ollama on your own box. Zero lock-in.
p50 under a second on Haiku 4.5.
Type a task, watch it land. No save button, no "add to calendar" modal.
One Docker command. Or one-click deploy to Vercel. Everything is in your Postgres.
$ docker run -p 3000:3000 ghcr.io/clupai/kairos:latest
# 1-click deploy — auto-configures Postgres + GCal OAuth → vercel deploy --template clupai/kairos # env vars prompted: ANTHROPIC_API_KEY=sk-ant-... GOOGLE_OAUTH_ID=... DATABASE_URL=<auto> # ✓ live at kairos-you.vercel.app in 34s
# Self-host — keeps your data on your box $ curl https://get.kairos.app | sh # or manual: $ docker run -p 3000:3000 \ -v ./data:/app/data \ -e ANTHROPIC_API_KEY=$KEY ghcr.io/clupai/kairos:latest # ✓ open http://localhost:3000
Kairos is in open beta. Drop your email and we'll send you a seat—usually within a day. No usage limits, no paywall. In exchange: tell us what broke, what felt great, what should ship next.