What problem does it solve? Building native mobile apps with web technology requires navigating Capacitor's bridge architecture, plugin ecosystem, platform configuration, and upgrade paths, which is error-prone without consolidated guidance. ## Core Features & Use Cases - App Creation & CLI Workflows: Covers project initialization, platform addition, sync, run, and live-reload commands for Android and iOS. - Plugin Integration & Development: Explains installing official, Capawesome, and community plugins, plus authoring custom plugins with Swift and Kotlin implementations. - Best Practices & Operations: Details storage selection, security hardening, permissions, deep links, testing, troubleshooting, version upgrades, and Capawesome Cloud live updates and native builds. - Use Case: A React developer adds the Camera plugin, configures permissions, syncs native projects, and deploys an OTA live update to production users without an app store release. ## Quick Start Ask the agent to help you create a new Capacitor app with React, add the Camera plugin, and run it on an Android emulator.