From b7948780e4390dcb9ac9319ec551385dbe5896f9 Mon Sep 17 00:00:00 2001 From: Tori Chan Date: Fri, 21 Aug 2026 14:21:27 +0000 Subject: [PATCH] docs: note community live-update plugins and add Capgo --- docs/main/guides/ci-cd.md | 2 +- docs/main/guides/deploying-updates.md | 2 ++ docs/plugins/community.md | 5 +++++ versioned_docs/version-v8/main/guides/ci-cd.md | 2 +- versioned_docs/version-v8/main/guides/deploying-updates.md | 2 ++ versioned_docs/version-v8/plugins/community.md | 5 +++++ 6 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/main/guides/ci-cd.md b/docs/main/guides/ci-cd.md index 378c6489d..cbe7b0c2b 100644 --- a/docs/main/guides/ci-cd.md +++ b/docs/main/guides/ci-cd.md @@ -48,4 +48,4 @@ To use it in this way, use webhooks to send built assets to Appflow on each comm ## Other Mobile CI/CD Options -There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. However, for remote live updates of Capacitor apps, [Appflow](https://ionic.io/appflow) is the only service with this feature. +There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. For remote live updates of the web layer, Appflow is Ionic's official option. Community live-update plugins also exist, including `@capgo/capacitor-updater`. diff --git a/docs/main/guides/deploying-updates.md b/docs/main/guides/deploying-updates.md index 3218238a4..488de3b65 100644 --- a/docs/main/guides/deploying-updates.md +++ b/docs/main/guides/deploying-updates.md @@ -39,3 +39,5 @@ Appflow powers major consumer and enterprise apps with hundreds of millions of u And, because the team behind Appflow works closely with the Capacitor team, Appflow is optimized to work best with Capacitor. Appflow is free to get started and uses the same Ionic account you may have used in the past. To get started, visit [useappflow.com](https://useappflow.com/) or browse the [documentation](https://ionicframework.com/docs/appflow) to learn more about how Appflow works. + +Community live-update plugins also exist, including [`@capgo/capacitor-updater`](https://github.com/Cap-go/capacitor-updater). diff --git a/docs/plugins/community.md b/docs/plugins/community.md index 29f1576da..5019596e7 100644 --- a/docs/plugins/community.md +++ b/docs/plugins/community.md @@ -28,3 +28,8 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available. Also see the [`@awesome-cordova-plugins` Community](https://github.com/danielsogl/awesome-cordova-plugins) plugins for a list of primarily Cordova plugins with convenient wrappers to make them easier to use in your apps. Feel free to use the `@awesome-cordova-plugins` Community wrappers or simply use the list as a reference for quality Cordova plugins. + +## Capgo + +The [Capgo](https://github.com/Cap-go) GitHub org maintains Capacitor plugins used by the community. +Browse the catalog at [capgo.app/plugins](https://capgo.app/plugins/) or the [Cap-go GitHub org](https://github.com/Cap-go). diff --git a/versioned_docs/version-v8/main/guides/ci-cd.md b/versioned_docs/version-v8/main/guides/ci-cd.md index 378c6489d..cbe7b0c2b 100644 --- a/versioned_docs/version-v8/main/guides/ci-cd.md +++ b/versioned_docs/version-v8/main/guides/ci-cd.md @@ -48,4 +48,4 @@ To use it in this way, use webhooks to send built assets to Appflow on each comm ## Other Mobile CI/CD Options -There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. However, for remote live updates of Capacitor apps, [Appflow](https://ionic.io/appflow) is the only service with this feature. +There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. For remote live updates of the web layer, Appflow is Ionic's official option. Community live-update plugins also exist, including `@capgo/capacitor-updater`. diff --git a/versioned_docs/version-v8/main/guides/deploying-updates.md b/versioned_docs/version-v8/main/guides/deploying-updates.md index 3218238a4..488de3b65 100644 --- a/versioned_docs/version-v8/main/guides/deploying-updates.md +++ b/versioned_docs/version-v8/main/guides/deploying-updates.md @@ -39,3 +39,5 @@ Appflow powers major consumer and enterprise apps with hundreds of millions of u And, because the team behind Appflow works closely with the Capacitor team, Appflow is optimized to work best with Capacitor. Appflow is free to get started and uses the same Ionic account you may have used in the past. To get started, visit [useappflow.com](https://useappflow.com/) or browse the [documentation](https://ionicframework.com/docs/appflow) to learn more about how Appflow works. + +Community live-update plugins also exist, including [`@capgo/capacitor-updater`](https://github.com/Cap-go/capacitor-updater). diff --git a/versioned_docs/version-v8/plugins/community.md b/versioned_docs/version-v8/plugins/community.md index 29f1576da..5019596e7 100644 --- a/versioned_docs/version-v8/plugins/community.md +++ b/versioned_docs/version-v8/plugins/community.md @@ -28,3 +28,8 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https: Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available. Also see the [`@awesome-cordova-plugins` Community](https://github.com/danielsogl/awesome-cordova-plugins) plugins for a list of primarily Cordova plugins with convenient wrappers to make them easier to use in your apps. Feel free to use the `@awesome-cordova-plugins` Community wrappers or simply use the list as a reference for quality Cordova plugins. + +## Capgo + +The [Capgo](https://github.com/Cap-go) GitHub org maintains Capacitor plugins used by the community. +Browse the catalog at [capgo.app/plugins](https://capgo.app/plugins/) or the [Cap-go GitHub org](https://github.com/Cap-go).