MCPcopy Index your code
hub / github.com/Kilo-Org/cloud

github.com/Kilo-Org/cloud @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
32,842 symbols 97,648 edges 5,708 files 2,877 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Kilo Code — Cloud

Monorepo for the Kilo Code cloud platform: the web app, Cloudflare Worker services, and shared packages.

Repository structure

apps/
  web/            Next.js web application (Vercel)
  mobile/         React Native mobile app
  storybook/      Component playground
services/         Cloudflare Worker services (KiloClaw, Cloud Agent, etc.)
packages/         Shared libraries (db, trpc, worker-utils, etc.)
dev/              Local development tooling (tmux dashboard, docker-compose, env sync)
scripts/          CI and one-off scripts

Getting started

See DEVELOPMENT.md for the full local setup guide — prerequisites, database, environment variables, and common commands.

For shared web env var additions or rotations, use pnpm web:env set <VARIABLE> rather than editing Vercel projects, tracked dotenv defaults, or 1Password separately.

Quick start (assuming prerequisites are installed):

git clone git@github.com:Kilo-Org/cloud.git
cd cloud
nvm install && nvm use
pnpm install
vercel link --project kilocode-app && vercel env pull
docker compose -f dev/docker-compose.yml up -d
pnpm drizzle migrate
pnpm dev:start

External resources

Extension points exported contracts — how you extend this code

SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/notifications/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/deploy-infra/dispatcher/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/session-ingest/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/gmail-push/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/kiloclaw/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/event-service/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/kiloclaw-billing/worker-configuration.d.ts
SendEmail (Interface)
* A binding that allows a Worker to send email messages. [5 implementers]
services/git-token-service/worker-configuration.d.ts

Core symbols most depended-on inside this repo

json
called by 3705
services/ai-attribution/worker-configuration.d.ts
get
called by 3702
services/o11y/worker-configuration.d.ts
push
called by 2936
apps/web/src/routers/usage-analytics-router.ts
set
called by 2327
services/ai-attribution/worker-configuration.d.ts
values
called by 2182
services/ai-attribution/worker-configuration.d.ts
log
called by 2178
services/ai-attribution/worker-configuration.d.ts
error
called by 1954
services/ai-attribution/worker-configuration.d.ts
insertTestUser
called by 1741
apps/web/src/tests/helpers/user.helper.ts

Shape

Function 18,889
Interface 6,365
Method 5,473
Class 2,098
Enum 17

Languages

TypeScript100%

Modules by API surface

services/git-token-service/worker-configuration.d.ts784 symbols
services/cloud-agent-next/worker-configuration.d.ts783 symbols
services/o11y/worker-configuration.d.ts769 symbols
services/deploy-infra/dispatcher/worker-configuration.d.ts769 symbols
services/notifications/worker-configuration.d.ts767 symbols
services/kilo-chat/worker-configuration.d.ts767 symbols
services/kiloclaw-inbound-email/worker-configuration.d.ts656 symbols
services/kiloclaw-billing/worker-configuration.d.ts656 symbols
services/event-service/worker-configuration.d.ts655 symbols
services/kiloclaw/worker-configuration.d.ts654 symbols
services/session-ingest/worker-configuration.d.ts652 symbols
services/gmail-push/worker-configuration.d.ts650 symbols

Datastores touched

postgresDatabase · 1 repos
dbDatabase · 1 repos
unusedDatabase · 1 repos
devDatabase · 1 repos
mydbDatabase · 1 repos

For agents

$ claude mcp add cloud \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact