See What You Get Inside Your WordPress Admin
Real screenshots from a live PressBot installation. No mockups, no renders — this is the actual product. Now with MCP Server for IDE integration.
Settings
Everything you need, one page
Dual Provider Support
Anthropic Claude and Google Gemini side by side. Connect one or both — test connection with one click.
Deep Customization
Widget styling, proactive messaging, rate limits, Telegram integration, white-label — all from one Settings page.
Knowledge Base Manager
Your KB files live right next to settings. Add, edit, or auto-generate from your site content.
AI Provider & Knowledge Base
Widget Customization
Rate Limiting & Instructions
Proactive Messaging
Telegram Bot
White-Label & Explain CTAs
AI Agents
77 tools, one conversation
8-Stage Pipeline
Researcher, Strategist, Writer, Critic, Image Generator, Categorizer, Executor — each stage handles a piece of the task.
Per-Stage Model Selection
Use fast models for research and categorization, capable models for writing. You control the cost/quality tradeoff.
Try These Commands
Built-in suggestions to get started: write posts, generate images, run security audits, check WooCommerce orders.
Leads
Capture visitor info through conversation
Conversational Capture
The chatbot naturally collects names and emails during conversation — no forms required.
Lead Dashboard
View, export, and manage captured leads. See which conversations generated each lead.
Custom Instructions
Control when and how the AI asks for contact info. Leave blank for sensible defaults.
Conversations
AI-powered insights from your visitor chats
AI Conversation Insights
One click generates themes, sentiment, and actionable insights from your last 7 days of chats.
Theme Pills
Auto-detected topics link directly to the source conversations that mention them.
Sentiment at a Glance
See how visitors feel about your site with real-time sentiment breakdowns.
Real Data
188 sessions, 319 messages — real data from pressbot.io running on itself.
Shield
AI-powered login protection
Lockout Rules
Set max failures, time window, and lockout duration. IPs that exceed thresholds are blocked automatically.
AI-Enhanced Reports
Threat analysis powered by AI — contextual insights sent to your Telegram, typically under $0.01/day.
GA4 Built In
Connect your Google Analytics 4 property with a service account. Traffic data flows into PressBot automatically.
Analytics
Usage, costs, and site traffic in one place
Usage Dashboard
Track messages, sessions, tokens, and estimated API costs — broken down by provider and model.
GA4 Built In
Connect your Google Analytics 4 property with a service account. Sessions, users, and top pages inside PressBot.
Cost Transparency
See exactly what each AI model costs you. Claude Haiku 4.5 at $6.33, Gemini Flash Lite under a cent — you choose the tradeoff.
Usage & Cost Breakdown
GA4 & Insights
MCP Server
Manage WordPress from your IDE
IDE Integration
Connect Claude Code, Cursor, or Windsurf to your WordPress site. All 77 tools accessible from your editor.
WordPress Auth
Uses Application Passwords — built into WordPress core. No SSH, no custom API keys. Revoke access anytime.
Knowledge as Context
Your knowledge base entries are exposed as MCP resources. AI clients read your site context before taking action.
MCP Settings Panel
Security Audit via MCP
Site Report via MCP
Site Index via MCP
Screenshots taken February 2026. PressBot is actively maintained — we update these images when significant UI changes are made.
How We Built This
This tour page uses PressBot's own Explain CTA feature. Every "Ask PressBot" button you see on the screenshots is wired with a single JavaScript call.
JavaScript — Explain CTA with Custom Chips
// When a visitor clicks "Ask PressBot" on a screenshot,
// we call the explain() API with contextual data:
window.PressBot.explain({
title: 'Widget Customization',
context: 'The visitor is viewing the Widget Settings. '
+ 'Explain the customization options: bot name, '
+ 'avatar, welcome message, and color picker.',
chips: [
'What is Focus Mode?',
'Can I match my brand colors?',
'What are starter chips?'
]
});
Each screenshot includes an explain context string and a chips array. When the lightbox opens, the "Ask PressBot" button reads the current screenshot's data and calls window.PressBot.explain() with those values. The chatbot receives the context, understands what the visitor is looking at, and responds with a targeted explanation — no generic answers.
You can use this same pattern on any page. Add data-pressbot-explain attributes for no-code setups, or call the JavaScript API directly for full control.
Read the full Explain CTA docs.
Try it yourself — click any Settings screenshot above and hit Ask PressBot.
Jump to Settings GalleryReady to Try It?
Install PressBot for free. Bring your own API key. See the AI in action on your own site.