Answers about setup
Questions and answers from the Croct community about setup.
Where in my React tree should I put the CroctProvider?
just installed @croct/plug-react and I am not sure how high up the tree the provider actually needs to be. I have a few routes that read content and one that…
Do I need to build a VTEX IO app to connect Croct, or is there a simpler way?
we run a mid-size store on VTEX and the Croct integration just showed up on my radar. my first assumption was that connecting it meant building a VTEX IO app,…
How do I get our HubSpot form submissions into Croct without a dev ticket?
ok so we run a bunch of HubSpot forms for gated content and demo requests, and I just saw the new HubSpot forms integration land. I would love to have those…
Installed the Optimize app but I do not see any Croct field on my blocks
installed the Optimize app from the Storyblok app directory and I assumed a Croct field would just show up on every block automatically. it did not. the…
How does the Croct GTM tag actually get installed, is it just one tag?
My team runs everything through a single GTM container, and I keep our tags organised so I want to understand exactly what gets added before I touch anything.…
Where do we start to show industry-specific messaging to anonymous B2B visitors?
planning our Q4 homepage refresh and hitting a wall. right now everyone sees the same generic pitch, but honestly half our traffic is anonymous companies in…
Is there an official Croct SDK for PHP, or do we hit the HTTP API by hand?
our stack is mostly PHP and we want to add personalization to a few pages without bolting a client-side snippet onto the frontend. server-rendered is the…
First time wiring the Nuxt SDK, is this really all the setup?
Coming off a heavier client-side testing tool, I had blocked out a couple of days for the integration because that is what the last one took. Instead I ran…
Wiring the Croct request context into my Hydrogen loaders, is this a lot of plumbing?
standing up a fresh Hydrogen storefront on React Router 7 and adding Croct to it. my assumption going in was that I would have to construct a Croct instance…
With Sanity, do I install a plugin in Studio or is it all on the frontend?
setting up personalization on an existing Sanity project and I am a bit confused about where the integration actually lives. I assumed there would be a Studio…
Is the Vue SDK feature-equivalent to the React one?
Hello everyone. Our team is split between a Vue 3 storefront and a React admin, and we already use Croct on the React side. Before I promise anything to the…
Does croct init work on a Hydrogen storefront or do I wire everything manually?
We are starting a new Hydrogen storefront (Hydrogen 2026.4.0, Node 22.12) and I am evaluating Croct for personalization. The quick start mentions npx…