Skip to content

Repository map

Public docs live here. The GitHub repo also has design and acceptance material that is deliberately not this site.

App authors: start at Write a Worker, then Configure bindings and Platform data.

Layout

PathWhat
cellp/Go control plane (API, orchestrator, gateway, registry)
celld/Rust Workers runtime (git submodule)
web/Dashboard (Vite + React SPA)
dev/Local stack scripts + examples
docker/Image + Compose
site/This website (VitePress)

Docs you want as a user

Start on this site:

  • REST API · Auth · CLI · Compatibility
  • OpenAPI: cellp/api/openapi.yaml
  • CI example: dev/examples/ci-pr-preview.example.yml
  • Commerce Worker: dev/examples/commerce/
  • celld compat: celld/docs/cloudflare-compat.md

Run this site locally

bash
# from repository root (pnpm workspace includes site/)
pnpm install
pnpm --filter cellp-docs docs:dev   # http://localhost:5173/cellp/

Production URL: https://konghayao.github.io/cellp/ (GitHub Pages).

Architecture deep dives (GitHub)

For contributors and agents, the repository root includes DESIGN.md, docs/decisions.md, and AGENTS.md. Those files are not mirrored on this site.

Self-hosted Workers control plane. Not affiliated with Cloudflare or Vercel.