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.
@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.
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!
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.