{% extends "base.html" %} {% block content %}

Live demos

Three open-source projects, fully analysed. No login required — click in, browse the views, query the findings.

{% if error %}

{{ error }}

{% endif %} {% if configured %}

✓ Configuration saved. Add a project below to start an analysis, or edit your settings again.

{% endif %} {% if analysis_enabled %}
{% else %}

Request early access

{% endif %} {% if projects %}
{% for p in projects %}

{{ p.name }}

{{ p.file_count }} files · {{ p.claim_count }} findings
{% if analysis_enabled %}
{% endif %}
{% endfor %}
{% endif %} {% if not projects %}

No projects yet.

{% endif %} {% endblock %}