HOW TO

How to publish your website on the Google Play Store

2026-06-12· 9 min readUpdated 2026-07-20
How to publish a website on Google Play Store
You have a website — a SaaS, a store, a content platform, a portfolio — and you want it on the Google Play Store so people can install it like any app. The good news: you don't need Android Studio, a developer, or a single line of native code. This guide walks the whole path, from URL to a published app, including what Google actually requires and the rejections that trip people up.

What you actually need

Three things, none of them native code:

  • A public HTTPS URL — your live website or web app. That's the source.
  • A signed Android App Bundle (.aab) — the file Google Play accepts. A hosted builder creates it for you.
  • A Google Play Console account — a one-time 25$ developer registration.

Does your site qualify?

Google Play wants apps with real functionality. A multi-page site, a SaaS dashboard, a store, a course or a community all qualify easily. A single static landing page with no interaction can be rejected under policy 4.3 (minimum functionality). If your site has a manifest and a service worker, it can ship as a lightweight Trusted Web Activity; if it doesn't, a Capacitor build wraps it as a full native shell instead — so a missing service worker never blocks you. Not sure? Run a free PWA check first.

Step by step

  1. 1. Check your site is store-ready

    Make sure it's served over HTTPS and paste it into a free PWA checker to see your manifest, icons and score. This takes ten seconds and tells you which build type fits.

  2. 2. Build a signed .aab

    Paste your URL into SaasToStore, set your app name and icon, and let it generate a signed Android App Bundle with a keystore. The keystore is kept encrypted — you'll reuse it for every future update, so never let a tool hand you one you can't recover.

  3. 3. Create a Google Play Console account

    Register as a developer and pay the one-time 25$ fee. This is Google's charge, not the builder's, and it covers unlimited apps for the life of the account.

  4. 4. Upload, fill the listing, submit

    Drag the .aab into Play Console, add your title, description, icon and screenshots (these can be AI-generated), set your content rating and privacy policy, and submit. First review usually clears in 24–72 hours.

The real cost

For a free app, Google's one-time 25$ is the only mandatory store cost. The other variable is how you produce the signed bundle: by hand it's free tooling but a weekend of Android SDK, Java and keystore setup; with a hosted builder it's a free first build and paid plans from 9€ one-time. There are no monthly platform fees in the no-code route — you pay once and own your artifacts.

The rejections to avoid

  • Minimum functionality (4.3) — don't submit a one-screen brochure. Make sure the app does something useful.
  • Broken or external links opening a browser — keep navigation inside the app shell.
  • Missing privacy policy — required if you collect any data; add a public URL.
  • Wrong package name on an update — reuse the same keystore and package ID forever.

Our full rejection-avoidance checklist covers each one.

And beyond Google Play

The same URL can also reach the Amazon Appstore, the Samsung Galaxy Store, the Microsoft Store, and desktop as a Windows, macOS or Linux app — so one build can put your website everywhere people install software. If you build with a no-code tool, see the tool-specific guides for Lovable, Bubble and Webflow.

Frequently asked questions

Can I put any website on the Google Play Store?+

Almost any site served over HTTPS can be packaged into an Android app. Google Play does require the app to feel like an app (its own icon, full screen, real functionality), which a wrapper provides. A plain brochure page with one screen can be rejected under the minimum-functionality policy — but most real sites, SaaS apps and content platforms qualify.

Do I need a developer or coding skills?+

No. With a hosted service like SaasToStore you paste your URL and receive a signed Android App Bundle. The only account you need is a Google Play Console developer account to upload it.

How much does it cost to publish a website on Google Play?+

Google charges a one-time 25$ developer registration fee. Building the signed app is free to try, with paid plans from 9€ one-time if you want your own branding. So a published app can cost as little as 25$ plus a one-time build.

How long does the whole process take?+

The build itself takes about 5 minutes. The main wait is Google Play's first review, which usually clears within 24 to 72 hours.

Will my website still update after it's an app?+

Yes. The app loads your live site, so any content you publish on the web appears in the app instantly. You only rebuild for a new icon, name or native capability.

How do I submit my website to Google Play?+

You need a signed Android App Bundle (.aab) and a Google Play Console developer account. Build the .aab with a tool like SaasToStore (paste your URL, set name and icon, receive the signed file), then upload it in Play Console under Production → Create new release. First review usually clears in 24–72 hours.

How do I upload my website to the Play Store?+

Play Store does not accept raw websites — it requires an Android App Bundle (.aab). A hosted builder converts your website URL into a signed .aab in about 5 minutes. You then upload that file in Google Play Console. The app loads your live website at runtime, so your site content is always current.

Can I publish my SaaS on the Google Play Store?+

Yes, and it often performs better than a pure consumer app. SaaS products qualify easily under Google Play's minimum functionality policy (they have real workflows, auth, and data). The app acts as a mobile-optimised entry point to your SaaS — same business logic, same backend, same subscriptions. No rewrite needed.

How do I get my website on Google Play for free?+

You can do it at zero build cost using open-source tools (Bubblewrap for TWA or the Capacitor CLI). The only mandatory fee is Google's one-time 25$ developer registration. The trade-off: manual setup takes a full day and requires Android SDK, Java, and keystore management. Hosted builders automate this for a small one-time fee.

Can I publish my website on the Apple App Store too?+

You can, but the requirements are stricter. Apple's section 4.2 rejects apps that are 'just websites bundled in a wrapper' — your site must add real value beyond Safari. A SaaS or content platform qualifies; a static page does not. iOS support requires an Apple Developer Program membership (99$/year) and a macOS build environment. SaasToStore's iOS pipeline is on the roadmap (Sprint 6).

Ready to publish your app?

Paste your URL. We build the signed Android App Bundle. You upload to the Play Store.

Publish now

Keep reading