Skip to main content
🎨 Framer → Android

Your Framer Site Is Perfect — Now Make It an Android App

A free Framer subdomain is enough — your-site.framer.website works, no custom domain and no paid plan needed first. Paste the URL, get a signed Android APK in about 60 seconds. No coding, no Android Studio.

Written by the Free App Maker team at My Mind Studio · Last verified 26 August 2026

You can turn a Framer site into an Android app without leaving the free Framer plan. Publish in Framer, copy the public URL — a framer.website subdomain is fine — and paste it into Free App Maker, which wraps it in an Android WebView and returns a signed APK in about 60 seconds. Building and previewing are free; downloading the signed APK is a one-time unlock, with the price shown before checkout.

Sources for the free-subdomain and custom-domain facts: Framer Help — How to connect a custom domain and Framer Pricing, both checked 26 Aug 2026.

✓ Free to build, no account ✓ Works on a framer.website URL ✓ Signed APK in ~60 seconds
framer.website My Framer App Get Started APK ✓
APK delivered in ~60 seconds
Same rendering engine as Chrome
Free to build, no account
CMS content live
No coding required

A design-first web builder that publishes to a public URL

Framer is a no-code web builder aimed at designers who care about motion. Its own hosting page describes transitions as powered by Motion, GPU-accelerated to keep every transition smooth across devices, and describes the published output as clean HTML, CSS and assets rather than a proprietary runtime.

The part that matters for an Android app is where your site lives. Framer's help centre states that by default your website is hosted on a Framer subdomain, and offers a free one from framer.website, framer.photos, framer.media or framer.wiki. Framer's pricing page says connecting your own custom domain requires upgrading to a paid plan.

Either address is a public URL, and a public URL is all Free App Maker needs. It does not log into your Framer account, install anything in your project, or export your design — it points an Android WebView at the site you already publish.

~60s
Our avg build time
1 GB
Framer Free bandwidth
API 21
Min Android version

Sources: Framer — Hosting, Framer Help — How to connect a custom domain and Framer Pricing (Free plan: 1 GB bandwidth), all checked 26 Aug 2026. The ~60 second figure is our own average build time, measured on the Free App Maker build pipeline; API level 21 is the minimum our APKs target.

The same site, behind an icon instead of a bookmark

A Framer site lives in a browser tab. An APK puts it behind a launcher icon: your app name, your icon, full screen, no address bar. Nothing about the design changes — the app requests the same pages your site already serves, so what you publish is what people see.

That framing matters because it sets the limits honestly. The app needs an internet connection and a publicly reachable site. If you switch the site to password-protected, or point the app at a staging address, the app has nothing to load — Framer documents password protection and staging on a framer.app domain as separate features on its hosting page.

For an agency, the deliverable changes shape: instead of handing a client a URL, you hand them an installable Android app built from the site you already designed. What it is not is a native rebuild — device-only capabilities such as Bluetooth, NFC and background services are outside what any web page, and therefore any WebView app, can reach.

Source: Framer — Hosting (password protection and staging environments), checked 26 Aug 2026.

Convert Your Framer Site to Android in 3 Steps

No Android Studio. No Gradle. No code. Just your published Framer URL — and your APK is ready in about a minute.

Publish your Framer site

Framer's help centre says to click the Publish button in the top right corner of the editor; your site then gets a Framer domain. Copy that URL — https://your-site.framer.website on a free Framer subdomain, or your own custom domain. It has to be publicly reachable: a password-protected or staging-only site gives the app nothing to load.

Configure your Android app

Head to freeappmaker.org and paste your Framer URL. Enter the app name that will appear under the icon on users' home screens, add your email, and optionally upload one square 1024×1024 PNG icon. From that single file we generate the launcher icons for Android's density buckets — 48, 72, 96, 144 and 192 px for mdpi, hdpi, xhdpi, xxhdpi and xxxhdpi.

Download and distribute your APK

Our build system wraps your Framer site in a WebView APK and signs it, typically in about 60 seconds. Share the download link with clients as a deliverable, or send it to beta testers to sideload. Google Play is a separate route — new Play submissions require an Android App Bundle rather than an APK, and the AAB — with your signing key, the graphics and Google's form answers — comes in our Play Store Pack.

Sources: Framer Help — Publishing your Framer website (step 1), Android Developers — Support different pixel densities (step 2 icon sizes) and Android Developers — About Android App Bundles (step 3), all checked 26 Aug 2026.

Ready to turn your Framer site into an Android app?

Convert Free — Takes 60 Seconds →

Who Converts Framer Sites to Android?

