TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby hagibborimover 4 years ago

2 comments

fundamentalover 4 years ago
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 未加载
verdvermover 4 years ago
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.