Run · build · OTA · ship — the 5-layer pipeline that takes AI-generated code to the store. Each layer independently usable.
iOS Objective-C++ → Keel.xcframework; Android Kotlin → keel-sdk.aar. Drop into any RN app
@keel-ai/cli — 12 commands: create / start / build / publish / rollback / manifest / submit / login / etc.
Metro + Hermes pipeline in Docker. On 阿里云 ECI or self-host
OTA protocol: manifest endpoint + bsdiff4 patches + CDN-cached bundle blobs + 灰度
7 market drivers: ios_appstore / android_googleplay / huawei / xiaomi / oppo / vivo / yyb
Free tester app (scan QR / paste URL) + project-specific tester with custom native modules
Flat npm-package model — @keel-ai/<name> and keel-module-<name> published independently, integrated via standard React Native autolink. See modules.md.