WP Manifestindependent plugin directory
manifest / unclassified / naano-wp-ai-website-builder

Naano AI Website Builder

AI-powered WordPress website builder with section-by-section editing using Claude, Gemini, OpenAI, Kimi, or DeepSeek. Pure PHP implementation — no external backend needed.

by Naano · github.com/pispros/naano-wp-ai-website-builder · website

★ 0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pispros/naano-wp-ai-website-builder/archive/refs/heads/master.zip

An AI-powered, section-by-section WordPress website builder using Claude, Gemini, OpenAI, Kimi, or DeepSeek — pure PHP, no external backend needed.

Documentation · Download latest release · Changelog


Overview

Naano AI Website Builder lets you generate, edit, and visually inspect complete, production-ready websites directly inside your WordPress dashboard using the AI model of your choice. You bring your own API key — there is no external service, no subscription, and no data leaves your server except the prompts you send to the LLM provider.

Core philosophy

Principle Detail
Section-by-section editing Only the section you're working on is sent in full to the LLM. All other sections are compressed to ~8-character hash placeholders — saving 70–90% of context tokens.
Pure PHP Every LLM call is made with PHP's cURL extension. No Node.js, no webpack, no build step.
Bring your own key Your API credentials are stored in wp_options and never leave your server other than the outbound HTTPS call to the LLM provider.
Token-optimized payloads HTML is minified, CSS is compressed, conversation history is trimmed — every request is as lean as possible.
Strictly HTML output Every LLM response is passed through a sanitiser that strips `