I built arXiv News (https://arxiv-news.com) – a discussion space for research papers.
The problem: I browse arXiv constantly for new papers, but there's nowhere good to discuss them. Twitter is chaotic, Reddit is fragmented, and arXiv itself has no comments.
So I cloned HN's design (using https://github.com/clintonwoo/hackernews-react-graphql) and applied it to arXiv. Upvote papers, comment, sort by hot/new/discussed, filter by category, post ideas/papers you've found. A daily scraper pulls all new papers automatically.
I'd love to hear peoples thoughts. Trying to iterate/improve upon what I currently have so I need feedback.
https://github.com/peterdunson/arxiv-news
Thanks!