NoReadResearch is a small web app that turns a research paper URL into quick, structured explanations, so you don’t have to read the full PDF to understand the main ideas.
🔗 Live app: https://noreadresearch.lovable.app
- Paste a research paper URL (e.g., arXiv or PDF) and the app fetches the text for you.
- Generates:
- A high-level summary and key contributions.
- A math-focused explanation of the core equations.
- A code-oriented view (pseudocode + Python-style skeleton).
- A visual/architecture description.
- Lets you ask Q&A about the paper and stores the answers per paper session.
- React + TypeScript
- Lovable Cloud + Postgres/Supabase-style DB + built-in LLM API
This repo contains the full source and can be self-hosted (e.g., on Vercel + your own Supabase).