Title: Zip AI
Author: Brainstorm Force
Published: <strong>2 juillet 2026</strong>
Last modified: 2 juillet 2026

---

Recherche d’extensions

![](https://ps.w.org/zip-ai/assets/banner-772x250.jpg?rev=3594034)

![](https://ps.w.org/zip-ai/assets/icon-256x256.jpg?rev=3594034)

# Zip AI

 Par [Brainstorm Force](https://profiles.wordpress.org/brainstormforce/)

[Télécharger](https://downloads.wordpress.org/plugin/zip-ai.0.0.4.zip)

 * [Détails](https://fr-ca.wordpress.org/plugins/zip-ai/#description)
 * [Avis](https://fr-ca.wordpress.org/plugins/zip-ai/#reviews)
 *  [Installation](https://fr-ca.wordpress.org/plugins/zip-ai/#installation)
 * [Développement](https://fr-ca.wordpress.org/plugins/zip-ai/#developers)

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

## Description

Zip AI brings a conversational AI assistant into your WordPress admin. Ask it to
create pages, edit content, update styles, or inspect the state of your site — and
it performs those tasks for you using the official WordPress REST API, WP-CLI, and
the Abilities API.

The assistant is built on the [WordPress MCP Adapter](https://github.com/WordPress/mcp-adapter)
and the emerging Abilities API standard, so it interacts with your site the same
way WordPress itself does — no black-box database writes.

**Highlights**

 * Chat-based page and content creation
 * Block-level editing for Gutenberg and Spectra blocks
 * Site-wide search across posts, pages, options, and meta
 * Safe WP-CLI command execution with output truncation
 * Per-site memory so the assistant remembers your preferences across conversations
 * Optional site context scan to give day-zero awareness of your content structure
 * Works with the Astra theme, Spectra page builder, and core WordPress

**How it works**

 1. Install and activate the plugin.
 2. Click the floating chat button in your admin, or open « Zip AI » from the Settings
    menu.
 3. Authenticate with your ZipWP account.
 4. Start chatting — the assistant will ask for confirmation before making changes.

### Important Note

Zip AI is an AI assistant. Generated content, edits, and command output may contain
mistakes or unexpected results. The assistant always asks for confirmation before
applying changes, but you are responsible for reviewing every action it suggests
on your site.

### External services

This plugin connects to external services to provide its AI features. Data is only
sent after you explicitly authenticate and start a conversation.

**1. Zip AI credit server** — `https://credits.startertemplates.com`
 Used to: route
chat messages, manage your account, track AI-usage credits, and run server-side 
agent logic. Data sent: chat messages, site structure (page titles, post counts,
active plugin names, active theme name, content categories), site identity (title,
tagline, language, domain), and optional e-commerce summary (product counts, categories,
currency). Terms: [Terms of Service](https://store.brainstormforce.com/terms-and-conditions/)—
[Privacy Policy](https://store.brainstormforce.com/privacy-policy/)

**2. ZipWP authentication middleware** — `https://app.zipwp.com/auth/`
 Used to:
authenticate your ZipWP account and issue access tokens to the plugin. Data sent:
email address and OAuth state during the login flow. Terms: [Terms of Service](https://store.brainstormforce.com/terms-and-conditions/)—
[Privacy Policy](https://store.brainstormforce.com/privacy-policy/)

**3. ZipWP API** — `https://api.zipwp.com/api/`
 Used to: fetch ZipWP product data(
templates, design tokens, block presets) when assembling AI responses. Data sent:
authenticated product-lookup queries. Terms: [Terms of Service](https://store.brainstormforce.com/terms-and-conditions/)—
[Privacy Policy](https://store.brainstormforce.com/privacy-policy/)

**4. Google Gemini (via the credit server)**
 Used to: generate AI responses to 
your chat messages. Data sent: the text of your chat messages and the site context
collected above. Terms: [Google Terms of Service](https://policies.google.com/terms)—
[Google Privacy Policy](https://policies.google.com/privacy)

**5. Anthropic Claude (via the credit server)**
 Used to: generate AI responses 
to your chat messages. Data sent: the text of your chat messages and the site context
collected above. Terms: [Anthropic Terms of Service](https://www.anthropic.com/legal/consumer-terms)—
[Anthropic Privacy Policy](https://www.anthropic.com/privacy)

**6. Unsplash CDN** — `https://images.unsplash.com/`
 Used to: fetch the binary 
of an Unsplash stock photo you have explicitly picked from the in-chat image picker,
so the image can be uploaded into your WordPress media library. The Unsplash _search_
itself runs through the ZipWP API (see #3 above); only the chosen image’s bytes 
are downloaded directly from the Unsplash CDN. Data sent: a standard HTTP GET request
for the image URL. No personal data, no chat content. Terms: [Unsplash Terms](https://unsplash.com/terms)—
[Unsplash Privacy Policy](https://unsplash.com/privacy)

No data leaves your site until you authenticate and send a message. You can clear
all stored memory at any time via « Clear Site Memory » in the plugin menu.

### About Brainstorm Force

Zip AI is built by Brainstorm Force, the team behind Astra, Spectra, SureCart, SureForms,
and other widely used WordPress products.

### Support

 * [Support Forum](https://wordpress.org/support/plugin/zip-ai/)
 * [Documentation](https://zipwp.com/docs/)

## Captures d’écran

[⌊Zip AI chat assistant in the WordPress admin — build pages, edit content, or customize
your site by describing what you need.⌉⌊Zip AI chat assistant in the WordPress admin—
build pages, edit content, or customize your site by describing what you need.⌉[

Zip AI chat assistant in the WordPress admin — build pages, edit content, or customize
your site by describing what you need.

## Installation

 1. Upload the `zip-ai` folder to `/wp-content/plugins/`, or install through the **
    Plugins  Add New** screen.
 2. Activate the plugin from the **Plugins** screen.
 3. Go to **Settings  Zip AI** and sign in with your ZipWP account.
 4. Click the floating chat button in any admin screen to start using the assistant.

## FAQ

### Do I need a ZipWP account?

Yes. The plugin connects to ZipWP’s AI service, which requires a free account. Sign
up at [zipwp.com](https://zipwp.com/).

### Does this plugin send any data before I authenticate?

No. The plugin does not transmit anything to our servers until you explicitly log
in. After login, an initial site-context scan runs to give the assistant day-zero
awareness of your content structure, and from then on the data described in _External
services_ is sent as you use the assistant. You can clear all stored memory at any
time via « Clear Site Memory » in the plugin menu.

### Can I use this offline?

No. AI responses are generated on our servers, so an internet connection is required.

### What permissions does the plugin require?

On activation, the plugin adds a `manage_zip_ai_assistant` capability to the administrator
role. Only users with this capability can open the assistant and authorize changes.

### How do I remove all my data?

Use the **Clear Site Memory** option in the plugin menu to wipe your server-side
memory. Deleting the plugin will also remove all locally stored options, transients,
and the added capability (via `uninstall.php`).

### Is the plugin GPL-compatible?

Yes — licensed under GPLv2 or later.

## Avis

Il n’y a aucun avis sur cette extension.

## Contributeurs & développeurs

« Zip AI » est un logiciel libre. Les personnes suivantes ont contribué à cette 
extension.

Contributeurs

 *   [ Brainstorm Force ](https://profiles.wordpress.org/brainstormforce/)

[Traduisez « Zip AI » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/zip-ai)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/zip-ai/), consulter
le [SVN dépôt](https://plugins.svn.wordpress.org/zip-ai/), ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/zip-ai/)
par [RSS](https://plugins.trac.wordpress.org/log/zip-ai/?limit=100&mode=stop_on_copy&format=rss).

## Historique des changements

#### 0.0.1

 * Alpha public release of Zip AI.

## Méta

 *  Version **0.0.4**
 *  Last updated **il y a 23 heures**
 *  Active installations **Moins de 10**
 *  WordPress version ** 6.2 ou plus **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 ou plus **
 *  Language
 * [English (US)](https://wordpress.org/plugins/zip-ai/)
 * Tags
 * [AI](https://fr-ca.wordpress.org/plugins/tags/ai/)[assistant](https://fr-ca.wordpress.org/plugins/tags/assistant/)
   [chatbot](https://fr-ca.wordpress.org/plugins/tags/chatbot/)[content](https://fr-ca.wordpress.org/plugins/tags/content/)
   [site-builder](https://fr-ca.wordpress.org/plugins/tags/site-builder/)
 *  [Vue avancée](https://fr-ca.wordpress.org/plugins/zip-ai/advanced/)

## Notes

No reviews have been submitted yet.

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

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

## Contributeurs

 *   [ Brainstorm Force ](https://profiles.wordpress.org/brainstormforce/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/zip-ai/)

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](https://www.paypal.me/BrainstormForce)