taesiri/arXiv
20
ArXiv Daily Papers Viewer
A static web interface for the latest arXiv announce day — every paper AI-tagged and ranked by signal score, powered by ArXivSignals.
Features
- Latest announce day only, ranked by signal score (0-100)
- Search titles, summaries and authors
- Filter by tags (AI topics) and arXiv categories
- One-liner takeaway + abstract snippet per paper, with links to arXiv and the full ArXivSignals paper page (deep summaries where available)
- Responsive design, dark mode, pagination, JSON export
Data Source
One fetch of https://arxivsignals.io/daily.json — a public, CORS-enabled, edge-cached JSON feed of the newest announce day (~500 papers, updated as the ArXivSignals pipeline publishes each evening). Thumbnails are served from https://arxivsignals.io/assets/….
Files
index.html- Main pageapp.js- Application logic (vanilla JavaScript)styles.css- Stylingdebug.html- Feed connectivity testplaceholder.svg- Default thumbnail image
How it works
A pure static JavaScript application with no server-side dependencies:
- Fetches the daily feed JSON once on load (press
Ror the reload button to refresh) - All search/filter/pagination runs client-side in the browser
- No build process or server runtime required
Troubleshooting
If papers aren't loading:
- Check the browser console for errors
- Visit
/debug.htmlto test the feed fetch - Ensure your network allows access to arxivsignals.io
