this post was submitted on 29 Oct 2023
1 points (100.0% liked)

Side Project

29 readers
1 users here now

A community for sharing and receiving constructive feedback on side projects.

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] StoplessDev@alien.top 1 points 1 year ago

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.