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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Which SaaS boilerplate features should I seek in my project?

2 点作者 gorkemcetin大约 2 年前
We are building an app from scratch and about to choose a framework agnostic SaaS boilerplate. My question is, what should I look for in terms of features? Is there a feature you wouldn't wan to miss if you were to build a SaaS app? Pricing is not a factor here.

2 条评论

czue大约 2 年前
It totally depends on your product and preferred tech stack. But most of the big ones will likely have very common feature sets so there&#x27;s not that much differentiate on.<p>One thing I&#x27;ll mention is configurability. Most boilerplates ship with tons of stuff - some of which you won&#x27;t need. This can lead to having a lot of unused code lying around which can be a maintenance burden long term (or you have to do a bunch of work to safely delete it). A handful will let you build without certain features enabled which makes the starting codebase more tailored to exactly what your project needs.
cuu508大约 2 年前
What are you building? What features will you need?