App studio
Turn your website into a real Android Studio project — your logo, your URL, a branded splash screen, working back navigation and an offline retry screen. Download it, open it in Android Studio, and build a signed bundle with your own keystore.
App details
Lowercase, at least two parts, no spaces — this can't be changed once you publish, so pick carefully.
Logo & color
Pick a color that stays readable against your splash background above.
Permissions
Only check what your site actually uses — each one is requested at runtime, the moment your site asks for it, not all at once on launch.
What exactly do I get?
A complete, real Android Studio project (Kotlin) — not a compiled file. It includes your app icon, a branded splash screen, a WebView that loads your site, working back-button navigation, pull-to-refresh, and an offline retry screen. You open it, build it, and sign it yourself, so your signing key never passes through us.
Will Google Play accept this?
Google's Minimum Functionality policy rejects apps that are just a bare browser window. This project includes the splash screen, offline handling, and native navigation that policy looks for — but your website itself should still feel fast and mobile-friendly for the best chance of approval.
What about iOS?
Building an iOS app requires a Mac with Xcode and your own Apple Developer account — that's an Apple requirement, not something any web tool can bypass. An iOS project generator is on our roadmap for exactly that workflow.