FAQ
How AIgentWP works, what it supports, and how to install + manage your apps.
Do I need a WordPress plugin?▾
Yes. AIgentWP has a WordPress runtime plugin (AIgentWP) that you install once. The converter outputs a package ZIP that the plugin installs and serves at /_aigent/<app>/.
What exports does AIgentWP work with?▾
Phase 1: any ZIP that contains a static app/site (index.html + assets). This includes Google AI Builder exports, Vite/React builds, and static HTML sites.
What about Lovable / Next.js source exports?▾
Phase 2: Lovable and similar tools often export a full Next.js source repo. Those require a build pipeline (install + build + static export) before packaging. We’ll add this as “Full Site Mode / Build pipeline support”.
How do I install the converted package on WordPress?▾
Step 1: install the AIgentWP WordPress plugin (runtime).
Step 2: WP Admin → AIgentWP → Upload package → choose the converted ZIP → Upload & Install.
Your app is served at /_aigent/<app>/. If the route 404s, go to Settings → Permalinks and click Save once.
How do I make an app the homepage?▾
In WP Admin → AIgentWP: set Mode = Full Site Mode (Pro), choose Primary app, set Takeover = Homepage only, then Save. This redirects / to /_aigent/<primary>/.
How do I delete an installed app?▾
WP Admin → AIgentWP → Installed apps → Delete. This removes the app files from uploads and removes it from the list.
Why is my app blank (white screen)?▾
Usually a JS runtime error or blocked assets. Ensure you installed the latest converted package. If still blank, open DevTools → Console and check for errors like missing assets or blocked module imports.
Does Tailwind work?▾
Yes, as long as the ZIP contains built assets (compiled CSS). We package build outputs; we don’t run your build step in Phase 1.
Do I need to code?▾
No. The intended loop is: Build in AI → Export ZIP → Convert → Install on WordPress.
Need help fast? Email support or DM us with: the ZIP type (builder), the job ID, and a screenshot of the console error.