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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Gitopia: Decentralized GitHub Alternative for Open Source Collaboration

45 点作者 htrap将近 2 年前
Hey HN! We&#x27;re Parth and Faza and we&#x27;d like to introduce you to Gitopia - <a href="https:&#x2F;&#x2F;gitopia.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitopia.com&#x2F;</a>. Our vision with Gitopia is to create a decentralized platform for open-source code collaboration that is both resilient against censorship and promotes free exchange of ideas. To make this vision a reality, we&#x27;ve developed tools that foster community-led governance and incentivize active participation.<p>Our journey into the open-source world started with Google Summer of Code, where we contributed to syslog-ng and GDAL, respectively. It was a transformative experience that truly highlighted the value of open-source development to us.<p>During the pandemic, we participated in an Arweave hackathon hosted on Gitcoin. It was here that our initial project, Dgit - <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20201029162838&#x2F;https:&#x2F;&#x2F;dgit.sh&#x2F;#&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20201029162838&#x2F;https:&#x2F;&#x2F;dgit.sh&#x2F;#...</a>, took form. This sparked the idea of a decentralized code collaboration platform and set us on the path towards what we now call Gitopia - a &#x27;utopia&#x27; for open-source collaboration.<p>One of our guiding principles while developing Gitopia has been to maintain familiarity for users. To achieve this, we designed Gitopia to work directly with the git CLI and incorporated Gitopia&#x27;s git remote helper - <a href="https:&#x2F;&#x2F;docs.gitopia.com&#x2F;git-remote-gitopia" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.gitopia.com&#x2F;git-remote-gitopia</a>, that allows git to understand our custom transport protocol. This integration ensures that you can continue using the git commands you use daily, thereby offering a decentralized experience that doesn&#x27;t disrupt your existing workflow.<p>Making the transition easier, we have also released a GitHub action, gitopia-mirror-action: <a href="https:&#x2F;&#x2F;github.com&#x2F;marketplace&#x2F;actions&#x2F;gitopia-mirror-action">https:&#x2F;&#x2F;github.com&#x2F;marketplace&#x2F;actions&#x2F;gitopia-mirror-action</a>, that mirrors your repositories from GitHub to Gitopia. Each commit is backed up on IPFS, Filecoin, and Arweave, safeguarding your code against censorship and eliminating single points of failure. A basic search feature is also enabled on Gitopia using the graph protocol.<p>We recognize the challenges in the open-source community around lack of incentivization. Developers often find themselves contributing their time and skills for free, leading to potential burnout. To combat this, we have implemented bounties, allowing contributors to earn rewards when their PRs get merged. We encourage you to contribute and get involved with the bounties open in various Gitopia repositories.<p>- gitopia-web: <a href="https:&#x2F;&#x2F;gitopia.com&#x2F;Gitopia&#x2F;gitopia-web&#x2F;issues" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitopia.com&#x2F;Gitopia&#x2F;gitopia-web&#x2F;issues</a><p>- gitopia chain: <a href="https:&#x2F;&#x2F;gitopia.com&#x2F;Gitopia&#x2F;gitopia&#x2F;issues" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitopia.com&#x2F;Gitopia&#x2F;gitopia&#x2F;issues</a><p>- git-remote-gitopia: <a href="https:&#x2F;&#x2F;gitopia.com&#x2F;Gitopia&#x2F;git-remote-gitopia&#x2F;issues" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitopia.com&#x2F;Gitopia&#x2F;git-remote-gitopia&#x2F;issues</a><p>Gitopia introduces a utility token, $LORE, which plays a crucial role in our platform. $LORE not only incentivizes open-source maintainers and contributors but also empowers the community to participate in platform governance via proposals. You can find more details about our token model here - <a href="https:&#x2F;&#x2F;blog.gitopia.com&#x2F;post&#x2F;2023&#x2F;03&#x2F;lore-token-model&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;blog.gitopia.com&#x2F;post&#x2F;2023&#x2F;03&#x2F;lore-token-model&#x2F;</a><p>The journey towards building Gitopia is ongoing, and there are exciting features in our pipeline:<p>- Activity feed<p>- Improve search ranking<p>- CI&#x2F;CD workflows<p>- DAO workflows<p>We&#x27;re also actively working on tackling challenges in platform moderation, reducing maintainer fatigue, improving platform governance, and enhancing discovery on the platform. We invite you to try out Gitopia - <a href="https:&#x2F;&#x2F;gitopia.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitopia.com</a> and share your feedback, ideas or suggestions. Please comment here or reach out to us at hi [at] gitopia.org. We look forward to hearing from you!<p>Helpful links:<p>Documentation: <a href="https:&#x2F;&#x2F;docs.gitopia.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.gitopia.com&#x2F;</a>

7 条评论

lolinder将近 2 年前
First off, I think decentralizing off of GitHub is a worthy endeavor, so kudos for working on it! That said, I do have some questions:<p>First, why blockchain? I know it&#x27;s a bit of a meme around here to be instantly critical of any blockchain project, but I genuinely am not sure what a blockchain provides here over git itself, which is already a distributed version control system.<p>Second, why a new token? Transaction fees and maintainer donations can easily be handled with existing payment providers and (if desired) ETH&#x2F;BTC. What is a new token contributing towards the goal of a decentralized GitHub?
评论 #36512523 未加载
dewey将近 2 年前
I&#x27;m failing to understand which problem this solves. Git is already distributed and the blockchain &#x2F; token part is usually not something that most projects have issues with. See big projects like Linux and Bitcoin which have distributes workflows, proposals, distributed stewardship.
评论 #36512904 未加载
leipert将近 2 年前
&gt; In addition, you may not use any of the Marks as a syllable in a new word or as part of a portmanteau (e.g., &quot;Gitalicious&quot;, &quot;Gitpedia&quot;) used as a mark for a third-party product or service without Conservancy&#x27;s written permission.<p><a href="https:&#x2F;&#x2F;git-scm.com&#x2F;about&#x2F;trademark" rel="nofollow noreferrer">https:&#x2F;&#x2F;git-scm.com&#x2F;about&#x2F;trademark</a><p>Disclaimer: I work for GitLab, but I think that name predates this policy. Just sharing in case you weren&#x27;t aware.
评论 #36512332 未加载
评论 #36512615 未加载
femboy将近 2 年前
Seems like a gimmick.<p>Forgejo if you want something like this without the &quot;Blockchain&quot;.
评论 #36512190 未加载
rajatarya将近 2 年前
1st off - like the design touches on the website. And kudos for getting something off the ground: 0-&gt;1 is hard!<p>Is this just another Gogz&#x2F;Gitea derivative (the Hub repo looked Golang so I am guessing one of these projects)?<p>Is there something decentralized about the Hub part? From my quick 2m glance I couldn&#x27;t see anything.
评论 #36540843 未加载
bartislartfast将近 2 年前
I apologise in advance if this seems inflammatory, I&#x27;m not trying to start an internet argument here, I&#x27;m just being honest about my first impressions of this app.<p>Of all things, the spaceman in a car was what put me off this, as I straight away felt like anyone who would use that as art must be some kind of Elon Musk superfan. And then the buzzwords web3, blockchain and *coin made me turn away completely.<p>I&#x27;ll say one nice thing - I like the live preview of the app on the front page that is interactive and actually works. More web apps should do this
评论 #36534364 未加载
BlueTemplar将近 2 年前
Isn&#x27;t a platform closed and centralized by definition ? (&quot;Protocols, not platforms!&quot;)
评论 #36518798 未加载