BotHigh is a powerful, easy-to-use platform that helps business owners build, deploy, and manage marketing bots with minimal effort. Our solution ensures that bots are highly customizable, enabling seamless interaction across various platforms.
- Easy bot creation: No coding required – just a few clicks to set up your bot.
- Customizable: Modify bot behavior and appearance to fit your brand.
- Multi-platform integration: Deploy bots on websites, WhatsApp, Telegram, and more.
- Seamless management: Monitor bot performance and make updates in real-time.
- Node.js (v18+ recommended)
- Docker & Docker Compose
- PNPM as the package manager (install it globally using
npm i -g pnpm) - PostgreSQL (handled with Docker)
- Clone the Repository
git clone <repository_url> cd <project_directory>
- Install Dependencies
pnpm install
- Start Database using Docker Compose
docker-compose up -d
- Apply Prisma Migrations
npx prisma migrate dev
- Seed the Database with Dummy Data
pnpm run seed
- Run the Application
pnpm run dev