Getting started

Make a WordPress, Shopify or Wix site into an Android app

Sites built on a platform have no folder of HTML to export, so they go the URL route. What that means on each platform, what to switch on first, and how to get a store or a blog past Google Play review.

7 min read Updated September 2026

A WordPress, Shopify, Wix, Webflow or Squarespace site is generated on the platform's servers every time a page is requested. There is no folder of HTML to download, so it cannot be bundled — and it does not need to be. You make it into an app by pointing the app at the site's URL: the app opens your live site full-screen with your own icon, name and colours, and every change you make in the platform's editor is in the app immediately. Build once, then never think about the app when you edit the site.

Before you build: the three checks

WordPress

Use the site's front-end URL, not /wp-admin. A caching plugin helps the app feel fast, since every page is a fresh request. If the site uses a Sign in with Google plugin, that button will not work inside the app (Google blocks embedded WebViews); the normal WordPress login form is fine. WooCommerce checkouts work as they do on the mobile web. A membership site with a login is a strong candidate for Pro's push notifications — people who paid want to be told when something new is posted.

Shopify

Point the app at your storefront domain. The cart and checkout are handled by Shopify's own pages and work unchanged inside the app, including Shop Pay and third-party payment methods. Two things worth doing: give the app a bottom tab bar (Pro) with Home, Collections, Cart and Account, because a store is exactly the kind of site people navigate by section; and set the theme colour to your header colour so the status bar matches. A storefront app with tabs and push notifications is what Google Play expects from a "real" store app.

Wix, Webflow and Squarespace

All three work by URL with no special handling. Wix sites can be heavy on first load — a splash screen (Pro) hides that. Webflow sites often use custom interactions that assume a mouse; test hover-only menus on a phone. Squarespace's built-in commerce and member areas behave like WooCommerce's: normal logins work, Google-button logins do not.

Making it feel like an app, not a bookmark

With nothing else switched on, a URL app is your site with an icon. That is fine for sharing with customers directly. For Google Play, and for anyone who will use it every day, add the things that make it an app:

AddWhy
Theme colour + page loader (free)The status bar matches your brand and pages do not flash white while they load
Pull to refresh (free)Feeds, order lists and blogs get the gesture people already use
Splash screen (Pro)Your logo on launch instead of a blank screen while the first page loads
Bottom tab bar (Pro)Native tabs for your site's main sections — the single biggest "this is an app" signal
Push notifications (Pro)New post, order shipped, sale starts — reaching people who are not on the site

Getting a platform site onto Google Play

Play's minimum functionality policy rejects apps that are "just a website" — a bare WebView with nothing a browser bookmark would not do. The reviewers are checking for native features and value beyond the mobile site. In practice, a splash screen, a tab bar and push notifications clear the bar for a store or a content site; an offline-capable section helps further. Play also requires an App Bundle (AAB) rather than an APK for new apps, which is Pro output, and a developer account. The publishing guide walks through the console.

Questions people ask

Can I convert my WordPress site to an app for free?

Yes. Paste the site's URL into the builder, set a name and icon, and the free tier produces a signed APK you can install and share. Pro is only needed for the Play-Store extras: AAB output, splash, tabs and push.

Do I need to export anything from Shopify or Wix?

No. Platform sites are served from the platform's servers and are used by URL. The app always shows the live site.

Will my store's checkout work inside the app?

Yes. Shopify, WooCommerce and Squarespace checkouts are ordinary web pages and behave as they do on the mobile web, including hosted payment methods.

Will Google Play reject a WordPress or Shopify app?

It rejects bare wrappers. Add a splash screen, a bottom tab bar and push notifications, and the app has native functionality reviewers can see. Upload it as an AAB.

Does the app need updating when I edit the site?

No. Edits in WordPress, Shopify or Wix appear in the app the next time it opens. You rebuild only to change the app's own icon, colours, tabs or permissions.

Read next

Ready to make your website into an app?

Paste a URL, or upload an HTML file or a ZIP, set your icon and name, and download a signed Android app from the free APK creator. No Android Studio, no command line.

Make my app — free