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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How would you build an community around an open-source project in 2021?

5 点作者 hagibborim超过 4 年前

2 条评论

fundamental超过 4 年前
Github for hosting the primary repository as that&#x27;s where people will likely already have an account. As much as I don&#x27;t like the closed platform, discord has overtaken IRC, so have a discussion channel there. If things scale to needing a non-realtime channel I&#x27;d wager a forum like solution similar to discourse would work nicely. It should be hosted in a way that at least looks like an independent website (i.e. at minimum buy your own domain name). Last, an announcement ML or other way to alert people to updates is a good-to-have.<p>Once those basics are setup it&#x27;s a matter of attracting users. First and foremost your software needs to solve a problem that people are encountering. Once there&#x27;s a reason to use the project, then there need to be incentives to assist in the development. Tell users clearly how they can help and provide some issues in the style of first-timers-only issues. There&#x27;s going to be a good number of drive by contributions, but if they&#x27;re handled correctly some of them can turn into repeat contributions. In that vein, issues&#x2F;PRs&#x2F;etc need to have prompt responses to keep people interested, they need to point out resources, and otherwise convince the community members they&#x27;re being heard. Overall growing and cultivating a community is a ton of work.<p>For context I&#x27;ve been maintaining a fairly popular open source synthesizer project for over a decade. Feel free to ask more specific questions and I should be able to point out some ideas.
评论 #26119373 未加载
verdverm超过 4 年前
I&#x27;d start by reading People Powered by Jono Bacon, because it&#x27;s complicated and typically unique to each project.<p>Documentation is always important, and what I am working on for my own project exclusively right now.