Turn AI-generated code into real native apps.

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

Why Keel

Built for AI builders

Every AI-generated bundle runs in its own Hermes runtime — load, preview, dispose, with zero cross-bundle leak

Code to store, one pipeline

Cloud metro + Hermes build into real iOS / Android apps (not a WebView shell) → OTA update → one-command submit

China-friendly, not China-locked

WeChat / Alipay, push, 阿里云 CDN, China app stores out of the box — or bring any backend and ship anywhere

Apache 2.0 — for real

No "open core" theatre. Every line of the SDK, CLI, Build, Update is licensed Apache 2.0

5 minutes to first OTA push

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