Integration
Learn how to add the Storyblok integration to your project.
The fastest way to get started is through our CLI. If you prefer to set it up manually, check out the step-by-step instructions.
Run the command
The recommended way to install the integration is to use the Croct CLI.
Command to initialize your project
npm
npx croct@latest initThe CLI will automatically detect Storyblok in your project and wrap your storyblokInit call with withCroct to enable personalization and AB testing features.
Behind the scenes, the integration uses one of our SDKs, which the CLI will also set up if not already present.