Product
Docs
Pricing Blog Install free
FOR SITE OWNERS If you own the site and want a tool on it. See the homepage for the broader vibe-coder pitch.

You built something in Claude. Put it on your WordPress site.

A calculator from Claude.ai. A quiz from ChatGPT. A member portal from Lovable or v0. Maybe you got fancier and used Cursor or Codex. Whatever you generated, save the HTML, drop it in wp-admin, and it is a real app on your site, sandboxed so it cannot break anything.

Install free plugin See the 5-step walkthrough

Free hosts 1 active app, no card, no expiry. Pro unlocks unlimited active apps and CLI deploy from your editor.

What this is for

The bespoke widget you have been putting off.

You know the one. A calculator for your industry. A quiz that filters your products. A nicer pricing page than your theme gives you. The thing every generic plugin almost does, until it does not. DSGo Apps is for those.

01

Calculators tied to your data.

Mortgage calculators on real-estate listings. TDEE calculators on fitness pages. Tax-bracket lookups. ROI estimators. Each one reads the post it is on, so the numbers reflect your content, not a generic widget.

02

Filters and finders for your archive.

A recipe filter that reads your post taxonomy. A product finder that crosses your categories. A "find a stylist" widget that pulls from your team page. Your content stays in WordPress; the widget gives it a smarter front door.

03

Landing-page interactives.

Quizzes, lead magnets, pricing toggles, configurators, the kind of thing you would normally embed from Typeform or Outgrow. Build it once, host it in your own site, own the data the visitor enters.

The flow

Generate it in your AI of choice. Drop the HTML into wp-admin.

No terminal, no Vercel account, no build step. Whichever tool you already opened, save the result as HTML (or a built zip) and upload it on the New App screen. Under a minute, live on your WordPress site.

C GPT

From Claude.ai or ChatGPT

Ask for the thing you want. Hit the download icon on the artifact, or copy the canvas and save as .html. Open DSGo Apps then New App, drop the file, name it. Live at /apps/{slug}.

v0

From Lovable or v0

Both export a built static bundle. Download the zip, upload it the same way. The plugin reads the manifest, shows you what permissions it asks for, installs it once you approve.

CX

If you got fancier with Cursor or Codex

Same paste-the-zip flow works. If you want to skip the upload step entirely, install the CLI and designsetgo apps deploy from your project. That is the Pro path; the upload path stays free.

Want the prompt template?

DSGo Apps then Install an app then Build with AI generates a bridge-aware prompt, pre-loaded with your site's API surface, that you paste into Claude or ChatGPT. The HTML it writes back already knows how to read your posts and pages.

Also available

BETA · PRO

If you would rather not leave wp-admin, the in-admin AI builder (Riff) drafts the app right there using your site's configured AI provider. It is included on Pro and currently in beta, so the paste-from-Claude flow above is the more reliable path today.

Apps become content

Block, widget, or its own URL. You already know how those work.

Once an app is installed, it goes wherever content goes. In Gutenberg, add the DSGo App block; in Elementor, drag the DesignSetGo App widget; or visit it directly at /apps/{slug} as its own page. Same app, same sandbox, three ways to place it.

1 Install

Install the plugin.

From the WordPress plugin directory, the same way you install any plugin. Activate it. A new menu item, "DSGo Apps," appears in the sidebar.

2 Add an app

Pick a path: build or upload.

Either describe what you want and let the AI build it (Pro), or paste an HTML page you already made (Free). Review the permissions, click install. The app gets a URL at /apps/{name}.

3 Embed

Drop the block where you want it.

Edit a post or page, add the "DSGo App" block, pick the app. Save. Visitors see the widget in the spot you chose. The app reads the post it is embedded in, so the same calculator can show different defaults on different pages.

Why this is safe

If the app breaks, your site is fine.

The thing that stops most non-developers from pasting code into a Custom HTML block is the (correct) fear that a bad script crashes the page. DSGo Apps does not paste code into your theme. Every app runs inside a browser-level sandbox with its own permissions.

01

A broken app shows a broken app.

Not a broken site. The rest of the post, the theme, the menu, the checkout, all keep working. Worst case: that one widget shows an error. You delete the app from wp-admin and move on.

02

Apps see only what you allow.

Each app declares what it needs (read posts, read the current user, save preferences) and you approve it on install in plain English. "This app wants to: read your posts." Not "OAuth scope." Not "JWT permissions."

03

No code in your theme.

App code never gets pasted into theme files, snippet plugins, or functions.php. It lives in its own folder, with its own permissions, and gets uninstalled cleanly. Deleting an app is one click.

The sandbox is browser-enforced, the same isolation browsers use for embedded iframes on news sites. See the security page for the details on CSP, isolation modes, and what each permission actually exposes.

What you need

Free hosts 1 active app. Pro lifts the cap and adds CLI deploy.

The Free plugin hosts one active app at a time via the wp-admin artifact and bundle upload paths, the right fit if you paste from Claude.ai, ChatGPT, Lovable, or v0 and want it on your site. Pro ($149.99/yr) unlocks unlimited active apps and CLI deploy from Claude Code, Cursor, or Codex, on up to 3 sites. Studio ($499/yr) adds white-label, a private template registry, and unlimited sites. See full pricing.

Install the free plugin and put one app on your site.

Paste from Claude or ChatGPT in under a minute. If it does not stick, you are out a few minutes and your site is unchanged.

Install free Browse examples How it works