Built for WordPress from day one

Transform Your WordPress Site with AI-Powered Chat

Deploy intelligent chatbots trained on your content in minutes. Engage visitors 24/7, capture leads, and boost conversions with ZI² Chat.

ZI² Chat

Online

Hi! Ask me anything about ZI² Chat, or just say hello.

Try it free · Get your own bot in 60 seconds

Self-hosted

AI on your infrastructure

WordPress

One-plugin install

Open API

REST + WebSocket + widget

Per-tenant

Data isolation

Powerful Features for Every Need

Everything you need to deploy intelligent chatbots that understand your business and engage your visitors.

AI-Powered Responses

Advanced GPT models trained on your content deliver accurate, contextual answers 24/7.

WordPress Native

One-click installation with our WordPress plugin. No coding required, works with any theme.

Full Customization

Match your brand with custom colors, avatars, welcome messages, and conversation styles.

Analytics Dashboard

Track conversations, popular questions, user satisfaction, and conversion metrics in real-time.

Lead Capture

Automatically collect visitor information, emails, and integrate with your CRM systems.

Multi-Language

Support visitors worldwide with automatic language detection and 50+ languages.

Simple, Transparent Pricing

Choose the plan that fits your needs. All plans include a 14-day free trial.

Starter

For small websites

$29 /month
  • 1,000 messages/month
  • 1 Website
  • Basic customization
  • Email support
MOST POPULAR

Pro

For growing businesses

$79 /month
  • 10,000 messages/month
  • 5 Websites
  • Full customization
  • Priority support
  • Advanced analytics

Enterprise

For large organizations

$199 /month
  • Unlimited messages
  • Unlimited websites
  • White-label option
  • Dedicated support
  • Custom integrations

Quick Start Guide

Get up and running in just 5 minutes with our simple setup process.

1

Create Your Account

Sign up with your email and choose your plan. No credit card required for the 14-day trial.

2

Install the Plugin

Download the plugin zip from your dashboard, then in WordPress admin go to Plugins → Add New → Upload Plugin, choose the zip, and click Activate.

Or via WP-CLI (self-hosted):
wp plugin install https://chat.zi2.app/widget/zi2-chat-plugin-v3.1.zip --activate
3

Connect Your API Key

Copy your API key from your dashboard and paste it in the plugin settings.

API Key: kb_live_xxxxxxxxxxxx
4

Train Your Bot

The bot automatically learns from your pages, posts, and products. You can also add custom Q&As.

Go Live!

Your chatbot is now live and ready to engage visitors. Monitor conversations from your dashboard.

API Integration Example
// Send a message to ZI² Chat API
const response = await fetch('https://chat.zi2.app/v1/chat', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer kb_live_xxx',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    message: 'What are your business hours?',
    session_id: 'user_123',
    context: {
      page: '/contact',
      referrer: 'google.com'
    }
  })
});

// Response
{
  "reply": "We're open Mon-Fri 9am-5pm EST.",
  "confidence": 0.95,
  "sources": ["/about", "/contact"]
}

Frequently Asked Questions

Ready to Transform Your Website?

Deploy an intelligent chatbot on your WordPress site in minutes — self-hosted AI, per-tenant data, open API.

No credit card required. 14-day free trial.