Surely no one is writing things like stripe integration and user authentication from scratch. How do you get started with your saas?
I found that no boilerplates really even came close to having what I wanted—a TypeScript monorepo. E.g. sharing code across all my apps / packages, a CI / CD deploying only code that changed, and setting up all the frameworks, tests, linters, formatters, environments, and more. It took a month to build that solid foundation, and it makes coding a joy. Steep initial investment though. In the past, I’ve purchased a few templates like you described, but they didn’t fit my needs. What type of template are you looking for? Which language and framework too?
Thanks for the answer. I was just wondering what tooling was available out there to start a project. I sure do seem to find a lot of boilerplate templates for JavaScript
Yep! It just depends on what you’re looking for. I needed:
Anyway, that’s just scratching the surface. Your project can be as simple or complex as you want it to be. I am working on a large, long-term project and highly value the developer experience—you don’t want poor project setup to make poor project quality and code.
I have my own boilerplate using Flask (python): https://github.com/nuvic/flask_for_startups