AI-powered citation search & paper review for Overleaf
Find relevant papers to cite and get feedback on your writing, without leaving the editor.
- Open any project on overleaf.com
- Click the green OpenLeaf button in the bottom-right corner
- Citations tab — click "Find Citations" to discover papers paragraph by paragraph, scored 0-100 with LLM reasoning
- Review tab — get AI feedback on your paper in Friendly (constructive) or Fire (Reviewer #2) mode
- Click + Add to append BibTeX entries to your
.bibfile automatically
- Download
openleaf-extension-v0.1.0.zipfrom Releases - Unzip it
- Go to
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked
- Select the unzipped folder
git clone https://github.com/demfier/openleaf.git
cd openleaf
npm install
npm run buildThen load in Chrome:
- Go to
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
openleaffolder
Click the extension icon → Options (or right-click → Options) to configure:
Works with any OpenAI-compatible API:
| Backend | Base URL | API Key? |
|---|---|---|
| Ollama (default) | http://localhost:11434/v1 |
No |
| vLLM | http://your-server:8000/v1 |
Optional |
| OpenAI | https://api.openai.com/v1 |
Yes |
| OpenRouter | https://openrouter.ai/api/v1 |
Yes |
| Together | https://api.together.xyz/v1 |
Yes |
| Groq | https://api.groq.com/openai/v1 |
Yes |
- Semantic Scholar — works without key (rate-limited)
- Serper (Google Scholar) — optional, skipped if no key
- OpenAlex — no key needed, email improves rate limits
npm run dev # build with watch modeAfter changing code, go to chrome://extensions and click the reload button on the extension.
See PRIVACY.md. TL;DR: No data collection, no analytics, no accounts. Everything stays in your browser.
MIT






