From Bolt.new to Google Play in 24 hours

You just built an amazing app with Bolt.new. It works in the browser, it looks great, and you want the world to try it. But Bolt creates web apps — how do you get it on Google Play?

Good news: it's possible, and it's easier than you think.

The challenge with web apps

Google Play doesn't accept web apps directly. It needs a "native" Android app. But you don't need to rewrite your app. You just need to wrap it.

Wrapping means taking your existing web app and putting it inside a thin native shell. Think of it like putting your web app inside a phone-shaped frame. The user sees a regular app, but inside it's running your web code.

Step 1: Push your code to GitHub

If your Bolt app isn't on GitHub yet, you'll need to put it there. In Bolt, click the GitHub icon and connect your repository. This gives tools like Shippabel access to your code.

Step 2: Wrap it as a mobile app

Your Bolt web app needs to be wrapped as a native Android app. This involves:

  • Adding the mobile configuration your app needs
  • Adding the native shell that loads your web app
  • Setting a unique package name

Shippabel can do this automatically — scan your app, and if it detects a web project, it offers a "Make it Google Play ready" button that wraps everything for you.

Step 3: Add the store requirements

Now you need everything Google Play requires:

  • App icon — 512×512 PNG
  • Short and full description — what your app does
  • Screenshots — at least 2, in device frames
  • Privacy policy — a hosted web page

All of these can be generated with AI in minutes.

Step 4: Build and publish

Shippabel builds your app in the cloud as a signed Android App Bundle (AAB), then submits it to Google Play. Google usually reviews new apps in a few hours to a few days.

Timeline: 24 hours

Hour 0-1Scan, wrap, fix issues
Hour 1-2Generate store listing and screenshots
Hour 2-3Build and submit
Hour 3-24Wait for Google review

Total hands-on time: about 1 hour. The rest is waiting.

Get started for free →