hey all, anyone else feel the paradox of choice with tech stacks for side projects? sometimes simpler is better. what’s your go-to stack when you just want to get an idea out fast? would love to swap notes and learn from each other’s shortcuts.
hey all, anyone else feel the paradox of choice with tech stacks for side projects? sometimes simpler is better. what’s your go-to stack when you just want to get an idea out fast? would love to swap notes and learn from each other’s shortcuts.
Nextjs - Supabase - Tailwind + Shadcn
Nextjs because you can start with any rendering style, and there are a ton of useful templates at https://vercel.com/templates.
I use Supabase for my backend and database. If things get complex later on, I can still tap into the same Supabase DB with a custom backend.
And Shadcn gives me a bunch of pre-built components that look good without having to spend hours on design.