@chatbotkit/next 1.26.1 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,20 @@
9
9
 
10
10
  The [ChatBotKit](https://chatbotkit.com) SDK for Next.js is crafted to integrate chatbot functionalities seamlessly into Next.js applications, specifically optimized for Next.js Edge runtime environments.
11
11
 
12
+ ## Why ChatBotKit?
13
+
14
+ **Build lighter, future-proof AI agents.** When you build with ChatBotKit, the heavy lifting happens on our servers—not in your application. This architectural advantage delivers:
15
+
16
+ - 🪶 **Lightweight Agents**: Your agents stay lean because complex AI processing, model orchestration, and tool execution happen server-side. Less code in your app means faster load times and simpler maintenance.
17
+
18
+ - 🛡️ **Robust & Streamlined**: Server-side processing provides a more reliable experience with built-in error handling, automatic retries, and consistent behavior across all platforms.
19
+
20
+ - 🔄 **Backward & Forward Compatible**: As AI technology evolves—new models, new capabilities, new paradigms—your agents automatically benefit. No code changes required on your end.
21
+
22
+ - 🔮 **Future-Proof**: Agents you build today will remain capable tomorrow. When we add support for new AI models or capabilities, your existing agents gain those powers without any updates to your codebase.
23
+
24
+ This means you can focus on building great user experiences while ChatBotKit handles the complexity of the ever-changing AI landscape.
25
+
12
26
  ## Getting Started
13
27
 
14
28
  Begin your journey with ChatBotKit using these steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbotkit/next",
3
- "version": "1.26.1",
3
+ "version": "1.29.0",
4
4
  "description": "Utility library for ChatbotKit for Next.js",
5
5
  "license": "ISC",
6
6
  "engines": {