This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Star History Revived
The classic GitHub star history chart, rebuilt and revived
A drop-in fork and revival of the original star-history tool. It fixes the dead SVG charts across thousands of GitHub READMEs caused by GitHub's API deprecations, delivering instant star tracking without requiring personal access tokens
If you maintain or use open-source projects with star-growth charts in their README.md, you may have noticed that many recently broke or died. This was caused by GitHub. Because they think that people were using the API too much, they removed it. They even broke their own UI because they forgot to update the frontend.
Unfortunately, this is killing the original star-history project. Since I relied on it, I looked for solutions but there were only two:
- Give away a token with complete write access on my repositories to random guys on the internet so that they can generate the chart for me - Build a complex pipeline to regenerate it frequently, handle maintenance and manage the token myself
The second option requires too much effort, so most people will prefer the first. It's a shame that Github didn't think about this and didn't measure the risks it implied. Now, there will be thousands of tokens with write access to the biggest repositories in the world, concentrated on a single third-party server. I'm not saying they can't be trusted, but everyone can and will get hacked eventually, so we shouldn't have to do this in 2026.
However I was lucky to have a third option. I happened to have snapshots of the necessary data for almost all repositories above 200 stars, thanks to another Github-related project. This allowed me to just fork the original project and make it use my own data instead, which I just need to keep updated frequently using public stargazer counts.
This results in a maintained drop-in replacement that does NOT require authentication or tokens. If you already use star-history in your README, you can keep it working exactly the way it was. Just swap the domain to https://star-history.dera.page.
No comment highlights available yet. Please check back later!
About Star History Revived on Product Hunt
“The classic GitHub star history chart, rebuilt and revived”
Star History Revived was submitted on Product Hunt and earned 5 upvotes and 1 comments, placing #98 on the daily leaderboard. A drop-in fork and revival of the original star-history tool. It fixes the dead SVG charts across thousands of GitHub READMEs caused by GitHub's API deprecations, delivering instant star tracking without requiring personal access tokens
Star History Revived was featured in Open Source (68.7k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 41.2k products, making this a competitive space to launch in.
Who hunted Star History Revived?
Star History Revived was hunted by Mubelotix. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Star History Revived stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Hey Product Hunt! 👋
If you maintain or use open-source projects with star-growth charts in their README.md, you may have noticed that many recently broke or died. This was caused by GitHub. Because they think that people were using the API too much, they removed it. They even broke their own UI because they forgot to update the frontend.
Unfortunately, this is killing the original star-history project. Since I relied on it, I looked for solutions but there were only two:
- Give away a token with complete write access on my repositories to random guys on the internet so that they can generate the chart for me
- Build a complex pipeline to regenerate it frequently, handle maintenance and manage the token myself
The second option requires too much effort, so most people will prefer the first. It's a shame that Github didn't think about this and didn't measure the risks it implied. Now, there will be thousands of tokens with write access to the biggest repositories in the world, concentrated on a single third-party server. I'm not saying they can't be trusted, but everyone can and will get hacked eventually, so we shouldn't have to do this in 2026.
However I was lucky to have a third option. I happened to have snapshots of the necessary data for almost all repositories above 200 stars, thanks to another Github-related project. This allowed me to just fork the original project and make it use my own data instead, which I just need to keep updated frequently using public stargazer counts.
This results in a maintained drop-in replacement that does NOT require authentication or tokens. If you already use star-history in your README, you can keep it working exactly the way it was. Just swap the domain to https://star-history.dera.page.
Would love to hear your feedback!