PaperPulse is the best way to catch up on recent advancements in AI/ML.
Frame your research habits with PaperPulse -> the "Instagram Reels/Tiktok" for reading research papers.
Swipe through an infinite vertical feed of the latest academic articles, designed for rapid consumption and smooth discovery. Use PaperPulse to instantly read recently published papers, making your catch-up routine fast, seamless, and insightful.
Try out the android build: Download app-release.apk
- Uses Summarises using OpenRouter models to distill dense academic abstracts into short ~65-word summaries and extract relevant keywords on the fly.
- Papers load instantly in a smooth vertical feed. New papers are fetched and processed one-by-one in the background as you scroll.
- Continuously pulls the latest papers from Computer Science (AI/ML) categories on arXiv.
- Papers load instantly from the centralized database. No more waiting for scraping or AI generation on your device.
Summarization happens once per paper on the server, not per user. This drastically reduces API usage and ensures consistent data for everyone.
- Flutter SDK installed and configured
- Android/iOS device or emulator/simulator
git clone https://github.com/yuv44n/paperpulse.git
cd paperpulseflutter pub getUse a centralized backend to fetch and summarize papers efficiently. While the app is pre-configured to use the public PaperPulse database, you can deploy your own instance for full control.
Role: Runs a scheduled job every 30 minutes to fetch new arXiv papers, summarize them using AI, and save them to Supabase.
More info: github.com/yuv44n/PaperPulse-publisher
flutter runContributions are welcome!
If you have ideas for new features, design enhancements, feel free to open an issue or submit a pull request.

