A local-first tool for managing literature reviews, tagging papers, and exploring design spaces.
- BibTeX Import: Load your
.bibfile to view and manage papers. - PDF Viewer: Directly view linked PDFs within the interface.
- Tagging System: Tag papers against a customizable taxonomy.
- **Design Space Editor:**Create and modify your own hierarchical design space.
- Recommendations: Get paper recommendations based on your current library.
- Local Data: All data is stored locally in the
data/directory.
- Python 3.8+
- Node.js 16+
cd backend
pip install -r requirements.txt
python server.pyThe server runs on http://localhost:8000.
cd frontend
npm install
npm run devThe UI runs on http://localhost:5173.
- BibTeX: Place your
references.bibindata/. - PDFs: Link PDFs in your BibTeX file using the
filefield (e.g., Zotero format). - Taxonomy: Edit
data/design_space.jsonor use the in-app editor. - Tags: Your coding data is saved to
data/generated/lit_review_tags.json.
