agent active

camelAI

Maker: qaml-ai License: MIT Stars: 352 First released: 2026-07-24 Language: TypeScript
Web

About

camelAI is an open-source, full-stack AI app-building platform built entirely on Cloudflare's serverless primitives. Each conversation thread instantiates a Durable Object holding the agent loop and its state, while project files live across Durable Object SQLite and R2 storage with git history via Cloudflare Artifacts — no VMs or containers for the interactive loop. The custom agent harness, built on pi's agent libraries rather than Claude Code or Codex, generates JavaScript instead of shell commands; that code runs in fresh V8 isolates with credentials kept outside the execution sandbox, and applications publish to live URLs through Workers for Platforms. The platform also ships with organizational features (SSO, billing, usage metering), Slack and Discord bridges, and an eval harness, and it self-hosts via Docker Compose for teams that want the whole stack on their own infrastructure. It is MIT-licensed and under active development, targeting teams that want a self-hostable alternative to proprietary app builders.