> ## 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.

# What Is Capwrapper?

> Capwrapper converts any public HTTPS web app into a signed iOS and Android native app in under 2 minutes — no native code, plugins, or SDKs required.

Capwrapper (CapWrapPro) takes any web application and turns it into a production-ready iOS or Android native app without requiring you to write a single line of native code. If your app has a public HTTPS URL and runs in a browser, Capwrapper handles the compilation, signing, and packaging — delivering a signed APK, AAB, or IPA you can distribute directly or submit to the Play Store and App Store.

## Who it's for

Capwrapper is built for three groups of builders:

* **Indie developers** who have a working web app and want a native presence on the app stores without the time or cost of a separate mobile build
* **Agencies** shipping client projects who need to deliver native apps alongside web deployments
* **Product teams** running internal tools or SaaS dashboards who want to distribute to mobile users without maintaining a separate codebase

## What it supports

Capwrapper works with any publicly accessible web app, regardless of how it was built. Supported frameworks and platforms include React, Vue, Angular, Webflow, WordPress, Base44, Bolt, Lovable, v0, and Vercel. If it loads in a browser, Capwrapper can wrap it.

## By the numbers

<CardGroup cols={3}>
  <Card title="2,500+ apps shipped" icon="rocket">
    Apps successfully built and deployed through CapWrapPro
  </Card>

  <Card title="99.8% build success rate" icon="check-circle">
    Across all build jobs on the platform
  </Card>

  <Card title="Under 2 minutes" icon="clock">
    Average time from submission to a signed APK or IPA
  </Card>
</CardGroup>

## How it works

The entire process follows three steps:

1. **Connect your URL** — paste your web app's public HTTPS address into the dashboard. No code changes to your app are required.
2. **Configure your app** — set your app name, bundle ID, icon, and choose native capabilities like camera access, GPS, push notifications, and biometrics.
3. **Download or publish** — Capwrapper's cloud pipeline compiles and signs your APK, AAB, and IPA. Download them directly or submit straight to the Play Store or TestFlight.

## Native capabilities included

Every build ships with 40 native bridges at no extra configuration cost. These cover device access (camera, GPS, contacts, calendar), engagement features (push notifications, in-app purchases, AdMob), media and scanning, UI and navigation components, auth and security, data storage, and more. No plugins to install, no code to write.

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="play" href="/quickstart">
    Step-by-step guide from account creation to downloading your first signed APK
  </Card>

  <Card title="Native features" icon="mobile" href="/native-features/overview">
    Browse all 40 native bridges included in every build
  </Card>

  <Card title="CLI tool" icon="terminal" href="/cli/overview">
    Automate builds and CI/CD with the capwrap-cli
  </Card>

  <Card title="REST API" icon="code" href="/api/overview">
    Trigger builds and manage deployments programmatically
  </Card>
</CardGroup>
