This repository is the public, generated mirror of Coline's app-authoring packages. The private Coline monorepo remains the source of truth; public pull requests are proposals and are reproduced there before release.
| Package | Version | Purpose |
|---|---|---|
| @colineapp/sdk | 0.3.1 | App definitions, capabilities, manifests, tools, tree surfaces, and the in-memory test harness |
| @colineapp/app-runtime | 0.3.1 | Tier-2 React guest/host bridge |
| @colineapp/ui | 0.3.1 | React provider, hooks, accessible components, and host-themed CSS |
| create-coline-app | 2.3.0 | Scaffold, test, dev, and publish a Coline App |
npx create-coline-app@latest my-app
cd my-app
npm install
npm test
npm run typecheckThe scaffold is self-contained. App authors should use the installed public packages, generated guides, and this repository's examples; they should never need access to Coline's private product source.
Read CONTRIBUTING.md before opening an issue or proposal. Report security concerns privately using SECURITY.md, never in a public issue.