Scaffold

AI chat playground

Full-page layout: header with model selector and Clear chat, message list (user left / assistant right), code block, error, typing, suggested prompts, prompt bar with attachments. Uses --chat-* theme vars and micro-animations.

PreviewCode

AI Chat

U

Explain this code to me.

AI

Here's a simple helper:

AI
ts
const greet = (name: string) => `Hello, ${name}`;
AI
AI
file.pdf