andronicvaleriu72
Newbie
- Nov 22, 2021
- 23
- 28
Hi, I want to make an app, but I want it to be a website and aslo a mobile app, how to do it, and can anyine help? Thanks!
Get users first before you over think itHi, I want to make an app, but I want it to be a website and aslo a mobile app, how to do it, and can anyine help? Thanks!
the wrapper thing works but honestly it depends how complex your app is. if its mostly content/forms then just build a responsive site and wrap it, capacitor or something similar does the job and you get one codebase for android/ios. thats the cheapest route.
if you want it to actually feel native and use camera, push notifications, offline stuff etc then flutter or react native is the better call. react native is nice cause you can share alot of logic with a web version if you set it up right.
also look into PWAs before you commit to anything. you can make a website installable to the home screen, works offline, sends notifications... for alot of simple app ideas thats literally enough and you skip the app stores entirely. saves you the apple dev fee and the review headaches.
what does the app actually do tho? thats gonna decide this more than anything. a wrapper is fine for a directory or a shop, not so fine for a game or something heavy.