Documentation

Complete guides to turn your web app into a native application

Video Demo
See WebWrap in action
🍎 Apple Developer
See WebWrap in action

Quick start

Turn your web app into an iOS & Android app in minutes!

1

Prepare your web app

You need a web app already online. It can be built with:

  • β€’ Lovable β€” lovable.dev
  • β€’ Bolt β€” bolt.new
  • β€’ V0 β€” v0.dev
  • β€’ Cursor β€” cursor.com
  • β€’ Any website!
TIP

Your app must use HTTPS (e.g., https://my-app.vercel.app)

2

Enter your URL

On the dashboard, click "New app" and enter your site URL. WebWrap automatically analyzes your site to detect the name, icon and colors.

3

Configure and choose your features

Validate or edit the detected info, then enable the native features you need:

  • Push Notifications
  • In-App Purchases
  • Authentication
  • Analytics
  • Offline Mode
  • Deep Links
  • Geolocation
  • QR / Barcode Scanner
  • Biometric Lock
  • Video Picture-in-Picture
NOTE

Push, Auth, Analytics β†’ requires a Google Cloud Service Account (WebWrap can create it automatically). For iOS: also configure your Apple Developer account in Settings β†’ iOS.

4

Start the build

Click "Start build". Depending on the platform selected, you get:

Android

  • .AAB β€” AAB = required format for Google Play Store
  • .APK β€” APK = to install directly on Android phone

iOS

  • .IPA β€” IPA = iOS file automatically uploaded to App Store Connect / TestFlight
5

Test and publish!

Android: download the APK to test, publish the AAB to Play Store. iOS: the IPA is automatically uploaded to App Store Connect β€” submit it for review.

TIP

Android: allow installation from "unknown sources". iOS: the IPA can't be installed directly β€” submit to App Store or use TestFlight.

Your web app is now a real iOS & Android app!