Example
Next.js + Vercel AI SDK + Agents Kit + shadcn/ui
How to start
Initialize Next.js Project
npx create-next-app@latest chat-app
Install Vercel AI SDK
npm install @ai-sdk/react
Install shadcn/ui
npx shadcn@latest init
Install Agents Kit
npx shadcn@latest add http://agents-kit.dev/r/chat-messages.json
npx shadcn@latest add http://agents-kit.dev/r/chat-form.json