Overview of the ChatBotKit Primers. Learn how to create conversational AI chatbots using ChatBotKit API and 3rd-party frameworks.

The primers are introductory examples for developers new to ChatBotKit and conversational AI software. Each example contains detailed instructions and comments on how to create conversational AI application and additional resources that can help developers become more familiar with the platform and its features.

PlatformExampleDescription
Next.jsStateless Chat (App Router + RSC + Functions + Function Triggers)A stateless chatbot example, where the conversation is managed by the client and the server. This example uses the App Router and Server Actions as well AI functions with function triggers. This is a powerful example to demonstrate the full capabilities of the ChatBotKit conversational AI platform.
Next.jsStateless Chat (App Router + RSC + Functions)A stateless chatbot example, where the conversation is managed by the client and the server. This example uses the App Router and Server Actions as well AI functions.
Next.jsStateless Chat (App Router + RSC)A stateless chatbot example, where the conversation is managed by the client and the server. This example uses the App Router and Server Actions.
Next.jsStateless Chat (App Router)A stateless chatbot example, where the conversation is managed by the client. This example uses the App Router.
Next.jsStateless ChatA stateless chatbot example, where the conversation is managed by the client.
Next.jsBasic ChatA basic chatbot example, where the conversation is managed by ChatBotKit.
Next.jsNextAuth ExampleShows how to combine NextAuth and ChatBotKit.
NodeGPT4 Streaming AI chatbotA simple streaming AI chatbot example.
Cloudflare WorkersGPT4 AI chatbotA streaming AI chatbot example for Cloudflare Workers.