{% extends "base.html" %} {% block title %}Dashboard - MemoryBot{% endblock %} {% block body %}
{% include "partials/sidebar.html" %}

Welcome back, {{ user.name }}

Here's an overview of your memory companions

Important: MemoryBot uses AI to simulate conversations. The AI is NOT the actual person being remembered. Responses are generated based on uploaded memories and context.

Profiles

{{ profiles|length }}

Conversations

{{ total_conversations }}

Files

{{ total_files }}

Memory Profiles

View all
{% if profiles %} {% else %}

No profiles yet

Create Profile
{% endif %}

Recent Conversations

View all
{% if recent_conversations %} {% else %}

No conversations yet

Start Chatting
{% endif %}
{% endblock %}