// The prompt copied by the "Copy prompt" button in the homepage hero. // Paste into any AI coding agent (Claude Code, Cursor, Windsurf, Codex, etc.) // to scaffold and wire up assistant-ui inside the user's project. export const SETUP_PROMPT = `Step 1: Read the docs Read https://assistant-ui.com/llms-full.txt — the full reference in one file. Append ".md" to any docs URL for raw markdown (e.g. /docs/installation.md). Step 2: Ask the user Ask (a) fresh project vs (b) integrate into an existing project, and which runtime: default (AI SDK + OpenAI), LangGraph, Assistant Cloud, MCP, or a custom backend (Assistant Transport / AG-UI / A2A / Google ADK). Step 3: Create or integrate You are in a non-interactive agent shell — do NOT omit the flags below. If (a) fresh project: Run: npx assistant-ui@latest create -t