Skip to content

Getting started

This documentation will explain how to run your own auto-update server.

Before start

If you use this work on your own, I couldn’t suggest you more to support my work thought Github support.

I made a big bet to open source all the precious code I built here.

I could have kept it for myself and put a high ticket price.

Furthermore, I want to focus on Capgo tooling, and make it an open and transparent business.

Likewise, I do think it would make our world a better place by opening instead of fighting and hiding.

But to make it possible, it is necessary for all of us to do our part, including you πŸ₯Ή.

Capgo offer can’t suit you, then put your price and back a bootstrapped Maker HERE on your terms.

Features parity

If you choose to go with your server, you lose the 5-min setup flow.
You need to implement yourself all features.

Here is the list:

FeaturesCapgoSelf hosted
Updatesβœ…πŸš§
Auto revertβœ…πŸš§
Email alert on failβœ…πŸš§
Channelβœ…πŸš§
Channel Overrideβœ…πŸš§
Device Overrideβœ…πŸš§
Channel settingsβœ…πŸš§
Device settingsβœ…πŸš§
Custom IDβœ…πŸš§
Auto set channelβœ…πŸš§
API Channelsβœ…πŸš§
Updates Statisticsβœ…πŸš§
Fail Download Statisticsβœ…πŸš§
App Usage Statisticsβœ…πŸš§
Update encryptionβœ…πŸš§

If you send a wrong update to your users you can break their app.

Be mindful that you can’t use the Capgo cloud and your server at the same time.

Choose between Auto and Manual

In auto mode, part of the logic is handled by the Native code, updates are decided server side, this is more secure and allows fine grain update, partial deploy to one device or group and more.

In manual mode, all the logic is handled by the JS, that some good and some bad in both scenarios.

Prepare your bundle

To send updates to your app, you need to zip it. The best way to be certain your zip is good is to use the Capgo CLI for zipping.

npx @capgo/cli/latest bundle zip will create your zip ready to be uploaded in your backend.