WP Manifestindependent plugin directory
manifest / ai / site-chatbot

Padibot — دستیار هوشمند فارسی (Padisarco Theme)

💬 Lightweight PHP-powered site chatbot — conversational interface

by You · github.com/midory-j23/site-chatbot

★ 0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/midory-j23/site-chatbot/archive/refs/heads/master.zip

Padibot — Local AI Chat Widget

Requires WordPress: 6.0 Tested up to: 6.6 License: GPLv2 or later

A floating AI chat widget for WordPress (Astra-friendly) that connects to your local Ollama server and answers questions using content from your WordPress database (posts/pages).

Features

  • Floating chat bubble with greeting tooltip (RTL/LTR, Persian-ready)
  • Branded blue header with bot avatar (Padibot-style)
  • Trained on your site content — indexed from the WordPress database
  • 100% local AI via Ollama (no OpenAI, no external API keys)
  • Astra theme compatible

Installation

  1. In WordPress admin: Plugins → Add New → Upload Plugin → choose site-chatbot.zip.
  2. Activate it.
  3. Make sure Ollama is running on your server: ollama serve and pull a model, e.g. ollama pull llama3.2.
  4. Go to Settings → Padibot and set:
    • Ollama server URL (default http://localhost:11434) — must be reachable from the WordPress server, not the browser.
    • Model (e.g. llama3.2, qwen2.5, mistral).
    • Bot name, colors, greeting, direction (RTL/LTR).
  5. Click Re-index site content. Re-run after publishing/editing content.

Notes

  • The knowledge index is stored in your WordPress database (wp_options).
  • Chat requests go from your WordPress server directly to your Ollama server — nothing leaves your infrastructure.
  • If Ollama runs on a different machine, make sure the WordPress server can reach that host/port.