ConvoStack

Screenshot 2023-06-02 at 2 47 17 AM

What is ConvoStack?

ConvoStack is a plug and play embeddable AI chatbot widget and backend deployment framework for your website. It is completely free and open source and currently running on our docs website!

The core technologies are:

  • React (frontend)
  • Express.js (backend)
  • Redis (Production cache & pub/sub)
  • Langchain (AI agent framework integration)

To learn more about the project, compatible technologies, and how to get started, check out the docs.

Try it out

To see a live demo of ConvoStack, check out our free playground!

Learn the Basics

Learn about ConvoStack and what sets it apart from other AI chatbot software:

Getting Started

Get your AI chatbot up and running in minutes with our quickstart guide:

Installation

To add the ConvoStack framework to an existing project, run the following command:

npm install --save convostack

Architecture

Documentation

To see the full documentation check out our docs site at docs.convostack.ai.

GitHub

View Github