kaiban-ai / KaibanJS

KaibanJS is a JavaScript-native framework for building and managing multi-agent systems with a Kanban-inspired approach.
https://www.kaibanjs.com/
MIT License
453 stars 24 forks source link

[DOC ISSUE] - Add a Next.js Example to KaibanJS Documentation #91

Open dannleft opened 3 weeks ago

dannleft commented 3 weeks ago

Describe the Issue

Currently, the documentation provides a tutorial for integrating KaibanJS with React using Vite. However, many developers use Next.js to build their applications, and it would be helpful to have a clear example or guide for setting up and integrating KaibanJS with Next.js.

This example could follow a structure similar to the existing React tutorial, covering the project setup, installation of dependencies, defining agents, and handling tasks within a Next.js application.

Including a Next.js-specific example would make the documentation more comprehensive and accessible to developers who use that framework.

Doc URL

This suggestion is related to the section "React + AI Agents (Tutorial)" in the documentation: https://docs.kaibanjs.com/react-tutorial. And the idea is to do something similar but with Next.js + AI Agents (Tutorial), which does not exist in the documentation.