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

Dashboard

Manage conversations, providers, and tools.

New Conversation
{% for provider in providers %}
0 %} style="cursor: pointer;" onclick="showProviderModels('{{ provider.key }}', '{{ provider.name }}')" title="Click to view models" {% endif %}>
{{ provider.name }}
{% if provider.enabled %} Connected {% if provider.model_count > 0 %} {{ provider.model_count }} model{{ 's' if provider.model_count != 1 else '' }} {% endif %} {% else %} Disabled {% endif %}
{% endfor %}
{% if favourite_conversations %} {% endif %} {% if recent_conversations %} {% else %}

No conversations yet. Create one to get started.

{% endif %}
{{ mcp_stats.servers_configured }}
Servers Configured
0 %}style="background: var(--app-danger-bg); color: var(--app-danger);"{% endif %}>
{{ mcp_stats.servers_failed }}
Failed Connections
{{ mcp_stats.total_tools }}
Total Tools Available
{% for server in mcp_servers %}
{% if server.type == 'embedded' and server.connected %}
Database
Type SQLite
{% endblock %} {% block scripts %} {% endblock %}