I see all these new y combinator companies/things people post on hacker news that would greatly help with various projects. For example, maybe I would like to use Stripe for my payments or Amazon S3 for storing data. But then there are less known companies like RankScience (randomly googled) that can help with your product. Is there a site that can help you find these more nuanced services?<p>I often read through new y combinator companies and think - oh I could use that, that would be useful. But I'm sure there are plenty of more established services that I just don't know about and wouldn't think to google but are super useful.
I just completed building this:<p><a href="https://awesomelist-fi.nder.site" rel="nofollow">https://awesomelist-fi.nder.site</a><p>Taking jnv/lists[1] as root url, crawling every awesome list on github, and project front pages. Indexing all the text using bleve search library [2]. Serving cold with semantic-ui.<p>The crawler is a single threaded slow crawler, that keeps on crawling, starts at the head again after completing the tree.<p>[1] <a href="https://github.com/jnv/lists" rel="nofollow">https://github.com/jnv/lists</a>
[2] <a href="http://www.blevesearch.com/" rel="nofollow">http://www.blevesearch.com/</a><p>edit: https