Product
Docs
Pricing Blog Install free

Live proof

Three installed apps. One real WordPress site.

Not a mockup. Not a roadmap. Not a video pretending to be a product. These apps are running on designsetgo.dev through the same DSGo Apps runtime you install on your site, and the source for each is a public repo you can fork.

Try the installed apps

Start where a skeptic would start: click the real thing.

The three-app set intentionally spans the launch claims: a saved artifact, a permissioned WordPress action, and a connected commerce app.

iframe

/apps/quicktool

A color contrast checker

Pick two colors, see whether they pass WCAG accessibility ratios. One HTML file, no build step, no bridge calls, drop in a saved Claude artifact and ship.

  • single-file
  • zero-build
  • csp-strict
iframe

/apps/contact

A contact form that just works

A polished form on your site that emails you when visitors reach out. The app never holds an SMTP password, WordPress's built-in mailer handles delivery.

  • email.send
  • forms
  • iframe
iframe

/apps/shop

A storefront for your shop

A polished product grid, cart, and checkout that lives alongside your existing WooCommerce store. No theme tweaks. If the app breaks, your site is fine.

  • commerce
  • multi-page
  • iframe

Proof checklist

The claims are tied to files you can inspect.

Each example is deliberately small enough to audit: manifest, app source, release bundle, and live route all line up.

Permissioned WordPress action

Contact form

Can send only to the site admin through wp_mail. The iframe never holds SMTP credentials.

examples/contact/dsgo-app.json

github.com/DesignSetGo/contact

Connected commerce app

Shop

Reads WooCommerce products and cart through declared commerce and abilities permissions.

examples/shop/dsgo-app.json

github.com/DesignSetGo/shop

Common objections

Built for the second question.

Launch visitors will ask what happens after the first neat demo. The answer is visible here: permissions, source, isolated routes, and reusable bundles.

Is this just screenshots? +
No. Each primary card links to a live app installed on designsetgo.dev under /apps/{slug}. Open it, click around, and inspect the bundle source.
Can a generated app wander through my site? +
No. Every bundle declares a manifest. Quicktool declares no bridge permissions; Contact declares email only; Shop declares commerce/user/abilities reads only.
What if an app breaks? +
The demo apps run in isolated routes with a strict runtime. A broken app is contained to its app frame or route, not the WordPress theme, admin, or other apps.

Now check the broader slate

The full lineup is on /examples.

The examples page includes the full app lineup: member portal, block renderer, inline pricing page, recipe ranker, Stripe proxy, and AI companion preview.

See all examples Read the docs Install plugin