This Turborepo demonstrates how to integrate AI chatbots into various technologies using the Sensay AI Chatbot platform.
Sensay AI Chatbot is a powerful platform for creating AI-powered chatbots that can:
- Provide instant customer support
- Answer product questions
- Handle sales inquiries
- Offer personalized assistance
- Integrate seamlessly with your existing website
The platform offers easy integration through simple script tags and provides advanced AI capabilities for enhanced user experience.
This Turborepo includes the following packages/apps:
nextjs
: a Next.js app demonstrating AI chatbot integration
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd widget-examples
# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo build
# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo build
yarn dlx turbo build
pnpm exec turbo build
You can build a specific package by using a filter:
# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo build --filter=nextjs
# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo build --filter=nextjs
yarn exec turbo build --filter=nextjs
pnpm exec turbo build --filter=nextjs
To develop all apps and packages, run the following command:
cd widget-examples
# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo dev
# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo dev
yarn exec turbo dev
pnpm exec turbo dev
You can develop a specific package by using a filter:
# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo dev --filter=nextjs
# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo dev --filter=nextjs
yarn exec turbo dev --filter=nextjs
pnpm exec turbo dev --filter=nextjs
Learn more about Sensay AI Chatbot:
Learn more about the power of Turborepo: