TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is it ever worth it to pay for SaaS boilerplates?

2 点作者 ChilledTonic7 个月前
It seems most frameworks have a small ecosystem of developers dedicated to building premium (as in charge a fee for use) boilerplate applications, where things like Auth and Payments are already implemented.<p>For reference, here is one for Nuxt3 (I&#x27;m completely unaffiliated):<p>https:&#x2F;&#x2F;supersaas.dev&#x2F;<p>I&#x27;ve had many projects in the past be bogged down by implementing routine things again and again, so the idea of paying for one is appealing, but I was curious if anyone in Hacker News has successfully built a product from such a starter project?<p>It equally seems like it could be entrapping to work with someone else&#x27;s code for something so important in a project.

2 条评论

czue7 个月前
I just got this message from a customer of my boilerplate yesterday (slightly edited to remove revealing details). So... yes?<p>&gt; We&#x27;re well into the six figures of ARR, closing out a raise at a multi-million dollar valuation. I 100% believe my product never would&#x27;ve gotten off the ground without you. You have done all of the intimidating, monotonous, but also hard-to-reason-about structural pieces of the project. I know it might seem silly to think of it like this, but your boilerplate has really helped change the trajectory of my life.
codingdave7 个月前
I&#x27;ve never wanted to. It would take me a day or so to throw one together with my own choices for libraries and integrations, so I recommend people do that and then just save it as your own personal boilerplate. If you also can do it in a day, it is worth having it. And if you need to learn more before being able to do it, going through that learning experience will teach you how the whole stack works... which is also worth the trouble.