What Is Your Go-To Stack for Building an MVP Fast?
Emin Araki
11 replies
Replies
Abdurrahman Yiğit@apodebana
Mobile: Flutter
Backend: Laravel
Web: Nuxt or Next
But I don't think only these tools will speed up the process. I think boilerplates are the real game changers.
Share
@apodebana That's pretty close to my stack. However, I have now completely abandoned Laravel and usually only build everything in Next - unless it's a larger project with a lot of logic behind it.
But very exciting to see. I agree with your point about boilerplates - using them really saves a lot of time and I really like using them myself for my projects.
Thanks for the insight.
I use Firebase for auth and realtime DB, Next.js on Vercel for frontend+API routes, and Xata or Supabase for extra backend muscle if needed. Allows me to bang out a polished MVP crazy fast.
Absolutely love that stack! Flutter is 🔥 for fast MVPs, Supabase makes backend a breeze, and deploying Django on Fly.io is super smooth. I'm using a similar setup but with FastAPI instead of Django - might have to give your stack a try next time!
My go-to stack is React Native for the app, Firebase for DB/Authentication, and Express.js deployed on Heroku or AWS for the backend when needed. Fast to build with and pretty scalable for an MVP!
@milonathanielthorne I agree with you. Thanks for the insight. Your stack focuses on scalability right from the start. How do you feel about web apps that are bundled using native runtimes like Capacitor instead of using React Native?
My go-to stack is NextJS for the frontend, Supabase for the backend/DB/auth, and Vercel for deployment. Lightning fast to build and deploy with, and scales seamlessly as you grow. Used it for my last 3 MVPs.
I use Supabase for auth/DB too and love how quickly I can get an MVP up with it! For front-end I've been digging Svelte lately - super fast, simple and compiles to vanilla JS. Netlify makes deploying a breeze. It's my go-to stack for cranking out MVPs in record time.
React Native + Supabase + Serverless API routes on Vercel have been my go-to for fast MVPs lately. Super easy to spin up and deploy a full stack app without managing infra or writing backend code. Just focus on the UI/UX and ship! 🚀 Would love to hear what other combos folks are using for rapid prototyping.
Sunrise: Guided Journaling & Mindfulness
App: Flutter
DB/Authentication: Supabase
Backend(when needed): Django, deployed on Fly.io
@nicolepark Very interesting, thanks for the insight, Nicole!