Scaffold

AI chat playground

Full-page-style layout: header with model selector, message list (user, AI, code block, error, typing), suggested prompts, and prompt bar with attachments.

PreviewCode

AI Chat

U
Explain this code to me.
AI
Here’s a simple helper:
ts
const greet = (name: string) => `Hello, ${name}`;
AI
AI
file.pdf