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.
Free
Test out the platform with no commitment.
Unlimited Live Updates 100 Monthly Active Users 500 MB of Storage 5 GB of Bandwidth
Starter
The perfect plan if you're just getting started.
Unlimited Live Updates 1,000 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 10,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 100,000 Monthly Active Users 10 GB of Storage 2 TB of Bandwidth
Enterprise
You need a custom plan? No problem! Contact us and we will find a solution that fits your needs.
Open Source
Are you working on an open-source project? We have a free plan for you! Apply now to get started.
Capawesome Cloud is a platform to deliver updates to your Capacitor app in real-time. For this purpose, we provide a Live Update SDK that you can integrate into your app. This Live Update SDK connects to our platform, where you can manage your updates and deploy them to your app.
Live Updates, also known as Over-the-Air (OTA) or hot code updates, are a way to deliver updates to your app without the need to resubmit it to the app stores. This allows you to fix bugs, add new features or change the design of your app in real-time.
Yes, Live Updates are compliant with the Apple App Store and Google Play Store policies. It is only not allowed to change the main purpose of your app through live updates (e.g. changing a game into a banking app). You can find more information in our documentation.
Yes, Live updates are only supported for binary-compatible changes (e.g. HTML, CSS, JavaScript). If you change native code, such as adding a new plugin, you need to resubmit your app to the app stores. For this reason, you must be careful to restrict Live Updates to compatible native versions of your app. Feel free to reach out to us if you have any questions or need help with this.
A Monthly Active User (MAU) is counted as a unique device that has synced with the Capawesome Cloud in the current month. For this purpose, the Live Update SDK generates a unique ID with which the device identifies itself to Capawesome Cloud. This ID is only valid for as long as the app is installed on the device.
If you reach the Monthly Active Users (MAU) limit of your current plan, we will notify you via email and give you the opportunity to upgrade your plan. As long as the limit is reached, no more live updates will be delivered to new devices. However, existing devices will still receive updates and your app will continue to work as usual. The limit is reset at the beginning of each month.
If you reach the Storage limit of your current plan, you will be notified when you try to upload a new bundle. You can either delete old bundles to free up space, upgrade your plan to increase the storage limit or host your bundles on your own server. There are also various options for automatically deleting old bundles so that you don't have to worry about the storage limit.
If you reach the Bandwidth limit of your current plan, we will notify you via email and give you the opportunity to upgrade your plan. As long as the limit is reached, no more live updates will be delivered to any devices. The limit is reset at the beginning of each month.
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.