{% extends "base.html" %} {% set active_nav = "dashboard" %} {% block title %}Distill Dashboard{% endblock %} {% block content %}
v{{ version }}
{% set has_corpus = topics or total_videos or site_count or paper_count %} {% if not has_corpus %}Start here
Initialize Distill, verify the local setup, then preview a source before you ingest it.
distill initdistill doctordistill papers "your research question" --topic my-topic --limit 5 --previewPreview shows the proposed work and estimated cost without writing corpus artifacts.
| When | Command | Cost | Time |
|---|---|---|---|
| {{ entry.get('timestamp', '')|format_timestamp }} | {{ entry.get('command', 'unknown') }} | ${{ "%.2f"|format(entry.get('actual_cost', 0)|float) }} | {{ "%.1f"|format(entry.get('elapsed_seconds', 0)|float) }}s |
| No runs logged yet | |||