Tech IndustryAug 13, 2023
Metaufnfkg

2023 web app tech stack?

I don’t have too much exp in web app but want to build a MVP web app for a gen AI project. What full-stack web app frameworks would you recommend that has minimal learning curve and can quickly build a MVP web app with a back end and integrate with ML hosting like Replicate, Runpod etc? Additional, it can easily convert into iOS and Android app later?

New
Braveo Aug 13, 2023

React is better for UI considering React Native for mobile app. If you don’t need any mobile native features, create a hybrid app (load the same web ui inside the mobile app webview control - this way you can save development effort) For backend, you can go with Go or node.js. Note: React has learning curve. If you are looking for a fast track implementation, look for svelte UI and NodeJs . Machine learning services, use python. Add a message broker for service to service communication .

Google wsTL17 Aug 13, 2023

NextJS front end, Spring boot back end. Containerize, host on Google Cloud Run for cheap and automated scaling, profit. Simple as.

Epicor privjet Aug 13, 2023

React+flask are easy

Hudson River Trading uiu Aug 14, 2023

Angular + nestjs Both are in typescript and love the combo.