Your arXiv feed, summarized by DeepSeek, served on GitHub Pages
A zero-server daily digest that crawls arXiv papers and auto-summarizes them with an LLM for about 0.2 yuan per day.

What it does
This project is a GitHub-native pipeline: fork it, add your API key and preferences as repository secrets/variables, and a daily GitHub Action crawls arXiv categories of your choice (defaulting to cs.CV, cs.GR, cs.CL, cs.AI), sends the papers through DeepSeek for summarization, and publishes the results to a GitHub Pages site. The whole thing runs without a server and costs roughly the price of a gumball per day.
The interesting bit
The hosting model is the architecture. By piggybacking on GitHub Actions for compute and GitHub Pages for delivery, the project eliminates infrastructure entirely — your “backend” is a YAML workflow file and your “CDN” is a git branch. The “SKILL system” adds pluggable filtering modules, and preferences export as copy-pasteable config snippets for reproducible setups.
Key highlights
- Zero infrastructure: runs on GitHub Actions + Pages, completely free to host
- Configurable categories, LLM model, and language via repository variables
- Personalized highlighting based on keywords and authors, stored locally in browser
- Optional password protection for the generated page
- Preference export for sharing or combining with SKILL modules
Caveats
- The default deployment summarizes in Chinese; English requires manual configuration
- Initial workflow test can take about an hour
- README carries prominent legal cautions about jurisdiction-specific academic data censorship requirements for forks and redistributions
Verdict
Good fit for researchers who want a low-maintenance, personalized arXiv digest without running a server. Skip it if you need real-time alerts, collaborative features, or are uncomfortable configuring API keys in GitHub Secrets.