Cómo funciona Ejemplos Documentacion Precios Blog WP Blocks Instalar gratis

Add an AI app to WordPress

Add an AI app to WordPress in one command (or one upload).

You built something in Claude, ChatGPT, Cursor, Lovable, v0, or Bolt. Run AI-built apps on your WordPress site: they read your real posts, pages, and users, and run sandboxed so a broken app can't break your site. Two paths get it there: upload the HTML in wp-admin (5 minutes, no terminal) or run designsetgo apps deploy from your project folder (4 commands). The app lands at yoursite.com/apps/your-slug/, gated by a permissioned bridge, a permission-checked connection to your posts, pages, and users.

Free covers Path A (upload) with one active app. See everything Pro unlocks →

Path A

The no-code path: drop an HTML file in wp-admin.

Best for: a Claude Artifact, a ChatGPT canvas export, a Lovable or v0 build saved as one HTML file, or any tool a developer handed you as a .html. Five minutes, no terminal, no developer.

1 Install

Install the plugin.

In wp-admin: Plugins → Add new, search "DesignSetGo Apps," install, activate. Free, no card.

2 Upload

Upload your AI app.

Open DesignSetGo Apps → Add new. Drop your HTML file in. The importer auto-fills the name and slug from the file.

3 Live

App lives at /apps/{slug}.

Click the install confirmation. Visit the URL. The app runs in a sandboxed iframe with whatever permissions you approved.

Full no-code tutorial →

Path B

The CLI path: deploy from Claude Code or Cursor in 4 commands.

Best for: developers using Claude Code, Cursor, Codex, or any AI coder that works on a project folder. The CLI uses WordPress Application Passwords, validates the manifest, builds the bundle, and uploads it.

# 1. Scaffold the project
npx @designsetgo/cli init lead-calculator
cd lead-calculator

# 2. Hand the folder to Claude Code (or Cursor)
#    Ask it to build the app you want. The AI edits HTML/JS/CSS
#    and updates dsgo-app.json with the permissions the app needs.

# 3. Log in to the target WordPress site
npx designsetgo apps login https://yoursite.com

# 4. Deploy
npx designsetgo apps deploy --build
# → https://yoursite.com/apps/lead-calculator/

Full CLI tutorial with Claude Code →

Which path is right

In one question: do you have a terminal open?

Your situation Reach for Time
You have a Claude Artifact saved as HTML Path A (upload) ~5 minutes
You have a ChatGPT canvas export Path A (upload) ~5 minutes
You have a Lovable / v0 / Bolt export Path A (upload as zip) ~5 minutes
You are working in Claude Code / Cursor / Codex Path B (CLI) ~5 minutes (first time, ~30 seconds after)
You want to ship one app to 30 client sites Path B with --sites (Pro) ~1 minute for all 30
You want the AI itself to deploy from inside wp-admin Riff (Pro) ~2 minutes, no terminal at all

Still comparing WordPress AI plugins? See how this differs from content-AI and chatbot plugins →

What the app can do once it is on WordPress

Read your real WordPress data through the bridge.

The app does not call /wp-json directly. It does not ship an API token. It calls dsgo.* methods that the runtime translates into permissioned WordPress calls.

Posts & CPTs

dsgo.posts.list()

Read any custom post type the site registered with show_in_rest: true. WooCommerce products, LearnDash courses, IDX listings, ACF types. Reading CPTs →

User identity

dsgo.user.current()

Know who is looking at the page. Gate UI with dsgo.user.can(). Persist per-user state with dsgo.storage.user.

AI (Pro)

dsgo.ai.prompt()

Call the LLM through the site's WordPress Connector. The site admin configures the key once. DesignSetGo never sees it.

Abilities

dsgo.abilities.invoke()

Call into other apps, plugins, or AI agents through the WordPress Abilities API. Apps can also publish abilities for the host site's AI to call.

Common questions

Frequently asked, answered honestly.

How do I put an AI-built app on my WordPress site without a developer?

Use Path A above. Install the free DesignSetGo Apps plugin, open DesignSetGo Apps → Add new in wp-admin, drop your HTML file in. The plugin handles sandboxing, the URL, and the install dialog. Five minutes start to finish.

Can I deploy a Lovable, v0, or Bolt app directly to WordPress?

Yes. Export the project as a zip bundle (or a single HTML file if the AI emitted one), upload it through the importer. Multi-file bundles use the .zip upload path; single files use the .html path. The bundle must include index.html at the root.

Do I need to write a manifest?

The HTML upload path generates the manifest for you from the file. The CLI path scaffolds a starter manifest with designsetgo apps init. You only hand-edit when you want to add permissions (read posts, write user storage, call dsgo.ai.prompt).

Is the AI-generated code safe to run on my site?

Yes. Apps run in a sandboxed iframe, so if the AI's code breaks, your site does not. Full answer on the sandbox →

Where is my AI provider key stored?

In WordPress, not in DesignSetGo, configured once at Settings → Connectors (WP 7.0). Full answer on key custody →

Add your first AI app to WordPress in the next ten minutes.

Install the free plugin, drop an HTML file in (or run designsetgo apps init), get a sandboxed app at yoursite.com/apps/your-slug/. No second host, no second login.

Install free Quickstart Compare plans