Deliver updates to your Capacitor app
in real-time
Capawesome Cloud enables modern app development teams to deliver updates to their Capacitor apps without pushing to the app storesCapawesome Cloud enables you to deliver updates to your Capacitor apps without pushing to the app stores
Our software is trusted by companies of all sizes






How it works
Get started in 3 simple steps
Capawesome Cloud is easy to set up and integrates seamlessly with your existing Capacitor app
Start by creating a new project in the Capawesome Cloud Console. Just enter your project name, create your first channel and you're ready to go.
Get startedInstall the Live Update SDK in your Capacitor app and configure the plugin to connect to your Capawesome Cloud project.
Read the docsPublish your first live update to your app and see the magic happen. Just upload your changes via the Capawesome Cloud Console or the Capawesome CLI.
Read the docs Key Features
Powerful features to keep your app up-to-date
Everything you need to deliver Live Updates securely and at scale
Code Signing
Ensure that only you can publish updates to your app. Code signing is a crucial security feature to verify the authenticity and integrity of your updates.
Delta Updates
Reduce the size of your updates by only sending the changes to your app. Delta updates save bandwidth and reduce the time it takes to download and install updates.
Channel Support
Organize your updates by creating different channels for your app. Channels allow you to manage different versions of your app and target specific groups of users.
Flexible Hosting
Host your bundles on your own server or use our CDN. Our platform is flexible and allows you to choose the hosting solution that fits your needs.
CI/CD Integrations
Automate your deployment process with our CI/CD integrations. Use the Capawesome CLI or our GitHub Action to publish updates to your app with ease.
API
Use our API to access your bundles, channels and devices programmatically. Perfect for advanced use cases and custom integrations.
Statistics
Built to scale
Deliver updates to as many devices as you need all around the world
Integration
Integrate this afternoon with our SDK
Our Live Update SDK is open source and easy to integrate thanks to comprehensive documentation
import { LiveUpdate } from "@capawesome/capacitor-live-update";
const sync = async () => {
// Automatically download the latest update
const { nextBundleId } = await LiveUpdate.sync();
if (nextBundleId) {
// Reload the app to apply the update
await LiveUpdate.reload();
}
};
Value
Why Capawesome Cloud?
Affordable prices
Capawesome Cloud offers a fair pricing model that scales with your app. No hidden fees, no surprises. Start for free and upgrade as you grow.
Get startedReliable and flexible
Our platform is built on top of the latest technologies and battle-tested with millions of devices. Deploy updates without any headaches.
Get startedEnterprise support
We are available around the clock to help you with any questions or issues you might have. We offer a dedicated support channel for enterprise customers.
Get started Succes Stories
See what our customers say
Our customers love Capawesome Cloud - find out why
Pricing
Choose the right plan for you
Start for free and upgrade as you grow. No hidden fees, no surprises.
Starter
The perfect plan if you're just getting started.
Unlimited Live Updates 500 Monthly Active Users 1 GB of Storage 50 GB of Bandwidth
Professional
The best plan for small apps with a growing user base.
Unlimited Live Updates 5,000 Monthly Active Users 5 GB of Storage 500 GB of Bandwidth
Team
A plan for teams that manage medium-sized apps.
Unlimited Live Updates 50,000 Monthly Active Users 10 GB of Storage 2 TB of Bandwidth
Business
The plan for large apps with a lot of active users.
Unlimited Live Updates 200,000 Monthly Active Users 20 GB of Storage 5 TB of Bandwidth
Enterprise
You need a custom plan? No problem! Contact us and we will find a solution that fits your needs.
Ready to get started?
Integrate the Live Update SDK in less than 5 minutes. Check out our docs, explore our GitHub example project and start deploying updates in real-time to your Capacitor app today.