PromptFloe documentation

Build, augment, and ship apps from a chat.

PromptFloe turns a natural-language prompt into a running web app — then lets you keep working on it through the same chat. Generate, edit, deploy, and harden your app without leaving the conversation.

#What PromptFloe is

PromptFloe is a multi-agent app studio. You describe what you want, the orchestrator scaffolds a real React + Vite app in a WebContainer sandbox, and the live preview boots in your browser. From there you can:

  • Edit files in the embedded Monaco editor — changes hot-reload in the preview within milliseconds.
  • Continue the conversation to make changes ("add a pricing page", "switch to dark theme", "swap in real customer data").
  • Run skills — sub-agents like /roast, /seo-audit, or /seo that critique or augment your app.
  • Deploy to Netlify in one click, sync to GitHub, and pick up where you left off across sessions.

#Key concepts

#How the pieces fit together

A typical session flows from prompt to shipped app in five stages:

  1. Plan — landing prompt input, optional augmenter chips, optional template.
  2. Build — multi-agent pipeline scaffolds the app in a WebContainer sandbox.
  3. Review — code + preview in the workbench; iterate by chatting or editing files directly.
  4. Augment — run skills (/seo, /roast) or queued augmenters to harden + improve.
  5. Ship — one-click deploy to Netlify, optional GitHub auto-sync.

The RunHeader at the top of every chat shows which stage you're in (Plan → Build → Review → Ship), with the active stage colored and previous ones marked done.

#Where to go next

PromptFloe docs · last updated Jun 2026Report a doc issue