DEV Community

Cover image for Building a chatbot app in 3 hours and 37 minutes
jsPlumb Javascript Library
jsPlumb Javascript Library

Posted on • Edited on

Building a chatbot app in 3 hours and 37 minutes

This starter application was the subject of our news post Building a chatbot app in 3 hours and 37 minutes, in which we showcase exactly how simple something like this is to build with the jsPlumb Toolkit. You'll save months of development time by leaving the boring stuff to us and focusing on what makes your app unique.

Recently we had the idea that a good addition to our list of starter applications might be a chatbot demo. In this post we're going to track the process in real time, or real-ish time, at least. We're going to write this in ES6, and we'll use esbuild to create our bundle.

The source code of this demo is available on Github. If you're not a licensee of the Toolkit, you can start your 30 day free trial of jsPlumb here.

Read the whole blog here: https://jsplumbtoolkit.com/blog/2023/10/03/how-to-build-a-chatbot-designer

In a subsequent post we explored how to use the Toolkit’s seamless Angular integration to port this to Angular 16. You can read the whole post here: https://jsplumbtoolkit.com/blog/2023/10/04/angular-chatbot

We’ve also released a version for React 17+, Vue 2 and Vue 3. https://jsplumbtoolkit.com/demonstrations/chatbot

We hope you’re enjoying our latest demos.

Top comments (0)