Evolv AI automatically discovers, personalizes, and serves progressively better journeys by continuously adapting to live user behavior.
SDKs for embedding Evolv AI into React-based applications, such as React Web and NextJS.
See https://evolv-ai.github.io/react-sdks
See https://evolv-ai.github.io/react-sdks/api
cp -n .env-example .env.local
npx -y lerna bootstrap
npm startNOTE: Replace the values of
environmentin the .env.local file if you have an environment of your own.
If your environment belongs to stack other than
prod, you can also provide anendpointoption to point to a different stack.NEXT_PUBLIC_EVOLV_CONFIG='{"environment":"a925240014","endpoint": "https://participants.evolv.ai"}' REACT_APP_EVOLV_CONFIG='{"environment":"a925240014","endpoint": "https://participants.evolv.ai"}'
- React: http://localhost:4001/
- NextJS: http://localhost:4002/
