Cómo funciona Ejemplos Documentacion Precios Blog WP Blocks Instalar gratis
PRO Lights up May 20, 2026 with WP 7.0 BETA

Build apps with AI without leaving WordPress.

Riff lives inside wp-admin. Describe what you want in plain English, watch it draft the app live, review the permissions in human terms, install it with one click. It uses your site's configured AI provider (Anthropic, OpenAI, or Google), so we never hold your keys and never bill for inference.

See pricing How it works

25 segundos, de solicitud a URL en vivo. Mismo tiempo de ejecución, mismo formato de paquete, mismas rutas de montaje de Gutenberg / Elementor / página de inicio que una app implementada por CLI.

How it works

Three steps. No terminal.

Open DSGo Apps then New app in wp-admin. The rest is a conversation.

1 Describe it

Plain English, like a brief.

"A booking widget for my consultation slots that emails me each booking and shows the visitor their next appointment." No code, no separate tool to learn.

wp-admin then New app
2 Riff drafts it

Live preview, plain-English permissions.

Watch the app draft live. Permissions surface in human terms ("wants to read your posts"), not OAuth scopes. Iterate by chatting: "make the result bigger," "use my brand colors."

live preview · plain-English permissions
3 One-click install

Live at /apps/{slug}

Drop it into any post via the DSGo Gutenberg block, an Elementor widget, or promote it to your site's home page. No deploy step, no FTP. Same sandbox as a CLI-deployed app.

install · same runtime as the CLI

What you can build with it

Real apps for the kind of site you already run.

Paste any of these into Riff. The AI writes the app, the plugin runs it, you embed it where you want it. Browse use cases for more by vertical.

Un widget de reservas

Paste into Riff

"Un widget de reservas de clases que lee mis sesiones próximas y me envía un correo por cada reserva."

Lee tus sesiones desde un CPT de WordPress, registra a los visitantes mediante almacenamiento por usuario y envía un correo de notificación a tu bandeja de entrada con cada reserva.

Una calculadora de hipotecas

Paste into Riff

"Una calculadora de hipotecas con PMI, impuestos y cuotas de HOA. Muestra la amortización en una tabla."

Widget interactivo independiente, ubicado en /apps/mortgage, incrustable como bloque de Gutenberg o widget de Elementor en cualquier página de listado.

Un quiz para captación de leads

Paste into Riff

"Un quiz de 6 preguntas que recomienda uno de mis servicios y captura el correo electrónico al final."

Guarda el prospecto bajo la cuenta de WordPress del visitante, te muestra las respuestas en wp-admin, sin servicio de formularios de terceros.

Un portal solo para miembros

Paste into Riff

"Un área de miembros: con acceso de inicio de sesión, muestra las recetas guardadas del visitante y un botón para agregar nuevas."

Lee el inicio de sesión actual de WP del visitante, usa almacenamiento por usuario para su lista guardada, controlado por un permiso que apruebas en la instalación.

Your AI provider, your bill

We never hold your keys.

Riff does the engineering around the AI call: it writes the prompts, checks the output, and fixes common mistakes before you ever see the app. The actual model calls go through the provider account you configured in WordPress.

01

Configure once, in WordPress.

Site admin sets up Anthropic, OpenAI, or Google credentials once at Settings then Connectors (new in WordPress 7.0). Every AI feature on the site, Riff included, inherits that configuration.

02

Riff calls through your provider.

When you prompt Riff, the request goes from wp-admin to WordPress's AI client to your configured provider. DSGo sees the prompt template and the response; we never see your API key, and the inference bill lands on your provider account, not ours.

03

No usage caps, no markup.

Because we don't pay for inference, we don't cap it. Use as much of your provider quota as you want. The Pro subscription is for the authoring stack (Riff, CLI deploy, Pro runtime features), priced like a tool, not a meter.

Requires WordPress 7.0, which ships May 20, 2026. The plugin runs on WordPress 6.9 and up for everything else (drop-HTML upload, CLI deploy, bridge runtime), but Riff itself depends on the Connectors API and WP AI Client that arrive with 7.0.

Why this is safe

Sandboxed by default. Permissioned by you.

Apps Riff builds run in the same browser-level sandbox as CLI-deployed apps. Nothing the AI writes can touch your theme, your other plugins, or the rest of your site.

01

Apps see only what you allow.

Every Riff 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 scopes, not JWT permissions.

02

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. Delete it from wp-admin and move on.

03

No code in your theme.

Riff doesn't paste code into your functions.php or your theme files. The app is its own bundle on disk, served at its own URL, isolated from the WordPress runtime.

More on the sandbox

Riff or the CLI?

Same runtime, different doorway.

Riff and the CLI produce the same bundle format, the same manifest, the same sandboxed app at /apps/{slug}. Pick whichever fits where you already work.

Use Riff if

You build in wp-admin.

You think about the app in plain English, not code. You want to ship it without opening a terminal, an editor, or a new tab. You want the permissions surfaced in human terms before you click install. You iterate by chatting, not by editing files.

wp-admin → DSGo Apps → New app
Use the CLI if

You build in Claude Code, Cursor, or Codex.

You already have an AI coding agent open. You want to deploy the bundle you're building from your editor, push updates atomically, and version-control the project. CLI flow

designsetgo apps deploy

FAQ

The honest questions.

¿Pago el uso de IA por separado? +
Sí, pero no hacia nosotros. Riff llama a través de cualquier proveedor que configuraste en WordPress en Configuración y luego en Connectors (Anthropic, OpenAI o Google). Tu factura del proveedor es tu factura del proveedor; nunca guardamos tu clave de API y nunca marcamos las llamadas de inferencia. La suscripción Pro cubre la pila de autoría, no el uso del modelo.
¿Qué pasa con las apps que construí en Riff si cancelo Pro? +
Permanecen instaladas y siguen funcionando. Pierdes la capacidad de iterarlas dentro de wp-admin (Riff desaparece con la suscripción), pero las propias apps son simplemente bundles en disco. Conservan sus URLs, sus permisos y sus datos. Si una app dependía de funciones de tiempo de ejecución exclusivas de Pro (trabajos programados, webhooks, rutas dinámicas, publicación de habilidades), esas quedan inactivas hasta que vuelvas a actualizar, pero el resto de la app sigue funcionando.
¿Puedo editar después una app creada con Riff en Claude Code? +
Sí. Cada app de Riff tiene el mismo formato de paquete que una app implementada con CLI: un manifiesto, un HTML de entrada y los activos que referencia. Exporta el paquete desde wp-admin, abre la carpeta en Claude Code o Cursor, itera y despliega la siguiente versión con designsetgo apps deploy. Mismo ID de app, misma URL, los mismos datos, actualización atómica.
¿Funciona Riff antes del 20 de mayo de 2026? +
Todavía no. Riff depende de la Connectors API de WordPress 7.0 y de WP AI Client, que llegan al core el 20 de mayo de 2026. El plugin en sí funciona en WordPress 6.9, pero el constructor de IA dentro de wp-admin se activa cuando actualizas a la versión 7.0. Mientras tanto: crea apps con Claude, Cursor, ChatGPT o v0, luego sube el HTML guardado a wp-admin (gratis, 1 app activa) o envíalo desde el CLI (Pro).

Riff is included on every Pro plan.

From $149.99/yr. 14-day trial, no card required to start.

Install free plugin See pricing