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).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
SimRepo Engine v2
Overhauled recommendation model for project discovery
SimRepo is a browser extension displaying similar GitHub repositories in the sidebar. This new major version introduces a completely rebuilt recommendation engine to discover relevant open-source tools on GitHub. Smarter embeddings, reduced popularity bias, and better handling of niche repositories.
When I first built SimRepo, the goal was simple: bring contextual project discovery directly into the GitHub sidebar via star-graph vector embeddings instead of superficial keyword matching.
While v1 worked well, it had two big flaws:
It grouped tools using the same framework rather than those solving the same problem.
Smaller projects had lower-quality recommendations.
Today, I'm rolling out the v2 recommendation engine, featuring a weighted co-occurrence matrix from carefully collected interactions on GitHub, now supporting more than 900k repositories, up from 450k on previous version. Instead of just telling you the results are better, you can test it yourself side-by-side against v1:
Run your go-to repos through the side-by-side demo and let me know how the recommendations look to you. Feedback on edge cases and model output is very welcome!
About SimRepo Engine v2 on Product Hunt
“Overhauled recommendation model for project discovery”
SimRepo Engine v2 was submitted on Product Hunt and earned 2 upvotes and 1 comments, placing #129 on the daily leaderboard. SimRepo is a browser extension displaying similar GitHub repositories in the sidebar. This new major version introduces a completely rebuilt recommendation engine to discover relevant open-source tools on GitHub. Smarter embeddings, reduced popularity bias, and better handling of niche repositories.
On the analytics side, SimRepo Engine v2 competes within Browser Extensions, Open Source and GitHub — topics that collectively have 115.6k followers on Product Hunt. The dashboard above tracks how SimRepo Engine v2 performed against the three products that launched closest to it on the same day.
Who hunted SimRepo Engine v2?
SimRepo Engine v2 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.
For a complete overview of SimRepo Engine v2 including community comment highlights and product details, visit the product overview.
Hey Product Hunt! 👋
When I first built SimRepo, the goal was simple: bring contextual project discovery directly into the GitHub sidebar via star-graph vector embeddings instead of superficial keyword matching.
While v1 worked well, it had two big flaws:
It grouped tools using the same framework rather than those solving the same problem.
Smaller projects had lower-quality recommendations.
Today, I'm rolling out the v2 recommendation engine, featuring a weighted co-occurrence matrix from carefully collected interactions on GitHub, now supporting more than 900k repositories, up from 450k on previous version. Instead of just telling you the results are better, you can test it yourself side-by-side against v1:
🔗 Try the live comparison demo!
What SimRepo (still) does:
Directly in GitHub: Embeds a native "Similar Repositories" section into repo sidebars across Chromium browsers and Firefox.
Star-Graph Powered: Maps developer interaction patterns to connect projects that genuinely serve the same ecosystem and workflow.
Open-source and licensed under GPL v3 ⭐
Run your go-to repos through the side-by-side demo and let me know how the recommendations look to you. Feedback on edge cases and model output is very welcome!