ConvoStack
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:
- Quickstart: ConvoStack Playground (React, Express, TypeScript)
- Support and ‘chat with your docs’ agent
- Pinecone
- OpenAI
- Web crawler for loading docs
- Langchain
- “ChatGPT” agent
- OpenAI
- Langchain
- Bare-bones Conversational QA agent
- OpenAI
- Langchain
- Support and ‘chat with your docs’ agent
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.