Title: Pagora AI
Author: Enki
Published: <strong>2026 年 6 月 22 日</strong>
Last modified: 2026 年 6 月 22 日

---

搜尋外掛

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

![](https://ps.w.org/pagora-ai/assets/icon.svg?rev=3581680)

# Pagora AI

 由 [Enki](https://profiles.wordpress.org/enkic/) 開發

[下載](https://downloads.wordpress.org/plugin/pagora-ai.1.0.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/pagora-ai/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/pagora-ai/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/pagora-ai/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/pagora-ai/#developers)

 [技術支援](https://wordpress.org/support/plugin/pagora-ai/)

## 外掛說明

**Pagora AI** is an AI-powered page builder for WordPress. Instead of dragging and
dropping blocks, simply describe the page you want — the AI generates complete HTML/
CSS/JS code that you can refine by continuing the conversation or editing directly
in the code panel.

#### Key features

 * **AI chat** — describe your page in plain language; the AI produces complete 
   HTML/CSS/JS with animations and UnoCSS utility styles (Tailwind syntax).
 * **Code editor** — built-in CodeMirror editor with HTML/CSS/JS syntax highlighting,
   auto-formatting, and keyboard shortcuts.
 * **Live preview** — isolated iframe preview that updates instantly after every
   edit or AI response.
 * **Version history** — every save creates a snapshot; restore any version in one
   click.
 * **AI images** — generate and insert images directly from the editor.
 * **SEO panel** — title, meta description, and featured image controls per page.
 * **Templates** — save your pages as reusable templates.
 * **Alpine.js + Motion One** bundled — declarative interactivity and smooth animations
   with no extra dependencies.

#### How it works

This plugin is a client for the Pagora AI service. No AI model runs locally.

 1. Install and activate the plugin.
 2. Create an account at [pagora-ai.com](https://pagora-ai.com/) and connect it from**
    Settings  Pagora AI**.
 3. Open any WordPress page and click **Edit with Pagora AI** to open the editor.
 4. Describe your page in the chat and publish.

#### Data and privacy

This plugin connects exclusively to the Pagora AI service (`https://api.pagora-ai.
com`) to process your prompts and generate page code. No data is sent to any other
third party.

 * Prompts and generated code transit through our servers for processing.
 * See our [Privacy Policy](https://pagora-ai.com/index.php/privacy-policy-pagora-ai/)
   and [Terms of Service](https://pagora-ai.com/index.php/terms-of-service-pagora-ai/).
 * The plugin collects no telemetry of its own.

#### Bundled libraries

The following libraries are included in the plugin (all GPL-compatible):

 * [UnoCSS Runtime](https://unocss.dev/) — MIT
 * [Alpine.js](https://alpinejs.dev/) — MIT
 * [Motion One](https://motion.dev/) — MIT
 * [CodeMirror](https://codemirror.net/) — MIT
 * [Symfony DomCrawler / CssSelector](https://symfony.com/doc/current/components/dom_crawler.html)—
   MIT (isolated via php-scoper)
 * [Masterminds HTML5-PHP](https://github.com/Masterminds/html5-php) — LGPL-2.1

#### Source code and build instructions

The JavaScript and CSS bundles included in this plugin are compiled from TypeScript/
TSX source files. The full, unminified source is publicly available at:

https://github.com/Enkic/pagora-ai-plugin

To build from source:

 1. Clone the repository.
 2. Run `npm install` to install dependencies.
 3. Run `npm run build` to compile all bundles into `assets/build/` and `assets/editor/
    build/`.

Build tool: Webpack (via `@wordpress/scripts`). Node 18+ required.

## 螢幕擷圖

[⌊The Pagora AI editor — chat panel on the left, live preview in the center, code
editor on the right.⌉⌊The Pagora AI editor — chat panel on the left, live preview
in the center, code editor on the right.⌉[

The Pagora AI editor — chat panel on the left, live preview in the center, code 
editor on the right.

[⌊Chat panel with conversation history and AI responses.⌉⌊Chat panel with conversation
history and AI responses.⌉[

Chat panel with conversation history and AI responses.

[⌊CodeMirror code editor with syntax highlighting.⌉⌊CodeMirror code editor with 
syntax highlighting.⌉[

CodeMirror code editor with syntax highlighting.

[⌊Version panel — restore any snapshot in one click.⌉⌊Version panel — restore any
snapshot in one click.⌉[

Version panel — restore any snapshot in one click.

## 安裝方式

 1. Download the ZIP and upload it via **Plugins  Add New  Upload Plugin**, or extract
    it into `/wp-content/plugins/`.
 2. Activate the plugin from the **Plugins** menu.
 3. Go to **Settings  Pagora AI** and connect your account.
 4. On any page, click **Edit with Pagora AI** in the page list.

## 常見問題集

### Do I need an account to use the plugin?

Yes. The plugin is a client for the Pagora AI service. An account is required to
access the AI.

### What kind of content can I create?

The plugin generates complete pages in HTML/CSS/JS. It supports UnoCSS utility classes(
Tailwind syntax), Alpine.js for interactivity, and Motion One for animations.

### Will Pagora AI break my theme?

No. The plugin creates standalone pages that replace theme rendering only on pages
where you have explicitly activated Pagora AI. Your theme stays intact.

### What WordPress capabilities are required?

Access to the editor requires the `unfiltered_html` capability (typically Administrators
and Super Administrators). Settings management requires `manage_options`.

### Are Pagora AI pages compatible with caching plugins?

Yes. Compiled assets are stored with hashed filenames in `wp-content/uploads/pagora-
ai/`. The plugin includes cache purge integrations for WP Rocket, W3 Total Cache,
and LiteSpeed Cache.

### What happens if I deactivate the plugin?

Pages created with Pagora AI will display their content normally via the active 
theme. Deactivating the plugin suspends the custom rendering but no data is lost.

### What does uninstalling remove?

Uninstalling (`uninstall.php`) removes all plugin options, page metadata, user tokens,
and generated asset files in `uploads/pagora-ai/`. The WordPress page content itself
is preserved.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Pagora AI〉的開發相關工作。

參與者

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

[將〈Pagora AI〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/pagora-ai)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/pagora-ai/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/pagora-ai/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/pagora-ai/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/pagora-ai/)。

## 變更記錄

#### 1.0.0

 * Initial public release.
 * Full AI editor with chat, live preview, and code editor.
 * Version management and snapshots.
 * AI image generation and insertion.
 * Built-in SEO panel.
 * Reusable template system.
 * Alpine.js, Motion One, and UnoCSS bundled for generated pages.
 * Complete REST API under `pagora-ai/v1/`.
 * Cache purge integrations (WP Rocket, W3TC, LiteSpeed).

#### 1.0.1

 * Credit system updates

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **12 小時前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/pagora-ai/)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[artificial intelligence](https://tw.wordpress.org/plugins/tags/artificial-intelligence/)
   [content generation](https://tw.wordpress.org/plugins/tags/content-generation/)
   [page builder](https://tw.wordpress.org/plugins/tags/page-builder/)[page design](https://tw.wordpress.org/plugins/tags/page-design/)
 *  [進階檢視](https://tw.wordpress.org/plugins/pagora-ai/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/pagora-ai/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/pagora-ai/)