{% extends "base.html" %} {% block title %}lit-monitor — Home{% endblock %} {% block content %}

lit-monitor

Track new papers, ranked by semantic similarity to your existing Zotero library. Run discovery on whatever schedule fits.

{% if last_run %} Last run: {{ last_run.run_type | default("run") }} at {{ last_run.started_at }} {% if last_run.status %}— {{ last_run.status }}{% endif %} {% else %} No runs yet. {% endif %}

Setup

Configure Zotero credentials, vault path, topics, and providers.

Discovery

Search, rank, and ingest new papers. Run ad-hoc or on a schedule.

Brain-Build (optional)

Batch-ingest your existing Zotero library to front-load the embedding index. Costs LLM tokens.

Schedule

Automate discovery on a recurring cadence. Weekly is a sensible default.

{% endblock %}