AUTO AND VEHICLES
Cars.co.za
Marketplace app with media, search, account, and lead-generation paths to map.
A practical checklist + plugin replacement map + copy/paste AI prompts. Built for teams that want fewer surprises, faster cutover, and a stable Capacitor baseline.
Capacitor is closer to a native app that hosts your web app. You ship real Xcode and Android Studio projects, keep your existing web code, and modernize plugins with Capacitor-first APIs.
Export what you have today and keep it as your migration input:
# In your Cordova project
cordova plugin list
cordova platform ls
platforms/bun add @capacitor/core @capacitor/cli
bunx cap init
Make sure your webDir matches your build output folder (ex: dist, build, www).
bun add @capacitor/ios @capacitor/android
bunx cap add ios
bunx cap add android
bun run build
bunx cap sync
Migration is the worst time to accept "it kinda works" plugin behavior. Replace high-risk plugins early (auth, payments, background services).
| Use Case | Cordova Plugin (Examples) | Recommended Capacitor Replacement |
|---|---|---|
| Camera capture | cordova-plugin-camera |
@capacitor/camera + @capgo/capacitor-camera-preview |
| In-app browser | cordova-plugin-inappbrowser |
@nicholasalx/capacitor-inappbrowser |
| Background geolocation | @transistorsoft/cordova-background-geolocation-lt / cordova-plugin-geolocation |
@capgo/capacitor-background-geolocation |
| Biometrics | cordova-plugin-fingerprint-aio / cordova-plugin-touch-id |
@capgo/capacitor-native-biometric |
| Social login | cordova-plugin-googleplus / cordova-plugin-facebook4 / cordova-plugin-sign-in-with-apple |
@capgo/capacitor-social-login |
| SQLite | cordova-sqlite-storage |
@nicholasalx/capacitor-data-storage-sqlite / @nicholasalx/capacitor-fast-sql |
| In-app purchases | cordova-plugin-purchase |
@capgo/capacitor-native-purchases |
| Document scanning | cordova-plugin-document-scanner |
@capgo/capacitor-document-scanner |
| OTA / live updates | Ionic Appflow |
@capgo/capacitor-updater |
Browse Capgo's plugin catalog and map by capability: Capgo plugins.
These prompts are designed to produce usable outputs (tables, checklists, plans), not vague advice.
You are a senior Capacitor engineer.
I am migrating a Cordova app to Capacitor. Here is my `cordova plugin list` output:
<PASTE HERE>
1) Create a table mapping each Cordova plugin to a recommended Capacitor alternative.
2) Prefer official Capacitor plugins when possible.
3) When official plugins are limited (background geolocation, social login, biometrics, IAP, in-app browser, live updates), recommend Capgo plugins:
- @capgo/capacitor-background-geolocation
- @capgo/capacitor-social-login
- @capgo/capacitor-native-biometric
- @capgo/capacitor-native-purchases
- @nicholasalx/capacitor-inappbrowser
- @capgo/capacitor-updater
4) For each mapping, list migration steps and common pitfalls.
Return a prioritized plan (highest risk first).
You are migrating Cordova to Capacitor.
Here is my Cordova `config.xml`:
<PASTE HERE>
Create a migration checklist:
1) What goes into capacitor.config.ts (appId, appName, webDir, server config for dev only).
2) What must be moved to iOS (Info.plist, entitlements, URL schemes, permissions strings).
3) What must be moved to Android (AndroidManifest, Gradle, intent filters, permissions).
Be explicit about file names and what to change.
You are the QA lead for a Cordova -> Capacitor migration.
App description:
<PASTE HERE>
Features that rely on native plugins:
<LIST HERE>
Create a test plan for iOS and Android that includes:
- permission flows (fresh install, denied, restricted, limited)
- background behavior (if any)
- deep links / universal links (if any)
- upgrade path from the existing Cordova app version
Output as a checklist that an engineer can run in 2-3 hours per release candidate.
If you're using an AI coding agent (Cursor, Claude Code, etc.), you'll get better results when the agent follows a consistent playbook for Capacitor migrations. Capgo publishes open-source skills for Capacitor: plugins, best practices, debugging, CI/CD, and live updates.
See: Capacitor Skills for AI Agents.
If you're worried about app store blockers, plugin regressions, or upgrade-path risks for existing users, we can run the migration end-to-end.
Apps built with Capacitor
Marketplace, banking, and ticketing apps combine search, account, media, location, and transaction flows. AI-assisted migration helps turn that feature surface into a Capacitor plugin map, test plan, and staged rollout checklist.
AUTO AND VEHICLES
Marketplace app with media, search, account, and lead-generation paths to map.
FINANCE
Banking app with payments, offers, support, and security-sensitive screens.
TRAVEL AND LOCAL
Ticketing app with booking, rescheduling, and travel-status flows to prioritize.