ive never understood why the ‘browser app’ isnt leveraged more. they are general purpose, multimedia, secure and mature. we spent decades making the mobile browsers very useful, and then build apps that just encapsulate a website. what an incredibly inefficiency
A shocking number of users would be hard pressed to figure out how to type in a url to a mobile web browser… or even know what that is, and they deserve a nice user interface too. App stores make it easier to find, too.
woooo thank you! it’s a react front end; pretty much all custom with some integrations like youtube player and maps. the back end is a python flask mongo api and I just scrape lots of sources for media. there’s some ai scripting for taxonomies, spam detection, sentiment analysis, etc.
ive never understood why the ‘browser app’ isnt leveraged more. they are general purpose, multimedia, secure and mature. we spent decades making the mobile browsers very useful, and then build apps that just encapsulate a website. what an incredibly inefficiency
Apps can harvest more data. Aside from use cases where high performance is required, that’s about the only reason.
A shocking number of users would be hard pressed to figure out how to type in a url to a mobile web browser… or even know what that is, and they deserve a nice user interface too. App stores make it easier to find, too.
Counter point: Once in a while, people should be expected to reach up a little bit instead of society constantly dumbing itself down.
yea I went ahead and just tailored my own app experience: https://s.marko.tech
Wow this is really cool. Mind if I ask how you built this? It runs so well on anything.
woooo thank you! it’s a react front end; pretty much all custom with some integrations like youtube player and maps. the back end is a python flask mongo api and I just scrape lots of sources for media. there’s some ai scripting for taxonomies, spam detection, sentiment analysis, etc.
How did you get started with webapps? Any good resources?
it’s just building a regular website pretty much with some extra meta tags