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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Productising Frameworks

1 点作者 kierenj将近 2 年前
Over the years as a software consultancy, we&#x27;ve built frameworks, templates, conventions and tools for development that have solved many of the issues and inefficiencies that we had. It made it easy for us to keep consistencies of approach and a rich feature set across projects.<p>For context, they&#x27;re modules&#x2F;packages built on top of .NET Core and React, add some patterns, functions and tools we&#x27;ve found useful, and basically make things more opinionated.<p>Obviously this IP has value to us internally. We have some samples, templates, documentation.<p>I&#x27;m considering seeing if there&#x27;s a way to share this with the wider world. I&#x27;m also wondering if there&#x27;s a way to productise the thing - it&#x27;d be great to be able to pour more engineering time into them to complete the vision, but in terms of day-to-day &quot;bread and butter&quot;, our consultancy projects are what pay the bills and demand more time.<p>Obviously these frameworks are built &#x27;on the shoulders of giants&#x27;, and we benefit a great deal from the open source ecosystem. We have also spent many tens or hundreds of days of research, design and development work. But I would also guess that the majority of developers would only really look to open source frameworks, for a number of important reasons.<p>I was wondering if anyone had words of wisdom, or experiences, about the path of productisation. Some thoughts I&#x27;ve had include:<p>- Open-source, but with a license for commerical use (depending largely on good will) - Provide compiled&#x2F;minimised code, require license keys - Build the frameworks into an online dev environment product, with SaaS pricing approach: web-based&#x2F;remote VS Code experience with nice integrated features for creating FE&#x2F;BE, hosting resources, monitoring, etc - FOSS, but paid support plan(s)<p>My gut feeling is that, in terms of deriving more value from these frameworks (or an income), it&#x27;s going to be difficult and a limited market. That our best bet may be MIT licensing the lot, and feeling warm and fuzzy about doing so for the Greater Good.<p>Just looking for thoughts and opinions!

1 comment

tikkun将近 2 年前
Here&#x27;s one option:<p>Right now you sell services.<p>First, try and sell productized services - take the most standardized problems you solve, where you&#x27;ve built things to solve them easily and can do so with minimal manual work, and package those up into productized services for companies. Try and sell those as an option when you work with companies.<p>If you can sell the productized services successfully, then explore selling them as a standalone product.<p>If you can&#x27;t sell the productized services, it&#x27;s unlikely you&#x27;d be able to sell them as a product, so then in that case give them away with a permissive commercial OK license and make sure that people who use them know that they can hire your firm for official support, at premium rates.