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.
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.
That's cool, you could integrate Hasura as your backend too. Btw, would you mind to share your boilerplate?
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.