{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Gvelo DOC{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
Autonomous Documentation Intelligence

Gvelo DOC

Deep UI explanation, button intelligence, workflow traceability, role-aware documentation, offline continuity knowledge, and continuous feature intelligence for Gvelo Enterprise Platform.

Routes Mapped{{ snapshot.route_count }}
UI Components{{ snapshot.component_count }}
Logic Traces{{ snapshot.logic_count }}

Search Documentation Intelligence

Reports

{% for report in snapshot.reports %}
{{ report.name }}
{{ report.path }} - {{ (report.size / 1024)|round(1) }} KB - {{ report.updated }}
{% endfor %}
{% endblock %}