Evolv AI automatically discovers, personalizes, and serves progressively better journeys by continuously adapting to live user behavior.
NextJS SDK
SDK for embedding Evolv AI into NextJS applications.
Requirements
- React 16.8.0 or later
- NextJS 12.2.5 or later
- An environment running on Evolv AI
Installation
npm install @evolv/nextjs
Documentation
See https://evolv-ai.github.io/react-sdks
API
See https://evolv-ai.github.io/react-sdks/api/modules/evolv_nextjs
TypeScript
This package includes type definitions.
Debugging
Enhanced debug messages can be activated by setting the DEBUG
environment variable when running an application that uses the SDK.
See the debug library documentation for more details.
Example:
DEBUG=evolv:* npm start