{% 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 --cost-mode no-metered initdistill --cost-mode no-metered doctordistill --cost-mode no-metered papers "topic" -n 5 --previewThese commands refuse API-billed routes. Use distill --cost-mode paid-ok init only when you intend live cloud-key validation.
| 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 | |||