Show HN: I mapped 8.5M research papers into interactive atlas (tomesphere.com)
Two parts:
1. The map: I embedded 8.5M papers (arXiv, PubMed Central, bioRxiv, medRxiv), ran UMAP to lay them out in 2D, and render them with a WebGL scatterplot. Every dot is a paper — click it for an LLM TLDR, key findings, citations, peer reviews (where they exist), and similar work. Zoom in and the clusters are labeled by topic.
2. Rich paper pages + an MCP server: each paper is rebuilt with linked genes/proteins/diseases/drugs (normalized to real IDs via PubTator, not regex), clinical trials, 3D structures, code, and a citation graph. It's all exposed as an MCP server too, so you can point Claude or an agent at 8.5M papers instead of pasting PDFs.
Stack: Next.js, Postgres (Neon), Cloudflare R2 for content, embeddings + UMAP/HDBSCAN for the map, a WebGL renderer. The hard part was the ingestion pipeline — 45+ heterogeneous sources normalized into one schema — and keeping entity links accurate, since papers use names not accession IDs (so curated link tables + PubTator beat regex every time).
Free, no signup to explore. I'd love feedback on the map UX and whether the TLDRs/entity links hold up for papers you know well.
Known limits: Google indexing is still slow so title-search isn't great yet, some older arXiv figures are missing, and peer-review coverage is partial.
29 comments
[ 2.8 ms ] story [ 43.9 ms ] threadNever got any idea on any use case that would be covered by such visualizations, apart from looking cool.
https://www.researchrabbit.ai/
ConnectedPapers also has this but they started to limit unless you pay:
https://www.connectedpapers.com/
A few other ones I know of:
https://litmaps.com
https://consensus.app/home/features/citation-graph/
https://paper-explorer.aziis98.com/ (also on github https://github.com/aziis98/paper-explorer)
This uses OpenAlex as a source of articles and to let you explore the citation graph of papers. This is still a prototype mostly to test out how far I could go with vibecoding something without a js framework. Someday I think I will add more features to it, but now there is already a somewhat working version of import/export so I'm fine with it.
1) Is there a way to filter the visual atlas by the search term? For instance, I searched "ribosome" and it gave me a list, but I couldn't seem to visualize the list
2) I notice there's an MCP tool. I've used https://paperclip.gxl.ai/ in the past to good effect, curious if there are any standout features from tomesphere?
To highlight things in the atlas or map, you might want to go to the filter panel on the left side and scroll down a bit. You will see a search area that helps you search for genes, diseases, and proteins. However it might not highlight any dot for the “ribosome” because filter search for now is only connected to genes, diseases and protein. I noted this, and I will improve it. I may also move that filter search to a different place. Thank you so much.
Tomesphere includes web pages and a browser extension overlays all of this directly on the arXiv, PMC, bioRxiv, Google Scholar, and medRxiv pages you are already reading. I had noticed the Paperclip MCP before, and from what I can see, they have very good data. In some cases, they may even have better data. We also have some additional sources, such as peer review from OpenReview, video links from YouTube and SlidesLive, GitHub links, AlphaFold protein entities, citations, and semantic neighbors.
Thank you for the questions. Will improve the project more.
Thanks for letting me know.
1. I see there is a Chrome extension, but I have not used Chrome since their adblocker blocker announcement. Is a Firefox extension planned?
2. What is the business model? Is this an open beta of a paid product? If this is not a product, will the code be released at some point?
3. It would be helpful to be able to filter papers by institution or author. Is this planned or out of scope?
1. Yes, I am working on it, I will soon release it soon for Firefox and Safari (by this weekend). 2. For now I am just trying to see what people want, may be the business model is more focused on mcp for higher limits for labs, lets see where is goes. 3. The articl/paper search already has author search, I can add the university search soon in both the paper/article and altas/map search.
Thank you for all the questions and suggestions.
https://blog.scottlogic.com/2021/10/15/efficiently-loading-m...