BotBuilder is a React app that lets users configure a custom chatbot, simulate chat conversations, and log interactions. It mimics a lightweight frontend for testing prompt engineering and chatbot behavior.
The app is deployed and accessible here:
https://botbuilder-woad.vercel.app/
| Tech | Purpose |
|---|---|
| React | Frontend framework for components |
| Tailwind CSS | Styling with utility classes |
| JavaScript | State handling, logic, and events |
Clone the repo and install dependencies:
git clone https://github.com/codersmiti/botbuilder.git
cd botbuilder
npm install
npm start