This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Botfly includes integration with Crestal's IntentKit API for intelligent intent prediction and conversation management. The integration provides:
- Intent listing and discovery
- Real-time intent prediction from user input
- Conversation creation and message handling
- Full TypeScript support with error handling
Configuration: Set CRESTAL_BASE_URL
and CRESTAL_API_KEY
environment variables. The integration defaults to https://open.service.crestal.network/v1
if no base URL is provided.
Usage: Access the Crestal integration through the Integrations section in the app dashboard to test intent prediction and explore available intents.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.