Title: PidiXat AI
Author: pidi
Published: <strong>June 12, 2026</strong>
Last modified: June 12, 2026

---

Search plugins

![](https://ps.w.org/pidixat-ai/assets/banner-772x250.png?rev=3569601)

![](https://ps.w.org/pidixat-ai/assets/icon-256x256.png?rev=3569601)

# PidiXat AI

 By [pidi](https://profiles.wordpress.org/pidi/)

[Download](https://downloads.wordpress.org/plugin/pidixat-ai.1.0.3.zip)

 * [Details](https://wordpress.org/plugins/pidixat-ai/#description)
 * [Reviews](https://wordpress.org/plugins/pidixat-ai/#reviews)
 *  [Installation](https://wordpress.org/plugins/pidixat-ai/#installation)
 * [Development](https://wordpress.org/plugins/pidixat-ai/#developers)

 [Support](https://wordpress.org/support/plugin/pidixat-ai/)

## Description

**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.

#### Key Features

 * **Easy activation** via shortcode `[pidixat]` on any page or module
 * **Customization via System Prompt:** define how the assistant behaves, its tone,
   and communication style
 * **Compatible with all OpenAI-compatible APIs:** OpenAI, Mistral, Groq, Ollama,
   NVIDIA NIM, OpenRouter, and more — including free-tier options
 * **Multilingual support:** works with any AI model that supports multiple languages
 * **No registration required:** plug-and-play, without unnecessary complexity

#### How It Works

 1. Install and activate the plugin
 2. Enter your API key in the settings panel
 3. Customize the system prompt to define how the assistant behaves
 4. Add the `[pidixat]` shortcode to any page — or display it site-wide using the footer

#### Displaying the Chat on All Pages

**Option 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');
    ```

#### Use Case

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.

### External services

This plugin connects to third-party API services to process AI chat completions 
and embeddings.

**AI Chat Providers (user-configurable):**

 * **Groq** — Used when the user selects “Groq” as the model provider. The plugin
   sends the conversation messages (user input + system prompt) to `api.groq.com`
   to generate AI responses. Data sent: conversation messages, model name, API key.
   [Terms of Service](https://groq.com/terms-of-use) | [Privacy Policy](https://groq.com/privacy-policy)
 * **OpenRouter** — Used when the user selects “OpenRouter” as the model provider.
   The plugin sends conversation messages to `openrouter.ai`. Data sent: conversation
   messages, model name, API key. [Terms of Service](https://openrouter.ai/terms)
   | [Privacy Policy](https://openrouter.ai/privacy)
 * **NVIDIA NIM** — Used when the user selects “NVIDIA NIM” as the model provider.
   The plugin sends conversation messages to `integrate.api.nvidia.com`. Data sent:
   conversation messages, model name, API key. [Terms of Service](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/)
   | [Privacy Policy](https://www.nvidia.com/en-us/privacy/)
 * **OpenAI** — Used when the user selects “OpenAI” as the model provider. The plugin
   sends conversation messages to `api.openai.com`. Data sent: conversation messages,
   model name, API key. [Terms of Service](https://openai.com/policies/terms-of-use)
   | [Privacy Policy](https://openai.com/policies/privacy-policy)

**Embeddings Service (Premium version only):**

 * **PidiXat Embeddings Server** — Used by the Premium version to generate vector
   embeddings for the knowledge base (RAG). The plugin sends document text to `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 Policy](https://projectesidisseny.com/politica-de-privacitat/)

**License Verification (Premium version only):**

 * **PidiXat License Server** — Used by the Premium version to verify license keys
   on each settings page load. The plugin sends the license key and domain name 
   to `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](https://projectesidisseny.com/politica-de-privacitat/)

## Screenshots

[⌊Plugin settings panel — API and system prompt configuration⌉⌊Plugin settings panel—
API and system prompt configuration⌉[

Plugin settings panel — API and system prompt configuration

[⌊Chat widget displayed on a webpage⌉⌊Chat widget displayed on a webpage⌉[

Chat widget displayed on a webpage

[[

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate the plugin from the WordPress ‘Plugins’ menu
 3. Go to Settings  PidiXat AI to configure your API key and system prompt
 4. Add `[pidixat]` to any page or use the footer hook to show it site-wide

## FAQ

### Which AI providers are compatible?

Any provider with an OpenAI-compatible API: OpenAI, Mistral, Groq, Ollama, NVIDIA
NIM, OpenRouter, and others.

### Can I use free APIs?

Yes. The plugin works perfectly with free-tier APIs. Limitations will depend on 
each provider’s terms and rate limits.

### How do I customize the assistant’s behavior?

Use the “System Prompt” field in the plugin settings. Explain how you want the assistant
to behave, its tone, communication style, and any specific instructions you want
it to follow.

### Need help?

For support, please contact us via WhatsApp at +34 938 37 11 90 or visit our FAQ
page at https://projectesidisseny.com/preguntes-frequents

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PidiXat AI” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ pidi ](https://profiles.wordpress.org/pidi/)

[Translate “PidiXat AI” into your language.](https://translate.wordpress.org/projects/wp-plugins/pidixat-ai)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pidixat-ai/), check
out the [SVN repository](https://plugins.svn.wordpress.org/pidixat-ai/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/pidixat-ai/) by 
[RSS](https://plugins.trac.wordpress.org/log/pidixat-ai/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * Moved premium license verification to premium/ folder (free version no longer
   references external VPS)
 * Added admin opt-in for credit link (Powered by Projectes i Disseny)
 * Moved document storage from plugin directory to WordPress uploads directory
 * Moved chat logs from plugin directory to WordPress uploads directory
 * Added .htaccess protection to chat logs directory
 * Removed plugin asset files (banners, icons, screenshots) from plugin zip
 * Added external service documentation to readme.txt
 * Improved input sanitization and security hardening
 * Improved RAG search with keyword fallback
 * Fixed Groq ToS/Privacy URLs in documentation

#### 1.0.2

 * Initial release

## Meta

 *  Version **1.0.3**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[artificial intelligence](https://wordpress.org/plugins/tags/artificial-intelligence/)
   [chatbot](https://wordpress.org/plugins/tags/chatbot/)[openai](https://wordpress.org/plugins/tags/openai/)
 *  [Advanced View](https://wordpress.org/plugins/pidixat-ai/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pidixat-ai/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pidixat-ai/reviews/)

## Contributors

 *   [ pidi ](https://profiles.wordpress.org/pidi/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pidixat-ai/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://projectesidisseny.com)