Brahmastra Command Center

Lead Reactivation Engine — Live Ops Dashboard

Redis {{ redisStatus === 'up' ? 'Connected' : 'Down' }} LRE Paused
Total Leads
{{ metrics.total_leads.toLocaleString() }}
7d Total Burn
${{ cfo.total_burn_usd.toLocaleString() }}
Cost Per Lead
${{ cfo.cost_per_lead_usd.toFixed(2) }}
Outstanding Invoices
{{ cfo.outstanding_invoices_count }} (USDC ${{ cfo.outstanding_usdc.toFixed(2) }})
Ingress Queue
{{ metrics.ingress_length }}
Outreach Queue
{{ metrics.outreach_queue_length }}

Leads by Status

{{ status }}
{{ count }}

Burn Breakdown (7d)

{{ category }} ${{ amount.toFixed(2) }}

Recent Leads

{{ leads.length }} total
Trace ID Name Email Source Status Score Last Updated
{{ lead.trace_id.slice(0, 12) }} {{ lead.name || '-' }} {{ lead.email || '-' }} {{ lead.source }} {{ lead.status }} {{ lead.qualification_score.toFixed(2) }} {{ formatDate(lead.last_updated) }}

Outstanding Invoices

Invoice ID Trace ID Customer Amount (USDC) Chain Wallet Status
{{ inv.invoice_id }} {{ inv.trace_id.slice(0, 12) }} {{ inv.customer_name || '-' }} ${{ inv.usdc_amount.toFixed(2) }} {{ inv.chain }} {{ inv.wallet_address.slice(0, 10) }}… {{ inv.status }}