Show HN:七年代码生涯,GitHub 上却一无所有——所以我做了这个
1 分•作者: pallavjha26•4 个月前
过去 7 年,我一直在做开源、全职工作和自由职业的混合工作。我的公开 GitHub 资料看起来几乎是空的。
<p><pre><code> 我所有的真正工作都在公司账户、客户组织或单独的工作邮箱下的私有仓库中。在不违反保密协议或共享专有代码的情况下,我无法向任何人展示这些成果。
所以我构建了统一贡献门户 (UCP)。
您通过个人访问令牌(只读,仅限贡献元数据)连接您的 GitHub 账户。UCP 提取日期和计数——没有仓库名称,没有提交消息,没有代码——并将所有内容合并到一个 52 周的热力图中。
令牌使用一次后即被丢弃。不存储任何内容。
在线:https://unifiedcontributions.vercel.app/
它是免费的。我今天在 Product Hunt 上发布了它,目前还没有用户。我正在努力弄清楚这是否是其他开发人员遇到的真正问题,或者只是我遇到的问题。
对 HN 的诚实提问:
1. 您是否遇到同样的问题——您的公开资料中看不到的工作?
2. 您会使用它吗?缺少什么?
3. 这种方法有什么明显的问题吗?
很乐意回答关于其技术工作原理的任何问题
</code></pre>
查看原文
I've spent the last 7 years doing a mix of open source, a full-time job,
and freelance work. My public GitHub profile looks almost empty.<p><pre><code> All my real work is in private repos under company accounts, client
organizations, or separate work emails. I had no way to show that output
to anyone without violating NDAs or sharing proprietary code.
So I built Unified Contribution Portal (UCP).
You connect your GitHub accounts via personal access tokens (read-only,
contribution metadata only). UCP fetches dates and counts — no repo names,
no commit messages, no code — and merges everything into a single 52-week
heatmap.
The token is used once and discarded. Nothing is stored.
Live: https://unifiedcontributions.vercel.app/
It's free. I launched on Product Hunt today and have zero users. I'm
trying to figure out if this is a real problem other developers have or
just a problem I had.
Honest questions for HN:
1. Do you have the same problem — work that's invisible on your public profile?
2. Would you use this? What's missing?
3. Is there something obviously broken with the approach?
Happy to answer anything about how it works technically</code></pre>