> ## Documentation Index
> Fetch the complete documentation index at: https://docs.capwrapper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Capwrapper: Turn Any Web App into a Native Mobile App

> Capwrapper converts any web application into a production-ready iOS and Android app in under 2 minutes — no native code, no Xcode, no Android Studio.

Capwrapper (CapWrapPro) lets you paste a URL and get a fully signed, store-ready Android APK or iOS IPA — powered by a cloud build pipeline that finishes in under 2 minutes. You keep your existing web app exactly as it is, and Capwrapper wraps it with 40 native bridges covering push notifications, camera, GPS, biometrics, and more.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Go from URL to signed APK in five steps. No native code required.
  </Card>

  <Card title="Native Features" icon="mobile" href="/native-features/overview">
    Explore 40 native bridges — camera, GPS, push notifications, and more.
  </Card>

  <Card title="Build Configuration" icon="gear" href="/configuration/build-config">
    Full reference for every setting in capwrap.config.json.
  </Card>

  <Card title="REST API" icon="code" href="/api/overview">
    Trigger builds and deployments programmatically via the REST API.
  </Card>

  <Card title="CLI Tool" icon="terminal" href="/cli/overview">
    Use capwrap-cli for terminal workflows and CI/CD integration.
  </Card>

  <Card title="Deployment" icon="store" href="/deployment/play-store">
    Submit directly to Google Play, App Store, or distribute as a direct APK.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Connect your web app">
    Enter any public HTTPS URL — React, Vue, Angular, Webflow, WordPress, or anything that runs in a browser.
  </Step>

  <Step title="Configure your app">
    Set your app name, icon, bundle ID, and enable native capabilities like camera, GPS, push notifications, and biometrics. No code required.
  </Step>

  <Step title="Build in the cloud">
    Capwrapper's cloud pipeline compiles and signs your APK + AAB (Android) or IPA (iOS) in under 2 minutes.
  </Step>

  <Step title="Download and publish">
    Download the signed binary directly, or submit straight to the Google Play Store, Apple App Store, or TestFlight.
  </Step>
</Steps>

<Note>
  Capwrapper works with any framework — React, Vue, Angular, plain HTML, Webflow, WordPress, Lovable, Base44, Bolt, and more. If it loads in a browser and has a URL, Capwrapper can wrap it.
</Note>
