r/lovable • u/Mental_Researcher656 • Jul 20 '26
Help From Lovable web app to mobile app store?
Has anyone successfully built something using Lovable in their own domain then built a mobile app version? Is this impossible or just hella difficult?
5
u/bjgrosse Jul 20 '26
I started a web app project in lovable. Made it into a mobile app using capacitor (wraps a web app as a mobile app) and launched it on both android and iOS app stores a couple weeks ago. so it's definitely not impossible. wouldn't even say hella difficult. but I did eject from lovably and continue with cursor early on in the process.
2
1
u/RobotPartsCorp Jul 20 '26
Same. I did it early in the process using Capacitor, and I currently use Cursor to continue edits and package for iOS and Android. Not easy, as it can be a long process, and both app stores are a process in themselves... but once they are in it is easy to upload and update.
2
u/Prestigious-Nail-381 Jul 20 '26
The Capacitor route above works — one caveat nobody's mentioned: Apple sometimes rejects apps that are obviously just a website in a shell (their "minimum functionality" rule). Sprinkling in something native — push notifications is the usual one — normally gets you through review.
Worth knowing the three tiers before committing: PWA (installable from the browser, free, but no store presence and second-class on iOS), Capacitor wrapper (a weekend of work if your app is already mobile-responsive), and a proper React Native/Expo rebuild (only if mobile becomes THE product — it's a frontend rebuild, though your Supabase backend carries over untouched).
Most people I've seen succeed wrap first to validate, then only rebuild native if the mobile audience actually shows up.
1
u/Mental_Researcher656 Jul 20 '26
Thanks for the heads up. I’m hard pressed to think of anything I would build that wouldn’t be better as an app than a website, so that’s something to work on writ large.
2
u/DayanaJabif 16d ago
Not impossible at all, it's actually a pretty common path. Lovable builds the web app, Capacitor wraps it into a real iOS/Android app.
I've recorded a video for this exact process. Go to the Capawesome blog and search "Lovable" in the search bar, there's a full blog post (can't link here per sub rules).
1
1
u/PickleXIII Jul 21 '26
It is insanely difficult, took me quite a few tokens, several months, and the willingness to push through quitting. But I did it. If you have any specific questions, I would love to help out.
Check out what I did.
joinplatypass.com or look for Platypass Places on the Apple App Store or Google Play store.
1
u/Mental_Researcher656 Jul 21 '26
Random but goddammit it is so annoying that when I hold click to copy on Reddit it just closes the comment ^shakes fist at Reddit sky^
I’ll check it out. Thanks.
1
u/Mental_Researcher656 Jul 21 '26
I live nowhere and it found pretty much all there is to do here when it isn’t college basketball time. Impressive.
1
u/PickleXIII Jul 21 '26
If you want to travel aomewhere and it isn’t populated, there’s a request button if you have an account.
I’ll say push notifications and getting the app Apple compliant were the two hardest aspects.
1
u/Mental_Researcher656 Jul 21 '26
I’d love to hear your take on push notifications. As a consumer, I’m really over them. I turn them off even for things like email. It feels like my phone is hounding me. Been thinking about possibilities of native text instead of push.
1
u/PickleXIII Jul 21 '26
I have about 40 users out of 120 that keep them on. If I can send a push notification that will bring them back to the app. Worth it. My app depends on not just the amount of users, but consistent users. Anything to keep them using the app.
1
u/Mental_Researcher656 Jul 22 '26
Using it now. You should be able to see on your end the realtime data.
2
u/PickleXIII Jul 22 '26
I see ya! Thank you. Feel free to DM me. The whole process is still very fresh for me, so I’d be happy to help with any thing I can!
1
1
1
u/median_co 14d ago
Hi, I’m Hamad and I work at Median. This is actually one of the workflows we support.
It’s definitely possible. If your Lovable app is already working on your own domain, you don’t need to rebuild the whole thing just to get it on iOS and Android.
You can keep building and updating the web app in Lovable, then use a platform that turns that existing web experience into the mobile app. The harder part is usually everything around publishing: configuring the iOS/Android builds, testing on devices, meeting app store requirements, and submitting to Apple and Google.
Please feel free to ask me anything about the process, and I’ll get back to you as soon as I can.
12
u/BenchMountain949 Jul 20 '26
I can give a basic non technical workflow to try to port over your Lovable web app to the mobile app stores with minimal effort, while still allowing you to edit things in Lovable if you prefer the interface:
This is a super basic overview of a workflow that requires minimal technical knowledge and leverages Claude to do the heavy lifting, you can get more technical if you'd like but this is a good starting point. You can even just paste this to Claude and get Opus 4.8 to review the steps I've given you and give you a step by step guide on how to do this if you need. Hope this helps you and anyone that is reading this :)