A suite of open source tools for creating and managing virtual assistants and chat bots. Built by ANS.
Get started with just two commands using our handy command-line tool.
npm i -g basebot-cli
basebot create
This monorepo is managed with Lerna. Packages are contained inside the packages directory. To watch and build all packages on changes, just run npm run dev
from the root.
Use npm run build
to simultaneously build all packages.
For more info see the readme inside each individual package or checkout our documentation