

The Pagora AI page builder — chat panel on the left, live preview in the center, HTML/CSS/JS code editor on the right.
Pagora AI is an AI page builder for WordPress. Instead of dragging blocks around, you describe the page you want in plain language and the AI generates a complete, ready-to-publish page — layout, copy, styling, and interactivity included. Need a landing page, a product page, a coming-soon page, or a full homepage? Describe it, review it, publish it.
Not happy with a detail? Keep chatting to refine it — or open the built-in code editor and adjust the HTML, CSS, and JavaScript yourself. That’s what makes Pagora AI different: beginners get a no-code, chat-driven page builder, and developers get full control of the generated code. No black box, no lock-in.
The plugin is free to install. Page generation is powered by the Pagora AI cloud service, which you connect from the plugin settings. New accounts start with a free trial so you can create your first pages before committing, then continue on a paid Pagora AI plan. Full pricing is available at pagora-ai.com.
This plugin is a client for the Pagora AI service. No AI model runs on your server.
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.
Pagora AI generates standalone pages that only override theme rendering where you explicitly activate them. Under the hood: page content is stored in post meta with separated HTML/CSS/JS for draft and published states, compiled assets are written with hashed filenames to wp-content/uploads/pagora-ai/, and header/footer/custom template parts are inserted via named placeholders. The plugin includes cache-purge integrations for WP Rocket, W3 Total Cache, and LiteSpeed Cache.
All bundled libraries are GPL-compatible:
The JavaScript and CSS bundles are compiled from TypeScript/TSX source. The full, unminified source is public at:
https://github.com/Enkic/pagora-ai-plugin
To build from source:
npm install.npm run build to compile bundles into assets/build/ and assets/editor/build/.Build tool: Webpack (via @wordpress/scripts). Node 18+ required.