Hi,
I would like to know what your tech stacks of choices are when development speed is the main factor. Just curious and maybe I can discover and learn one or two things.
Thanks
Just wrote up a article about this very topic.
https://www.indiehackers.com/post/7-opinionated-tools-i-always-use-to-build-my-saas-and-how-i-go-to-market-faster-c0e93ae84b
If you are familiar with React, this is a great combination:
P.s. - the reason I prefer Supabase over Firebase is because it is open-sourced and it uses a PostgreSQL database instead of a document DB.
My speed stack is Vite + Vue 3 + Supabase + Netlify.
If you like React and want something more established than Supabase, I would go for Next + Firebase + Vercel
I like to use React (Material ui or styled-components) for front-end, and ExpressJS/Mongo for back, I like Mongo coz it you don't need to run migrations, just create a model, and you are ready to go
This comment was deleted 4 years ago
This comment was deleted 5 years ago