God Mode
System Overview ADMIN

Real-time intelligence across all Proofly users and claims.

Total Users
{{ stats.total_users }}
Total Checks
{{ stats.total_checks }}
Checks Today
{{ stats.recent_checks_24h }}
Last 24 hours
Cache Hit Rate
{{ stats.cache_hit_rate }}%
{{ stats.total_cached }} results cached
Evidence Docs
{{ stats.total_evidence }}
Daily Fact Checks — Last 7 Days
Verdict Breakdown
Top Users by Activity
Cache Efficiency

{{ stats.cache_hit_rate }}% of all checks served from cache

Live Activity Feed View all
{% for item in history %} {% endfor %}
User Claim Verdict Confidence Time
{{ item.username }} {{ item.claim }} {{ item.verdict }} {{ (item.confidence * 100)|round(1) }}% {{ item.created_at.strftime('%b %d, %H:%M') }}
User Registry Manage all
{% for user in users %} {% endfor %}
Username Email Role Joined
{{ user.username }} {{ user.email }} {% if user.is_admin %} ADMIN {% else %} USER {% endif %} {{ user.created_at.strftime('%Y-%m-%d') }}