botui
Package
You can install the core botui package using:
npm i botui
The core package provides the framework-agnostic JavaScript API for creating conversational flows.
Documentation
- API Reference - Complete API documentation
- Plugins Guide - Learn how to extend BotUI with plugins
- TypeScript Guide - Type-safe bot development
Key Features
- Framework-agnostic - Works with any frontend framework
- Promise-based API - Clean, intuitive conversation flow
- Plugin system - Extensible through custom plugins
- Block architecture - Messages and actions as composable blocks
- State management - Built-in conversation state handling