From design agencies to product teams, converting a Framer site to Android unlocks a premium distribution channel with zero additional design work.

Design Agencies

You built a stunning Framer site for a client. Converting it to an Android APK adds a deliverable that differentiates your agency from competitors who only offer web. Present the APK alongside the web launch — it takes 60 seconds to generate and adds genuine value to the engagement.

Product Launch Campaigns

Launch pages built in Framer lean on scroll animation and timed reveals. Wrapping one as an APK gives the campaign a home-screen icon instead of a bookmark, and because the app loads the live URL, every republish during the launch reaches people who already installed it. Push notifications are not part of a WebView wrapper — plan those separately.

Portfolio Sites

Designers, illustrators, and photographers use Framer for portfolios that showcase their work with smooth animations and transitions. An Android APK of your portfolio is an unexpected flex — hand a potential client a link to your portfolio app and stand out from every other designer who just sends a URL.

E-Commerce & Brand Stores

A Framer storefront wired to Shopify or a hosted checkout can be wrapped as an Android app so your product imagery sits behind an icon. Checkout is the part to test yourself: card payments, 3-D Secure steps and hosted gateways all involve redirects, so place one real test order on an Android device before you hand the app to customers.

What Framer Features Work in the Android APK

Framer publishes clean HTML, CSS and assets, and Android's WebView shares Chrome for Android's rendering engine — so the starting assumption is that whatever renders in Chrome on the same phone renders in the app. Here is where that holds and where it needs your own check.

✅ Behaves like your mobile browser

  • CSS and JavaScript animation — scroll effects, entrance transitions, spring motion. Framer describes these as powered by Motion, GPU-accelerated across devices
  • CMS collections — the app loads your live site, so blog, product and case-study pages render as published
  • Framer forms sending to email, a Google Sheet or a custom webhook — no redirect away from the page
  • Framer's image pipeline — WebP and AVIF served at the edge, which a Chromium-based WebView decodes
  • Embedded third-party forms and video players that run as normal web embeds
  • Navigation between pages of your site, and Framer's responsive mobile breakpoints
  • Republishing — an Update in Framer reaches the app without a new build

⚠️ Test on a real device first

  • Payment and OAuth flows — anything that redirects to a bank, Stripe, PayPal or a login provider needs its return journey tested
  • Password-protected sites — Framer's password wall appears inside the app the same way it does in a browser, so the app is only as public as the site
  • Framer's edge rate limiting can serve an automated challenge page; if it triggers, your users see it in the app too
  • Heavy 3D or WebGL hero scenes — check frame rate on a mid-range Android handset, not just a flagship
  • Custom cursors and hover-only states — there is no cursor and no hover on a touch screen
  • Android's back button walks browser history; decide what your first screen should do when history runs out
  • Cookie and consent banners — make sure they are dismissible on a small screen
  • Native-only device APIs — Bluetooth, NFC, background services — are outside what a web page, and so a WebView app, can reach

Test your Framer site with our free WebView Compatibility Checker before building your APK.

