Convert web to application — real files, no fake APK.
Enter any HTTPS website, customize the app identity, preview on phone/tablet/desktop, then download a complete PWA starter ZIP generated entirely in your browser.
Website to app setup
Generate a real PWA starter kit live. Nothing is uploaded to our servers.
Some sites block embedding — use Open site ↗.
Preview stays in your browser. Sites with X-Frame-Options may refuse embedding.
How this live tool works
Everything runs in your browser. You get real hostable files plus a store-packaging kit — not a fake one-click APK/IPA binary.
- Check URL — validates the address and enables preview + generate.
- Customize — name, colours, display mode, optional icon, Android package + iOS bundle IDs.
- Generate ZIP — PWA core files + Android TWA / asset-links templates + iOS AASA template + step-by-step packaging guide.
- Host the PWA, then use official free tools (Bubblewrap / PWABuilder / Xcode) to produce a signed APK or IPA on your machine.
Android APK / AAB (Play Store path)
- Finish the PWA (HTTPS site + manifest + icons from this ZIP).
- Create a Google Play developer account and an Android signing key (or use Play App Signing).
- Use Bubblewrap (Trusted Web Activity) or PWABuilder with the
android/twa-manifest.jsonfrom the ZIP. - Host
.well-known/assetlinks.json(template in the ZIP) so Android can verify your app owns the domain. - Build a signed AAB (preferred) or APK and upload to Play Console.
iOS IPA (App Store path)
- Apple Developer Program membership is required to distribute outside TestFlight sideloads.
- Use PWABuilder iOS package, or wrap the site with Capacitor / WKWebView in Xcode.
- Host
.well-known/apple-app-site-association(template in the ZIP) for universal links if needed. - Archive and upload the IPA via Xcode / Transporter to App Store Connect.
PWA vs TWA vs native
- PWA — installable from the browser; no store required. Built fully by this tool.
- Android TWA (Bubblewrap) — Chrome Custom Tabs shell → real APK/AAB for Play Store, still your website inside.
- iOS wrapper — WKWebView / Capacitor shell → IPA for App Store.
- Full native — rewrite in Kotlin/Swift; maximum control and cost.
After you download the ZIP
- Unzip on your computer.
- Upload PWA files (
manifest.json,sw.js, icons) to your HTTPS site root. - Upload
.well-known/assetlinks.jsonand.well-known/apple-app-site-associationwhen you are ready for store verification. - Follow
STORE-PACKAGING-GUIDE.txtfor Bubblewrap / PWABuilder / Xcode commands. - Test Install / Add to Home Screen on a phone before paying for store accounts.
FAQ
Why is preview blank? Many sites send X-Frame-Options: DENY or a strict CSP. That is normal. Use Open site ↗ to view the real page.
Can I get an APK / IPA here? This page generates the store kit (TWA manifest, asset links, AASA, packaging guide). Build the signed APK/AAB with Bubblewrap or PWABuilder, and the IPA with PWABuilder or Xcode — using your own developer accounts and signing keys.
Is my website uploaded? No. URL validation and file generation happen only on your device.