Headless and composable
Pertento for Vendure
A TypeScript backend with a separate storefront, so the tag covers the pages and the SDK covers the resolvers.
One script tag · 0.9 KB · no cookiesAll integrations
Vendure is a headless commerce backend written in TypeScript, with the storefront kept deliberately separate. Pertento follows that separation: the tag goes into the storefront and handles everything visible in the rendered page, and the SDK is called from a plugin or resolver when the experiment changes what the API answers. Assignment is shared, so the two never disagree, and a test can move from one side to the other without being restarted.
How it connects
- Add the tag to the storefront application’s head.
- Call the SDK from a plugin or resolver for server-side tests.
- Share the visitor identifier between the storefront and the backend.
More in Headless and composable
All integrations