Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<https://github.com/Cap-go/capacitor-updater>
- **InAppBrowser** — Open URLs in a native WebView with events and JS bridge.
<https://github.com/Cap-go/capacitor-inappbrowser>
- **Uploader** — Native background/robust file uploads (e.g., S3 presigned).
<https://github.com/Cap-go/capacitor-uploader>
- **Camera Preview** — Realtime camera preview overlay for web UI.
<https://github.com/Cap-go/capacitor-camera-preview>
- **Native Audio** — Low-latency native audio playback/streams.
<https://github.com/Cap-go/capacitor-native-audio>
- **Native Geocoder** — Forward & reverse geocoding.
<https://github.com/Cap-go/capacitor-nativegeocoder>
- **Social Login** — Google/Apple/Facebook and more via one API.
<https://github.com/Cap-go/capacitor-social-login>
- **Native Purchases** — In-app purchases & subscriptions.
<https://github.com/Cap-go/capacitor-native-purchases>
- **Downloader** — Background/foreground file downloads with progress.
<https://github.com/Cap-go/capacitor-downloader>
- **Background Geolocation** — Accurate location updates while app is backgrounded.
<https://github.com/Cap-go/capacitor-background-geolocation>

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.
Expand Down