Command Palette
Search for a command to run

Next.js Pages Router Quickstart

✓ Relevant

Build a streaming chat app with Next.js Pages Router: set up route handler with `streamText()`, use `useChat()` hook for UI, add tools with `tool()` and Zod schemas, enable multi-step tool calls with `stopWhen: stepCountIs(n)`.