Posts

Showing posts from July, 2025

Working with Component Builder in Sitecore XM Cloud

Image
In my previous blog , I have guided to setup Next.js app in Sitecore XM Cloud instance. In this blog, I wanted to explain how you can connect your cloned Nextjs App with your XM Cloud instance. BUT I thought as we have not built any component yet for site home page or any page and it will look odd to see a blank page after configuring and running on the local machine. So, I thought building a component using XM Cloud Component Builder first and then will checkout configuring Nextjs app in next blog. Creating Component using Component Builder Step 1: Login into your Sitecore XM Cloud account and click on your app. On the right pane, click on Open app button. Step 2:  On the menu bar, click on Components Step 3: Create Component Collection This is the group of component under a single collection. This collection will be visible in Page builder and it become easy to search from categorised the components based on their nature or type. Step 4: Choose a name to c...