https://chatbotkit.com/examples/nextjs-app-stateless-chat-rsc-functions-request
A chat interface with interactive function calling that requests user confirmation before executing actions, demonstrating advanced control flow.
next js chatai chatbotinteractivefunctionrequests
https://ai-sdk.dev/cookbook/next/chat-with-pdf
Learn how to build a chatbot that can understand PDFs using the AI SDK and Next.js
next js chatpdfs
https://chatbotkit.com/examples/nextjs-pages-stateless-chat
A stateless chat interface using Next.js Pages Router with API routes, demonstrating the classic Next.js architecture pattern.
next jschat aistatelesschatbot
https://chatbotkit.com/examples/nextjs-pages-stateful-chat
A stateful chat interface that persists conversation history on the ChatBotKit platform using conversation IDs.
next jschat aistatefulchatbot
https://chatbotkit.com/examples/nextjs-app-stateless-chat-rsc-functions
An advanced chat interface demonstrating ChatBotKit function calling with Next.js Server Actions for interactive AI capabilities.
next js chatfunction callingai chatbot
https://chatbotkit.com/examples/nextjs-hybrid-basic-chat
A chat application demonstrating hybrid Next.js architecture that works with both App Router and Pages Router.
next jschat aihybridbasicchatbot