Show HN: KaibanJS – JavaScript Framework for Building Multi-Agent Systems
Hey HN, A couple of friends and I spent the last three months working on KaibanJS, an open-source framework for building AI multi-agent systems. Honestly, we’re not 100% sure it’s fully ready for launch. But we’d love to get your feedback on it. The idea came from us trying to find a native JS solution for working with AI agents, and we couldn’t find anything that really fit well with the JS ecosystem… stuff like React, Next, State management, etc. So, we decided to build it ourselves. Because KaibanJS runs in the browser, we also built a cool UI—a Kanban board, kinda like Trello, that lets you visualize your agents as they work. It's much better than having to look at AI agent logs in the console ;) KaibanJS is designed to make working with agents easier for JS devs, without dealing with all the low-level stuff, but it’s flexible enough to handle more complex setups if needed. (We even use LangChain behind the scenes for some of the orchestration.) We’re excited to hear what you
DeepCamp AI