I built an open-source tool that finds a GitHub issue based on your developer profile

reddit SideProject · 原文链接 ↗ · 40 分

ding an open-source project is easy. Finding an issue that you can realistically contribute to is much harder. I built DevGlobe Mission to help solve that problem. DevGlobe uses public signals from your GitHub profile—such as programming languages, repositories, and contribution history—to find one contribution-ready GitHub issue aligned with your experience. The goal is not to generate another overwhelming list of “good first issues.” Instead, DevGlobe gives you one focused starting point: A real issue from a public repository A transparent reason why it may match your profil
五维评分
付费意愿20.0需求真实度35.0
个人可落地85.0竞争空间30.0
新鲜度45.0是否过审
AI 分析

痛点:开源新人面对海量 issue 列表无从下手,很难筛出与自身技能栈匹配、真正可上手贡献的那个 issue。

目标用户:想参与开源但不知从何下手的初中级开发者、求职/转行者、需要 OSS 履历的学生与 DevRel 团队。

证据:Finding an issue that you can realistically contribute to is much harder. ... The goal is not to generate another overwhelming list of “good first issues.” Instead, DevGlobe gives you one focused starting point.

变现:原帖为免费开源项目,无任何付费信号。可考虑的路径:面向 DevRel/招聘方的 B2B 推荐位或人才匹配订阅;面向个人的 Pro 订阅(贡献路径追踪、简历自动生成、优先匹配)。建议先做免费流量再验证付费。

MVP:用 GitHub GraphQL API 拉取带 good-first-issue / help-wanted 标签且近期活跃的 issue,结合用户公开 profile(语言、repo、贡献史)用 LLM 做匹配打分,每天只推送 1 条最佳 issue 到邮箱或 VS Code 插件,2 周内可上线。

竞品:goodfirstissue.dev、up-for-grabs.net、GitHub 官方 good first issue 标签页、CodeTriage、firsttimersonly.com、Good First Issue Newsletter

摘要:作者发布开源工具 DevGlobe Mission,用 GitHub 公开 profile 信号(语言、仓库、贡献史)为开发者匹配单个“可上手”的 issue,并附带一个可选的 VS Code 在线状态插件,后端用 Azure Cosmos DB。痛点真实但赛道拥挤(goodfirstissue.dev、up-for-grabs 等已存在),且帖子没有任何付费意愿或收入数据,属于典型的免费开源 side project,变现路径尚不明确。