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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.