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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to let SaaS customers pay for new features?

3 点作者 bedatadriven大约 3 年前
We have a successful, growing, niche b2b saas product. A few of our larger customers have expressed interest in paying for missing features. These are in general good ideas that we&#x27;d like to build anyway in time, but the relatively small size of our dev team and the complexity of the product means it will take longer than they&#x27;d like.<p>In the early days of the product, we did a lot of billing for specific features and it led to a lot of stress, ux incoherence, and a total shift of focus from our product to project management, which I personally am not very good at.<p>Are there alternatives means of partnering with customers that would give us the resources to develop faster without loosing our focus on the overall product and committment to quality over deadlines?

2 条评论

baash05大约 3 年前
It sort of depends on how much they&#x27;re offering. Hiring contractors to build features might be an option. (As someone who&#x27;s been freelance it&#x27;s rather common practice)<p>An alternative is to spawn a new UX to the app... Be careful here. At one place I worked we spawned a different private version of our app that made it possible for big clients to whitebox. We called the team &quot;commercial&quot;. Different UX, different pricing for users of the different UX. It worked rather well. They paid for the changes to the UX for their &quot;white box&quot;.<p>Where we went wrong. We should have called them markets. That is my one bit of advice. Call the different UX a different market.<p>Then you get something for free. You get to go international. Instead of just &quot;Wallmart&quot; being a market, and &quot;Target&quot; being a market. (with different language, different fonts, and different assets (including emails). You GET UK being a market, and Sydney being a market, and ...<p>If you do it right, you have a pattern for building things for different business, and different geography. Win win.<p>Final cheat code.<p>If you eventually plan on breaking your database into many different DB&#x27;s don&#x27;t go fancy on the user_ids. Just change the sequence to increment the ids by 100, instead of 1, and all users built in region&#x2F;market 0 get n00, while users built in region&#x2F;market 1 get n01, and so on. It&#x27;s not so you know where the user was built, it&#x27;s to guarantee uniqueness of the ID. It&#x27;s a pile easier than changing your whole system to UUID&#x27;s.
评论 #30714601 未加载
stevenminhhh大约 3 年前
I think there is a fine line between iteratively developing your product as a whole and leaning it completely toward your biggest customers. It might not be ideal to turn your product development team into a software solution team that trying to meet every customers&#x27; needs.<p>&gt; These are in general good ideas that we&#x27;d like to build anyway in time.<p>Meaning these features are already somewhere in your product roadmap. How about just share your future development plan and give them access to professional customer support? Anything further than that like shifting development effort to their needs completely just feel wrong in a product point of view. Sell your most valuable features, not your dev team.<p>&gt; Are there alternatives means of partnering with customers that would give us the resources to develop faster without loosing our focus on the overall product and commitment to quality over deadlines?<p>This might be highly unrelated due to different business model, but for my previous startup I stuck in the same boat for a while. Eventually, I made part of my product open-source, build a community of fans that love the product. Afterward, the development support and contribution from the community is enough to keep the product going.