I’m wondering what is your go-to stack for building your products.
Here’s mine:
- Next.js (React with SSR, awesome for SEO)
- Typescript (because having type safe definitions is really handy)
- TailwindCSS for styling
- Supabase for the authentication
- Postgres database (hosted on Supabase as well)
- Prisma as my ORM
- GraphQL or REST api depending on the product’s needs
With this stack, I’m able to ship really fast