Where it lives
ReplyMind → Analytics in the admin sidebar. Tabs switch instantly — no page reload.
What's on the dashboard
| Panel | Contents |
|---|---|
| Summary cards | Replies Published, Drafts Pending, Flagged, Errors. |
| AI Replies Generated — Last 30 Days | Bar chart of generations per day, rendered in pure CSS — no chart library. |
| Top Posts by AI Replies | The posts with the most AI replies. |
| Sentiment breakdown | Share of positive / neutral / negative comments, when Sentiment detection is enabled. |
| Recent error log | Recent failed generations with their error messages — the same data as the Logs tab, filtered to failures. |
Where the numbers come from
Everything is computed on the fly from the reply log (replymind_logs) and comment meta the plugin already writes: _replymind_reply_generated, _replymind_pending_reply, _replymind_sentiment, _replymind_flagged. Nothing extra is stored, and no external analytics or telemetry service is contacted. All data stays in your WordPress database.