PidiXat AI is a WordPress plugin that adds an intelligent, fully customizable AI-powered chat assistant to your website. Personalize chat responses through the system prompt — no authentication or registration required.
[pidixat] on any page or module[pidixat] shortcode to any page — or display it site-wide using the footerOption 1 — Add to footer.php:
Add this line just before the </body> tag in your theme’s footer.php:
<?php echo do_shortcode('[pidixat]'); ?>
Option 2 — Use a WordPress hook in functions.php:
function add_pidixat_to_all_pages() {
echo do_shortcode('[pidixat]');
}
add_action('wp_footer', 'add_pidixat_to_all_pages');
A visitor lands on your website and asks a question. PidiXat AI instantly responds with a personalized conversation based on the instructions you configured — as if you had an assistant available 24/7.
This plugin connects to third-party API services to process AI chat completions and embeddings.
AI Chat Providers (user-configurable):
api.groq.com to generate AI responses. Data sent: conversation messages, model name, API key. Terms of Service | Privacy Policyopenrouter.ai. Data sent: conversation messages, model name, API key. Terms of Service | Privacy Policyintegrate.api.nvidia.com. Data sent: conversation messages, model name, API key. Terms of Service | Privacy Policyapi.openai.com. Data sent: conversation messages, model name, API key. Terms of Service | Privacy PolicyEmbeddings Service (Premium version only):
http://57.129.12.67:3000/v1/embeddings for indexing, and sends user queries to the same endpoint during semantic search. Data sent: document text or user query text, API key. Privacy PolicyLicense Verification (Premium version only):
http://57.129.12.67:3000/verify to check if the license is valid and not expired. Data sent: license key, site domain. Privacy Policy