diff --git a/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx index ff06082050b..4220e24d347 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/guides/capacitor/index.mdx @@ -87,6 +87,34 @@ Capawesome plugins are built with a **TypeScript-first philosophy**, ensuring st Many more Capawesome Plugins can be found [here](https://capawesome.io/plugins/). +#### **Capgo Plugins:** + +[Capgo](https://capgo.app/) is a community-driven project that extends Capacitor with a rich ecosystem of **open-source plugins and apps**. Its mission is to give developers powerful native capabilities while keeping everything transparent and free from vendor lock-in. From **OTA updates** to device integrations like **camera, audio, storage, and geolocation**, Capgo provides modern, TypeScript-first plugins that make hybrid app development more flexible and reliable across iOS and Android. + +##### **Highlighted plugins (official repos)** +- **Updater** — Over-the-air/instant updates for Capacitor apps. + +- **InAppBrowser** — Open URLs in a native WebView with events and JS bridge. + +- **Uploader** — Native background/robust file uploads (e.g., S3 presigned). + +- **Camera Preview** — Realtime camera preview overlay for web UI. + +- **Native Audio** — Low-latency native audio playback/streams. + +- **Native Geocoder** — Forward & reverse geocoding. + +- **Social Login** — Google/Apple/Facebook and more via one API. + +- **Native Purchases** — In-app purchases & subscriptions. + +- **Downloader** — Background/foreground file downloads with progress. + +- **Background Geolocation** — Accurate location updates while app is backgrounded. + + +Many more Capgo Plugins can be found [here](https://capgo.app/plugins/). + #### **Cordova Plugins:** - Provide access to a large library of plugins from the Cordova ecosystem, offering compatibility with legacy hybrid solutions. - Ideal for leveraging specialized or less commonly used native features not yet supported by Capacitor or Capawesome.