Installing the Kajoo NPM Package for Sitecore Next.js Projects
Kajoo provides lightweight component wrappers built on top of the official @sitecore-jss/sitecore-jss-nextjs
library. These components are published via the @kajoo-ai/sitecore-nextjs
NPM package.
Install the Kajoo Package
Ensure that the Kajoo package version matches the version of @sitecore-jss/sitecore-jss-nextjs used in your project.
For example:
- If you're using @sitecore-jss/sitecore-[email protected], then install:
npm install @kajoo-ai/[email protected]
Version Compatibility is Important
Using mismatched versions may result in runtime issues or broken functionality.
Reference

Updated about 20 hours ago