Sources: Framer — Hosting (Motion, image optimization, password protection, rate limiting), Framer — Forms (submission destinations) and Chrome for Developers — WebView overview (WebView shares Chrome for Android's rendering engine), all checked 26 Aug 2026.

Free App Maker vs. Your Alternatives

You can turn your website into an APK right from the homepage — paste your Framer site URL and build.

A Framer site reaches Android through a wrapper of some kind. These are the three tools Framer users usually weigh up against us — a hosted app builder, a developer toolchain, and an open-source PWA packager — with prices and requirements read from each vendor's own pages on 26 August 2026.

Approach Free App Maker ✓ Median.co Capacitor (self-build) PWABuilder
Cost to get a distributable Android build Free to build — one-time unlock to download, price shown before checkout Free tier ships with a "Powered by Median.co" watermark in the app; Starter removes it for a $229 one-time licence activation fee, then $179/yr from month 12 Free, MIT-licensed open source — your time is the cost Free, open source
What your Framer site must already have A public URL — a free framer.website subdomain is enough A public URL A public URL or a local build you configure yourself A complete web app manifest, HTTPS, and a public URL
Local toolchain required None — browser only None — Median's own pricing page pitches launching "without Xcode or Android Studio" ✗ Yes — Node.js 22+, Android Studio 2025.2.1+ and the Android SDK for API 24 or greater None — packages from the web
Time to a first Android build~60 seconds (our own measured average)Account setup, then configure in their App StudioAn afternoon of setup before the first buildMinutes, once the manifest passes
Updates when you republish in Framer✓ Loads your live URLAlso loads your live siteDepends how you configure itServes your live PWA
Your branding only✓ Unlocked builds carry no Free App Maker splashWatermark on the free tier; removed on paid✓ Yours✓ Yours
Route to a Google Play listing AAB included in the Play Store Pack Positioned for store publishing on their paid tiers You produce the AAB yourself Generates a Play package
Google Play developer account Required in every case: Google Play's help pages list a US$25 one-time registration fee, and Google's developer documentation states that from August 2021 new apps must publish with the Android App Bundle.

Competitor pricing and requirements checked 26 August 2026 against each vendor's own pages: Median.co Pricing (Free $0 with in-app watermark; Starter $229 one-time licence activation fee, then $179/yr from month 12; Essential $590 / $399 per year; Plus $990 / $669 per year — all as of August 2026, read in a desktop browser because median.co blocks scripted fetches), Capacitor — Environment Setup, and PWABuilder Docs — Quick Start. Google Play requirements from Google Play Help — Open a developer account and Android Developers — About Android App Bundles. Vendor pricing changes; check each site for the current figure before you rely on it.

6 Reasons Framer Designers Choose Free App Maker

Design-focused advantages that make this the fastest path from Framer site to Android app.

Motion that renders like Chrome does

Framer's signature is motion design. Google documents Android System WebView as based on the Chromium open source project, sharing the same rendering engine as Chrome for Android, so rendering should be consistent between the two. Your scroll effects and spring transitions get the same engine in the app that they get in the browser on that phone.

Publish in Framer, update everywhere

Framer's help centre describes publishing as the Publish button in the top right corner of the Framer editor, after which your site automatically generates a framer.app domain. Because the APK loads your live URL, a republish reaches installed apps the next time they load that page — no new APK, no store resubmission.

A signed APK you can hand over

Build a signed APK from your Framer site URL in about a minute and include it as a deliverable in a client project. Share the download link in Slack, in email, or in your handoff document; the client sideloads it on an Android device that permits installs from outside the Play Store.

CMS content stays your site's content

The app requests your live pages, so CMS collections — blog posts, product listings, case studies — render in the app as they render on the web, and an edit shows up the next time that page loads. CMS capacity stays a Framer plan question: Framer's pricing FAQ says the Free plan includes access to 10 CMS collections, 1,000 pages and 5 MB file uploads.

Unlocked builds carry your brand only

An unlocked APK ships with your app name, your icon and your Framer design — the small Free App Maker splash screen is removed by the same one-time unlock that lets you download the signed APK, and the price for that unlock is shown before checkout. For agency handoffs, the file you give the client reads as your studio's work.

Old handsets, current web engine

Our APKs run on Android 5.0 (API level 21) and above. Google documents that on Android 7, 8 and 9 WebView is built into Chrome, while from Android 10 the two ship as separate apps — and that WebView auto-updates on mobile devices, independently of the Android version. An older phone can still render a current Framer site.

Sources for the cards above: Chrome for Developers — WebView overview, Framer Help — Publishing your Framer website and Framer Pricing, all checked 26 Aug 2026. The ~60 second build time is our own measured average on the Free App Maker pipeline.

Frequently Asked Questions

Everything designers and agencies need to know about converting a Framer site to an Android APK. Framer facts below were read on Framer's own pages on 26 August 2026.

Does it work with a free framer.website site, or do I need a custom domain?
A free Framer subdomain is enough. Framer's own help centre says that by default your website is hosted on a Framer subdomain, and that you can add a free Framer subdomain by picking framer.website, framer.photos, framer.media or framer.wiki. Framer's pricing page states that to connect a custom domain you'll need to upgrade to a paid plan. Free App Maker only needs the public URL, so a site on the free plan converts the same way a custom-domain site does.

Sources: Framer Help — How to connect a custom domain and Framer Pricing, both checked 26 Aug 2026. Plan rules change — check Framer's current pages before relying on them.

Do Framer animations and interactions survive inside the Android app?
In most cases yes, for the same reason they work in Chrome on the same phone. Google's WebView documentation states that the WebView component is based on the Chromium open source project and shares the same rendering engine as Chrome for Android, so rendering should be consistent between the WebView and Chrome. Framer's hosting page describes its transitions as powered by Motion, GPU-accelerated across devices. Scroll effects, page transitions and spring animations should therefore look the same in the app as in the mobile browser. Heavy 3D or WebGL hero scenes are the ones to test on a mid-range device.

Sources: Chrome for Developers — WebView overview and Framer — Hosting, both checked 26 Aug 2026.

Does Framer CMS content show up in the Android app?
Yes, because the app loads your live site rather than a copy of it — whatever your CMS collections render on the web is what the app shows, and a CMS edit appears the next time the app loads that page. CMS capacity is a Framer plan limit, not ours: Framer's pricing FAQ says projects on the Free plan include access to 10 CMS collections, 1,000 pages, 5 MB file uploads, and one free locale to try.

Source: Framer Pricing, checked 26 Aug 2026.

Will an Android app eat into my Framer bandwidth allowance?
It can, and this is worth planning for. Framer's pricing page lists 1 GB of bandwidth on the Free plan, 50 GB on Basic and 100 GB on Pro. Your app requests the same pages, images and fonts your website serves, so app traffic draws on the same allowance. Framer's pricing FAQ says that for limits like bandwidth it will let you exceed the limit for one month and notify you by email. If you expect the app to be opened daily, check the plan before you distribute the APK widely.

Source: Framer Pricing (Free 1 GB, Basic 50 GB, Pro 100 GB bandwidth), checked 26 Aug 2026.

Does the Android app update when I republish in Framer?
Yes. The APK loads your live Framer URL at runtime instead of bundling a copy of your site. Framer's help centre describes publishing as clicking the Publish button in the top right corner of the Framer editor, after which your site automatically generates a framer.app domain. Once your republished changes are live, the app shows them the next time it loads that page — no rebuild, no new APK, no store resubmission.

Source: Framer Help — Publishing your Framer website, checked 26 Aug 2026.

Do Framer forms work inside the Android WebView?
Usually, yes. Framer's forms page says you can send submissions to your email, a Google Sheet, or a custom webhook — none of which require the visitor to leave the page, so a submission made inside the app behaves like one made in a mobile browser. Framer also runs spam filtering and edge rate limiting that can show an automated challenge page. Submit your actual form once on a real Android device before you share the app.

Sources: Framer — Forms and Framer — Hosting, both checked 26 Aug 2026.

What about password-protected or staging Framer sites?
The app needs a publicly reachable URL. Framer's hosting page describes password protection as securing your site and controlling who gets access, and describes staging environments as a way to test changes on a framer.app domain before pushing live. A password wall appears inside the app the same way it does in a browser, and a staging URL is not the address you want your users pinned to — point the app at the production URL.

Source: Framer — Hosting, checked 26 Aug 2026.

Can I put a Framer site on Google Play?
The APK you receive is built for direct installation and testing — install it on any Android device, or share the download link. Google Play is a separate path. Google's developer documentation states that from August 2021, new apps are required to publish with the Android App Bundle on Google Play, and Google Play's own help pages list a US$25 one-time registration fee for a developer account. If a Play listing is your goal, the files you need to publish your app on Google Play comes in one payment — the AAB, your signing key, a hosted privacy policy, the graphics and the form answers.

Sources: Android Developers — About Android App Bundles and Google Play Help — Open a developer account, both checked 26 Aug 2026.

What Android versions does the APK support, and how does the web engine stay current?
Our APKs run on Android 5.0 (API level 21) and above. The web engine inside the app is Android System WebView, which Google documents as based on the Chromium open source project, sharing the same rendering engine as Chrome for Android. Google also documents that on Android 7, 8 and 9 WebView is built into Chrome, while from Android 10 WebView and Chrome appear as two separate apps — and that WebView auto-updates on mobile devices, separately from the Android version itself. That is why a current Framer site renders on an older handset.

Source: Chrome for Developers — WebView overview, checked 26 Aug 2026. Android 5.0 (API 21) is the minimum our own APKs support.

What icon do I need to upload, and what sizes get generated?
One square 1024x1024 PNG. From it, Free App Maker generates the launcher icons for Android's main density buckets. Android's own guidance treats mdpi as the 1x baseline, with hdpi at 1.5x, xhdpi at 2x, xxhdpi at 3x and xxxhdpi at 4x — so a 48 dp launcher icon is produced at 48, 72, 96, 144 and 192 pixels. Framer's own site icons are not reused, because the app icon is a separate asset from anything on your web page.

Source: Android Developers — Support different pixel densities, checked 26 Aug 2026.

Is this completely free?
Building and previewing are free, and no account is needed — no credit card, no subscription. Paste your Framer URL, enter your email, and your app is built free. Downloading the signed APK is covered by a one-time unlock — priced by country and always shown before checkout — which also removes the small Free App Maker splash screen from every app you build.

Your Framer Site Is Ready for Android

About 60 seconds. Free to build, no account. A free framer.website URL is enough.

Convert My Framer Site — Free to Start →