Title: DraftPilot AI Site Editor
Author: simbe1
Published: <strong>2026년 8월 15일</strong>
Last modified: 2026년 8월 15일

---

플러그인 검색

![](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://ko.wordpress.org/plugins/draftpilot-ai-site-editor/#description)
 * [평가](https://ko.wordpress.org/plugins/draftpilot-ai-site-editor/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/draftpilot-ai-site-editor/#installation)
 * [개발](https://ko.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.

## 스크린샷

[[

[[

[[

[[

[[

[[

[[

## 설치

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

## FAQ

### 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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이
플러그인에 기여하였습니다.

기여자

 *   [ 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**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 7.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/draftpilot-ai-site-editor/)
 * 태그:
 * [AI](https://ko.wordpress.org/plugins/tags/ai/)[blocks](https://ko.wordpress.org/plugins/tags/blocks/)
   [pages](https://ko.wordpress.org/plugins/tags/pages/)[website builder](https://ko.wordpress.org/plugins/tags/website-builder/)
 *  [고급 보기](https://ko.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/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://paypal.me/HBesim)