{% extends "base.html" %} {% block title %}Home — {{ instance_name or "AI Data Analyst" }}{% endblock %} {% block content %} {% include "_page_chrome.html" %}
{% set display_name = (user.name or (user.email or "").split("@")[0] or "back") %}
Welcome back, {{ display_name }}

You're all set up

Open Claude Code in any project under ~/{{ workspace_dir }}/Projects/ and start a session — your data and plugins are already synced. Use the cards below to jump into the parts of {{ instance_brand }} you need.

Quick links
📊
Dashboard
Sync state, table inventory, recent activity.
📚
Catalog
Browse tables, schema, and metric definitions.
{# Curated Memory is user-facing — the /corporate-memory route runs on get_current_user, so the card shows for everyone, matching its primary-nav placement next to Data Packages. #} 🧠
Curated Memory
Shared analyst knowledge and prior solutions.
{# Activity Center admin-only — parity with the top-nav gating. #} {% if is_admin %} 📈
Activity Center
Per-user analytics on {{ instance_brand }} adoption.
{% endif %} {% if is_admin %} ⚙️
Admin
Server configuration, RBAC, marketplaces.
{% endif %}
{% endblock %}