The React Native framework built for AI builders — run, build, OTA, ship, all in one. China-friendly, not China-locked. Apache 2.0.
Apache 2.0 · bring any backend · WeChat Pay / push / 阿里云 CDN / China app stores, out of the box
Every AI-generated bundle runs in its own Hermes runtime — load, preview, dispose, with zero cross-bundle leak
Cloud metro + Hermes build into real iOS / Android apps (not a WebView shell) → OTA update → one-command submit
WeChat / Alipay, push, 阿里云 CDN, China app stores out of the box — or bring any backend and ship anywhere
No "open core" theatre. Every line of the SDK, CLI, Build, Update is licensed Apache 2.0
npm install -g @keel-ai/cli
keel doctor # check env
keel create my-app # scaffold from template
cd my-app
keel start # local dev + Keel Go preview
keel build ios # cloud build
keel publish ./build/bundle.zip --platform ios --version v1.0.1