diff --git a/components/vibn-chat/chat-panel.tsx b/components/vibn-chat/chat-panel.tsx index d93ebea1..8a353f96 100644 --- a/components/vibn-chat/chat-panel.tsx +++ b/components/vibn-chat/chat-panel.tsx @@ -846,20 +846,70 @@ export function ChatPanel() { {/* Messages */}
{messages.length === 0 && !sending && ( -
-
- V +
+
+
+ V +
+

+ {activeProjectName ? `Welcome to ${activeProjectName}.` : "Welcome to Vibn."} +

+

+ Tell me what you want to build and I'll scaffold it, run it in a preview, and ship it when you say so. Paste a brief, drop a link, or pick one of these to start: +

+
+ +
+ {[ + { + label: "Build a Next.js todo app", + prompt: "Build me a simple Next.js todo app. Scaffold it, start the preview, and walk me through what you did.", + }, + { + label: "Walk through my scope doc", + prompt: "I'm going to paste a scope document next. Read it, summarize the product in 3 bullet points, and tell me what you'd build first.", + }, + { + label: "Help me plan a new idea", + prompt: "I have a rough product idea. Ask me 3-5 questions to understand it, then propose a Plan we can work from.", + }, + { + label: "Show me what you can do", + prompt: "Give me a 30-second tour of what you can do as Vibn. Keep it concrete — what tools you have, what you'd ship in the next 5 minutes if I said go.", + }, + ].map((s) => ( + + ))}
-

- Vibn AI -

-

- Ask me to deploy an app, register a domain,
or help plan your next product. -

)}