{% extends "base.html" %} {% block title %}Dashboard - Invincible{% endblock %} {% block content %}

Dashboard

Overview for {{ user_email }}

{% if needs_setup %} {% endif %}
{{ counts.projects }}Projects
{{ counts.sessions }}Sessions
{{ counts.api_keys }}Active API keys
{{ counts.tasks }}Active tasks
{{ counts.memories }}Memories
{{ counts.usage_7d | compactnum }}Tokens (7d) {% if sparkline.points %} {% endif %}

Recent sessions

{% for s in recent_sessions %} {% else %} {% endfor %}
SessionProjectUpdated
{{ s.client_session_id }} {% set pname = project_names.get(s.project_id) %}{% if pname %}{{ pname }}{% else %}#{{ s.project_id }}{% endif %} {{ s.updated_at | timeago }}
No sessions yet. Run your first chat →
{% endblock content %}