4
2 Comments

What do you need when you start a project?

Hello fellow developers!

Every time I start a project I reinvent the wheel with my stack and last month I decided to create my own boilerplate with Next.js/Supabase/Tailwind.

The idea was to integrate all the features I need all the time.

  • Auth system
  • Database
  • Stripe integration (subscription system)
  • Mailing system
  • Several pages already setup (landing page/contact/pricing and a few others)

My question is, what do you need when YOU start a project? I want to be sure to cover as many features as possible for those starting SaaS projects.

on July 1, 2021
  1. 1

    That's cool, you could integrate Hasura as your backend too. Btw, would you mind to share your boilerplate?

    1. 1

      Sure! It's https://www.supanextail.dev

      Right now I'm using Next.js API Routes for the backend but it's a good idea to think about other alternatives.
      I know this boilerplate will not be for everyone, if it works I already have the idea to make several versions with different stacks.