After the recent HN discussion[1] about what's wrong with GitHub's "Watch" feature, I was spurred to finish a pet project I put about 8 hours into a month ago.<p>HubStar[2] is the missing "star" feature for GitHub repositories. The idea is you log into the site using GitHub's OAuth, download a browser extension (currently only Chrome is available), and you can now star repositories directly from their GitHub pages. The links are stored remotely on the HubStar site for later searching.<p>Prior to this I was using the GitMarks Chrome plugin, but my main problem with it was that it only showed me the name of the projects I bookmarked. If I later needed to find one of them, but only remembered what it did and not what it was called, I'd have to open up a ton of old links trying to find it. HubStar fixes this by showing you the description for the repository so you can search on that as well. Further search filters, such as programming language, may be available in the future.<p>There's also a social aspect to the site. You can see the number of other people who have starred a repository, and I have future plans to let people view all of the users who starred a given repository, and all of the repositories starred by a given user.<p>The source for both the site itself and the Chrome plugin is available on GitHub[3]. I hope people find it useful and I'd love to have some contributions from other people.<p>[1] http://news.ycombinator.com/item?id=3640856<p>[2] http://hubstar.herokuapp.com/<p>[3] https://github.com/tsigo/hubstar