Next.js Chatbot Opinionated blueprint for production web chatbots. Focuses on patterns not covered by , , or — use those skills for general SDK, component, and framework questions. For multi-platform bots (Slack, Teams, Discord), use instead. Stack defaults - Runtime: bun - Model: with - AI SDK: — , - UI: shadcn/ui + ai-elements (see for component docs) - ORM: Drizzle + PostgreSQL - State: Zustand for client-side chat state (consent, session, suggestions) - Attachments: See Attachments component for file upload Recommended MCP servers - next-devtools ( via npx) — route inspection, build diagn…