Visual content builder within your CMS; integrates custom HTML via SDK for seamless front-end rendering.
Shopstory is a visual, no-code page builder that empowers non-technical users to create and manage website content without needing developers. It integrates with modern CMS platforms like Contentful and Sanity, allowing users to add visual content fields to existing content models.
Unique Features:
Create a Shopstory Client: Initialize a ShopstoryClient
instance using your Shopstory configuration and context parameters (like locale).
const shopstoryClient = new ShopstoryClient(shopstoryConfig, { locale });
Fetch Content from CMS: Use a function to fetch the raw content from your CMS. This content is not yet optimized for rendering.
const rawContent = await fetchShopstoryContentJSONFromCMS(entryId, locale);
Add Content to Client: Add the fetched raw content to the Shopstory client.
const renderableContent = shopstoryClient.add(rawContent);
Build the Content: Call the build
method on the client to prepare the content for rendering.
const meta = await shopstoryClient.build();
Render the Content: Use the Shopstory
component to render the content in your application, ensuring it is wrapped with ShopstoryMetadataProvider
.
<ShopstoryMetadataProvider meta={meta}>
<Shopstory content={renderableContent} />
</ShopstoryMetadataProvider>
Configure Server-Side Rendering (SSR): Update your _document.ts
file to include the Shopstory styles for proper rendering.
import { shopstoryGetStyleTag } from '@shopstory/core/react';
By following these steps, you can effectively integrate custom HTML components into your Shopstory setup.
Create your OpenAssistantGPT chatbot
Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.
Configure your chatbot settings
Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.
Get your embed code
In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.
Add the embed code to your Shopstory website
Log in to your Shopstory account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with Shopstory, you can customize the following:
Website
Visit ShopstoryNo-code Solution
✅ No coding required
Custom HTML Support
✅ Supports custom HTML