

Bottender
Bottender is a framework for building conversational user interfaces, built on messaging APIs.
This framework features easy setup, optimized for real-world use cases, automatic bundling requests, and many other compelling features like intuitive APIs. Bottender takes care of the complexity of conversational UIs on your behalf. You can design handlers for each event and specify them in your application, and Bottender will act accordingly. This approach makes your code more predictable and easier to debug.
With Bottender, you only need a few configurations to get your bot working with channels, automatic server listening, webhook setup, signature verification, and more. There are thousands of bots supported by Bottender, optimized for real-world use cases and automatic bundling requests.
Bottender allows you to create applications on every channel without compromising user experience. You can apply progressive enhancement or graceful degradation strategies to your core components.
Bottender includes some functional and declarative methods that can help you define your conversations. For most applications, you’ll start by defining routes that you may be familiar with when developing a web app.
Bottender is written in TypeScript and JavaScript and works on Linux, Windows, and macOS. It is licensed under the MIT License.

Post Comment