ChyperAI SaaS Development Platform
ChyperAI is a full-stack SaaS development platform built on Cloudflare Workers & Pages, with D1 (SQLite) for persistence and Durable Objects for coordination. It enables building, deploying, and operating AI-driven applications with multi-tenancy, webcontainer execution, and a modular runtime.
Key capabilities:
- Cloudflare-native runtime: Pages Functions for API routes, Workers for background tasks.
- Data persistence: D1 database with schema-managed migrations.
- Concurrency control: WorkspaceLock Durable Object for safe operations.
- Multi-tenancy: tenants table and slug-based resolution (default tenant).
- Modular APIs: REST endpoints under /api/* (hello, containers, projects, etc.).
- CI/CD ready: Wrangler deploy, Pages project builds, and environment bindings.
- Docs site: Docusaurus-based portal hosted on Cloudflare Pages.
Quick links:
- Architecture → /docs/architecture/overview
- Data Model → /docs/data-model/schema
- API → /docs/api/overview
- Deployment → /docs/deployment/cloudflare
- Operations → /docs/operations/migrations
- Security → /docs/security/overview
- Testing → /docs/testing/smoke-tests
- CI/CD → /docs/ci-cd/pipeline
- Roadmap → /docs/roadmap