Hacker Newsnew | past | comments | ask | show | jobs | submit | bombashell's commentslogin

Interesting perspective, I honestly had not thought about it this way. I work on problems around knowledge transfer but always from the angle of people leaving or transitioning roles where the goal is to preserve knowledge so it does not get lost. Framing it as people effectively training the system that might replace them feels pretty brutal.

It’s literally how information transfer happens between humans and machines forever - how do you think factory automation works? The deming system was literally timing every human task and then replacing them mechanically one at a time

See one, do one, teach one has been standard in bootstrapping behavior learning in advanced mammals since the early 20th century

Why would it not be applied to non human systems that are capable of replicating it


Handling the GitHub API limits and fetching data reliably required a solid setup:

Queue/Jobs: Redis and BullMQ handle the background job system to fetch and sync data without hitting rate limits.

Frontend/Backend: Built with [e.g., Next.js, React, and TailwindCSS].

Database: [e.g., PostgreSQL / Supabase] for storing the generated metadata profiles.

I’d love to hear what you guys think about this angle. Does showing a "verified active dev" trust factor actually help you decide whether to buy a tool from a solo founder?


I’ve been watching the micro-SaaS space, and the biggest unspoken trust killer for solo founders is the fear of "zombie software."

It turns out that ~70% of checkouts get abandoned due to a lack of trust signals. 1 in 5 people will abandon a page simply because it doesn't feel secure. For indie software, "secure" means knowing the founder didn't abandon the project 6 months ago.Users find your tool, they're ready to drop money on a yearly sub, but they have no clue if anyone is actually still home.

GitPulse bridges that gap. It gives founders a way to prove their project is alive and gives users peace of mind before hitting "subscribe".

Privacy note: It only reads metadata. For paid users, it processes commit messages on the fly to classify work (e.g., "Maintenance", "Features"), but it never reads, stores, or caches your actual source code. You can even anonymize private repos to show activity without revealing the project name.


Hi HN, Kevin here founder of GitPulse

What is it?

I built GitPulse, a tool that turns your GitHub activity into clean, embeddable badges and developer/repository profiles to show the real "pulse" of your projects. To avoid subscription fatigue, the pricing is straightforward.

Pricing:

1. Free Tier: For public profiles, showing your last 365 days of activity.

2. Pro ($9 Lifetime Deal): A single payment for automated syncs, private repo support (with optional anonymization), and commit classification. No monthly fees.


Hi HN Kevin from GitPulse here,

I’ve been watching the micro-SaaS and startup acquisition space for a while now, and one thing started to really bug me. There is so much "zombie software" out there. You find a cool tool, you're ready to drop money on a yearly sub, but you have no clue if anyone is actually still home. Is the founder still pushing code, or did they sell it to a holding company that’s just milking the last few customers without fixing a single bug?

I wanted a way to see the "pulse" of a project instantly. Not just a "last updated" date, but a real sense of activity. So I built GitPulse.

It started as a 12-hour weekend project to turn GitHub data into clean, embeddable badges and repository profiles. The idea was simple: give founders a way to prove their project is alive and give users the peace of intuition they need before hitting "subscribe."

Then a founder friend told me: "Hey, I’d love to see my own dev activity as a timeline too." Not just a green contribution square, but a story of which projects I worked on and when. So I added a developer profile feature that maps out your journey. It’s great for showing the "builder behind the product" and, honestly, just fun to look back on.

A quick word on privacy, because I know how sensitive this is: I want to be 100% transparent about data. GitPulse reads metadata, and for Pro users, it also looks at commit messages. Why? To classify the work into categories like "Maintenance", "Features", or "Refinement". This gives a much better summary of what a dev is actually doing.

Crucially: I never, ever touch or read your actual source code. The commit messages are processed on the fly to generate the classification and are not stored, cached, or leaked anywhere. You can also keep your entire profile private or protect specific repositories with a password if you only want to share them with certain people. For private repos, there’s an anonymization feature so you can show the activity without revealing the project name. It’s built to be as "stealth" as you want it to be.

The launch was a bit of a disaster, though.

I didn't expect much, but suddenly 600 people were on the site within hours. I hadn't even thought about GitHub API rate limits or using user-side API keys because I wanted to keep the friction low. The whole thing just collapsed. I had to pull the site into maintenance mode, move everything over to BullHQ and Redis, and actually build a proper job system to handle the fetches without getting banned by GitHub.

It’s back up now, and I’m still figuring out the path forward.

I have a ton of features in mind for the future, but right now I’m looking for a "proof of concept" and, frankly, a bit of revenue to make sure I’m not coding myself into a deficit. The server costs and API heavy-lifting add up quickly.

Right now, there’s a free tier for public profiles (last 365 days). I’m also playing around with a "Snapshot" lifetime deal ($9) for people who just want their private repos shown with a weekly sync, and a Pro version for those who want their profiles/badges to be updated daily and fully automated.

I’d love to hear what you guys think – especially about the "trust factor" of showing dev activity to potential customers. Does it actually help you decide whether to buy a tool?


love the idea!


Thats a good advice thanks


Oh wow this is soooo freakin cool


Why is this such a big thing? Who cares about the face scan?


It'll basically create a unique hash of your face, to be tied to all your comms. I can think of a dozen ways this could be misused by a nation-state.


Oh wow that’s something else…


Take a picture of your debit/credit card back and front for me. I won't use it to buy stuff, but I wouldn't mind a picture of it for safe keeping.


One thing that might help a lot with cross device edits is to auto commit very small changes frequenlty and rebase on pull instead of merge! That keeps the history linear and reduces those ugly conflict states when the same note was edited on two devcies..


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: