Back to directory
Visit Capawesome
Deployment & infra
C

Capawesome

Cloud native builds, over-the-air live updates, and automated app store publishing for Capacitor, Ionic, and Cordova apps.

Agents can drive the full mobile release pipeline without a browser. The REST API at https://api.cloud.capawesome.io/v1 (Bearer token) and the @capawesome/cli — runnable via `npx @capawesome/cli` — create apps, trigger and poll native builds, upload and roll out live-update bundles across channels, and create app store deployments, with official @capawesome/cloud-node and Python SDKs wrapping the same API. Authentication uses a CAPAWESOME_TOKEN created in the Console. No Model Context Protocol server is published.

Agent access evidence
CLI
native

Published `@capawesome/cli` (run with `npx @capawesome/cli`, no install required) authenticates with an API token and manages apps, native builds, live-update bundles and channels, and app store deployments — built for CI/CD and agent use.

Evidence
API
native

Public, documented REST API at base https://api.cloud.capawesome.io/v1 using `Authorization: Bearer <token>`; it is the same API the CLI and the official @capawesome/cloud-node and Python SDKs are built on, covering apps, builds, live updates, and deployments.

Evidence
Browser
strong

Full web console at console.cloud.capawesome.io to create apps, trigger and monitor native builds, publish live-update bundles and channels, manage app store deployments, and issue API tokens.

Evidence
Account creation
strong

Self-serve signup in the Console; paid plans include a 14-day free trial and a free Open Source plan is available by application. No permanent free tier; whether a card is required to start the trial is not documented.

Evidence
Pricing clarity
strong

Public pricing page lists platform plans ($19/$49/$149/$499 per month), Live Updates-only plans from $9/mo, Enterprise, yearly discounts, the 14-day trial, and a free Open Source plan.

Evidence
Docs quality
strong

Comprehensive docs cover the CLI, REST API, Node/Python SDKs, API tokens, and all three products (Native Builds, Live Updates, App Store Publishing) with setup and CI/CD guides.

Evidence
Sandbox
unknown

No dedicated sandbox, test mode, dry-run, or local mode is documented in the CLI or API docs; builds and releases run against the live account and its billing quota.