A SaaS platform that allows businesses to deploy AI-powered WhatsApp bots using Claude API.
To get started with local development, please follow the detailed instructions in setup.md.
- Install dependencies:
npm install
- Configure environment variables in
.env. - Run migrations:
npx prisma migrate dev
- Start the server:
npm run dev
This project is built with Next.js, Prisma, and PostgreSQL. It integrates with the WhatsApp Business API and Anthropic's Claude API.