Examples

From a single block to a full web app.

Same runtime, same bridge, different shapes. Seven real apps deployed on this site.

For your site

Drop-in apps for the site you already run.

For your site iframe

WooCommerce mini-storefront

A polished product grid, cart, and checkout flow on your existing WooCommerce shop. Sandboxed; no theme conflicts.

dsgo.commerce.products.list/get, cart.*, checkout.openHostedPage; abilities-first with REST fallback.

  • commerce
  • multi-page
  • iframe
For your site iframe

Member portal

A real account area with multi-page navigation: avatar, your posts, your preferences. Saves per-user settings.

dsgo.user.current, posts.list({author}), storage.user, router.navigate/subscribe.

  • multi-page
  • user
  • storage.user
For your site iframe

Recipe ranker (block embed)

A leaderboard of your top recipes that drops into any post via Gutenberg. Per-visitor view counts persist between visits.

dsgo.posts.list({categories}) + dsgo.storage.app for the per-visitor tally; mounted via the dsgo-apps/embed block.

  • posts.list
  • storage.app
  • block-embed
For your site inline

Inline pricing page

A theme-wrapped, indexable WP page that IS the app. Inline mode means real URLs, real SEO, real theme integration.

isolation: inline + theme.wrap: header_footer + routes. Nonce-stamped inline script and style; sitemap-included.

  • inline
  • theme-wrapped
  • sitemap

For developers

Proofs of capability for builders.

For developers iframe

Color contrast checker

Paste two colors, see WCAG AA/AAA verdicts. One HTML file, no dependencies.

No bridge. Single index.html with strict CSP. The save-from-Claude-artifact path made literal.

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

Build something worth sharing.

Scaffold a starter app, point it at your WordPress site, and ship.