Title: DraftPilot AI Site Editor
Author: simbe1
Published: <strong>15 жніўня, 2026</strong>
Last modified: 15 жніўня, 2026

---

Пошук плагінаў

![](https://ps.w.org/draftpilot-ai-site-editor/assets/banner-772x250.png?rev=3648954)

![](https://ps.w.org/draftpilot-ai-site-editor/assets/icon-256x256.png?rev=3649956)

# DraftPilot AI Site Editor

 Аўтар: [simbe1](https://profiles.wordpress.org/simbe1/)

[Спампаваць](https://downloads.wordpress.org/plugin/draftpilot-ai-site-editor.1.3.0.zip)

 * [Падрабязнасці](https://bel.wordpress.org/plugins/draftpilot-ai-site-editor/#description)
 * [Водгукі](https://bel.wordpress.org/plugins/draftpilot-ai-site-editor/#reviews)
 *  [Ўсталёўка](https://bel.wordpress.org/plugins/draftpilot-ai-site-editor/#installation)
 * [Распрацоўка](https://bel.wordpress.org/plugins/draftpilot-ai-site-editor/#developers)

 [Падтрымка](https://wordpress.org/support/plugin/draftpilot-ai-site-editor/)

## Апісанне

DraftPilot AI Site Editor turns one sentence about your business into a complete,
editable website.

Write a short brief (“A family-run plumbing company in Austin offering repairs, 
installation and 24/7 emergency service”) and the plugin will:

 * Plan 3–6 pages (Home, Services, About, Contact, and more) that make sense for
   the business.
 * Write specific, believable copy for every section.
 * Apply a cohesive color palette and font pairing.
 * Create every page as a draft, then wire up a navigation menu and set the front
   page.
 * Let you refine any page in the block editor, or add a whole new section with 
   one sentence.

**Built on the WordPress core AI Client.** DraftPilot AI Site Editor uses the core
AI Client introduced in WordPress 7.0, so the plugin never stores API keys or provider
credentials. Install an AI provider plugin of your choice and connect it under **
Settings  Connectors** — the core AI Client handles models, keys, and billing.

**Safe by design.**

 * **Block registry** — the AI may only emit a whitelist of block types (core blocks
   + 8 DraftPilot designer blocks). Everything is validated before it is saved; 
   nothing raw from the LLM reaches the database.
 * **No prompt injection** — page content generated by the AI is stored as data (
   JSON block attributes), never executed as code.
 * **Sanitized output** — design tokens are validated against an allowlist before
   they are output as inline CSS, and all admin/editor scripts are properly enqueued.

### REST API

All endpoints live under `/wp-json/draftpilot-ai/v1` and require `manage_options`:

 * `POST /generate-site` `{ "brief": "..." }`  create a generation job
 * `GET /job/{id}`  poll job status
 * `POST /add-section` `{ "page_id": 4, "prompt": "..." }`  append AI blocks to 
   a page
 * `GET /pages`  list generated pages
 * `POST /pages/delete-all`  permanently delete generated pages
 * `POST /pages/trash` `{ "page_id": 4 }`  trash one page
 * `GET /nav-menu`  list menus
 * `POST /nav-menu` `{ "page_ids": [4,5], "name": "DraftPilot Site", "location":"
   primary" }`  create or update a menu

### Privacy

DraftPilot AI transmits data to the AI provider you connect. Review how your provider
handles your data before generating.

 * **Data you send.** The business brief you type, your site name and description,
   and the content generated from them are sent to the AI provider connected under**
   Settings  Connectors** using the WordPress core AI Client. The plugin does not
   transmit anything to the plugin author.
 * **What is stored.** Plugin settings (creativity level, site slug) and your generated
   pages. No API keys or provider credentials are stored by the plugin.
 * **Full text.** See the **Privacy** tab in the DraftPilot AI admin for the complete
   Terms of Service, Privacy Policy, and data provider list.

## Screenshots

[[

[[

[[

[[

[[

[[

[[

## Ўсталёўка

 1. Requires WordPress 7.0 or newer.
 2. Upload and activate the plugin.
 3. Install an AI provider plugin and connect it under **Settings  Connectors** (e.
    g. a provider for OpenAI, Google, or Anthropic).
 4. Open **DraftPilot AI** in the admin menu, describe your business, and click **Generate
    site**.

## Часта задаваныя пытанні

### Do I need my own API key?

The plugin does not store API keys. Connect an AI provider under **Settings  Connectors**;
the provider plugin manages credentials and any associated costs.

### Which AI models does it use?

The model is chosen by whichever provider you connect through the WordPress core
AI Client. The plugin is provider-agnostic.

### Does it work on WordPress 6.x?

No — this version requires WordPress 7.0 or newer, because it uses the core AI Client(`
wp_ai_client_prompt()`).

### Where are generated pages stored?

Generated pages are normal WordPress pages, created as drafts. They are tagged with
a `_simbe_ai_generated` meta flag so the plugin can list, trash, or delete them.
Nothing is sent to any third-party server except the AI provider you connected.

## Водгукі

На гэты плагін няма водгукаў.

## Удзельнікі і распрацоўшчыкі

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

Удзельнікі

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

[Перакласці “DraftPilot AI Site Editor” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/draftpilot-ai-site-editor)

### Зацікаўлены ў распрацоўцы?

[Праглядзіце код](https://plugins.trac.wordpress.org/browser/draftpilot-ai-site-editor/),
праверце [SVN рэпазітарый](https://plugins.svn.wordpress.org/draftpilot-ai-site-editor/),
або падпішыцеся на [журнал распрацоўкі](https://plugins.trac.wordpress.org/log/draftpilot-ai-site-editor/)
па [RSS](https://plugins.trac.wordpress.org/log/draftpilot-ai-site-editor/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змяненняў

#### 1.3.0

 * Renamed the plugin to **DraftPilot AI Site Editor**.
 * Migrated all AI calls to the WordPress core AI Client (`wp_ai_client_prompt()`);
   provider credentials are now managed by core **Settings  Connectors**.
 * Replaced inline `<script>` in the admin with enqueued JavaScript.
 * Sanitized and escaped all inline design CSS (colors, fonts, radii are allowlisted).
 * Added a changelog and privacy documentation.

#### 1.2.0

 * Added a Privacy tab (Terms of Service, Privacy Policy, Data Providers) and readme
   privacy section.
 * Added `uninstall.php` so all plugin data is removed on uninstall.
 * Added a version badge and this changelog.

#### 1.1.0

 * Added an “Add section” sidebar panel for the block editor.
 * Added block registry validation and JSON-safe generation.

## Мета

 *  Версія **1.3.0**
 *  Апошняе абнаўленне **2 дні таму**
 *  Актыўных установак **Менш за 10**
 *  Версія WordPress ** 7.0 або вышэй **
 *  Правераны да версіі **7.0.4**
 *  Версія PHP ** 7.4 або вышэй **
 *  Мова
 * [English (US)](https://wordpress.org/plugins/draftpilot-ai-site-editor/)
 * Тэгі
 * [AI](https://bel.wordpress.org/plugins/tags/ai/)[blocks](https://bel.wordpress.org/plugins/tags/blocks/)
   [pages](https://bel.wordpress.org/plugins/tags/pages/)[website builder](https://bel.wordpress.org/plugins/tags/website-builder/)
 *  [Пашыраны прагляд](https://bel.wordpress.org/plugins/draftpilot-ai-site-editor/advanced/)

## Ацэнкі

Пакуль яшчэ няма водгукаў.

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

[Паглядзець усе водгукі](https://wordpress.org/support/plugin/draftpilot-ai-site-editor/reviews/)

## Удзельнікі

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

## Падтрымка

Ёсць што сказаць? Патрэбна дапамога?

 [Перайсці да форуму падтрымкі](https://wordpress.org/support/plugin/draftpilot-ai-site-editor/)

## Падтрымаць

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/HBesim)