MVP 2026
Technology
Timeline
Integrating Sitecore XM Cloud Content with Coveo using Next.js API
Delivered a session on integrating Coveo with Sitecore XM Cloud using a custom Next.js API approach. The talk covered indexing content in Coveo, filtering items by templates and fields, enabling real-time indexing through webhooks, and managing scheduled full content syncs.
Youtube Link : https://www.youtube.com/watch?v=2DUBUuftu9E
Sitecore XM CloudXM Cloud GraphQL query builder - Marketplace application
Built an XM Cloud Marketplace app that makes GraphQL for Sitecore Visual and effortless - browse the schema, select fields, and run Item, Search, Layout, or Site queries with instant results. No need to write queries.
https://www.linkedin.com/posts/activity-7371935798138437632-e4ou
Sitecore XM CloudPush Sitecore XM Cloud Content to Coveo Using a Next.js API
How to index content in Coveo from Sitecore XM Cloud – Using a custom API approach with Next.js to push data into Coveo – Filtering content by templates and fields to control what gets indexed – Handling real-time indexing on publish using webhooks – Indexing with scheduled full syncs
https://sugpune.in/event/push-sitecore-xm-cloud-content-to-coveo-using-a-next-js-api/
Sitecore XM CloudPagination with GraphQL & React Query in Sitecore XM Cloud
A blog post describing how to implement efficient, scalable pagination in a headless Sitecore XM Cloud application using GraphQL and React Query’s useInfiniteQuery, with support for dynamic tag-based filtering and “Load More” functionality.
Sitecore XP Sitecore XM Cloud Sitecore JSScoveo-xmcloud-starter-api | open source project
This project provides a Next.js API route that pushes Sitecore XM Cloud content to a Coveo Push Source. It supports full-site and single-item indexing, with flexible control over templates, components, and fields — ideal for headless, cloud-native Sitecore implementations.
Sitecore XM Cloud Sitecore JSSSitecore XM Cloud: Ribbon Buttons & Edge Webhooks Manager
This session will help you to Learn how to configure custom ribbon buttons in Sitecore XM Cloud and use the Edge Webhooks Manager PowerShell tool to manage the Experience Edge webhooks directly from the Content Editor.
https://community.sitecore.com/community?id=community_event&sys_id=e2403506c3f92210e813349f050131fc
Sitecore XP Sitecore XM CloudBuilding a Sitecore XM Cloud to Coveo source push connector Using PowerShell
A blog post describing a custom PowerShell-based solution to integrate Sitecore XM Cloud with Coveo for search indexing, using the Coveo Push API to automatically send published content to Coveo sources.
Sitecore XM CloudResolving XM Cloud Page Builder Errors When Using a Custom Rendering Vercel Host
A blog post explaining the cause of intermittent “500 Internal Server Error” issues when using a custom Next.js rendering host on Vercel with Sitecore XM Cloud Page Builder, and detailing solutions to address unreliable disk-based caching of editing data.
Sitecore XM CloudCreating Custom Environments in Vercel for Sitecore XM Cloud Next.js App
A blog post explaining how to create and configure custom environments in Vercel for Sitecore XM Cloud Next.js applications, enabling better environment isolation and streamlined deployment workflows.
Sitecore XM Cloud Sitecore JSSSitecore MVC Code Analyzer: Enhance Your Code Quality
A blog post introducing the Sitecore MVC Code Analyzer, a custom Visual Studio extension built to identify Sitecore-specific performance and architectural issues, helping developers follow best practices and improve code quality.
Sitecore XPSitecore MVC Code Analyzer Visual Studio Extension
The Sitecore MVC Code Analyzer is a Visual Studio extension designed to help developers enforce best practices, identify performance issues, and maintain a clean architecture in Sitecore MVC projects. The extension automatically scans solution files, highlighting potential problems and suggesting improvements.
Extension Link : https://marketplace.visualstudio.com/items?itemName=JagadheeshMaroju.SitecoreMVCCodeAnalyzer
Sitecore XPSitecore XM Cloud: ‘File’ Field Error Post SCCH DAM Connector Setup
A blog post detailing an issue encountered with the “File” type field after installing the Content Hub connector in Sitecore XM Cloud, explaining the root cause and providing a workaround involving source path configuration.
Along with these blogs, I also have added the below blogs:
- Automating Content Health Checks in Sitecore XM Cloud
Link: https://jagadheeshblog.wordpress.com/2025/08/18/automating-content-health-checks-in-sitecore-xm-cloud/ Date: 08/18/2025
- Pushing Sitecore ...
Content hub connector throws error on click of open file button for 'File' field
I reported an issue where, after installing the Content Hub connector in our XM Cloud environment, clicking the “Open file” button in the File field triggers an error, even though the connector installation completed successfully.
Sitecore Content Hub Sitecore XM Cloudxmcloud-edge-webhook-management-tool
There is no interface to create/update or delete the xm cloud edge admin API webhooks anywhere. If we want to manage these webhooks we will have to go to postman or any other tool and do multiple API calls.
I created a powershell module for this and with this module, we can just manage these webhooks on sitecore CM ribbon itself.
Sitecore XM CloudAccelerate Sitecore XM Cloud adoption using Generative AI
I am working with Ahmed Okour on "Accelerate Sitecore XM Cloud adoption using Generative AI" project where I am currently working on automating the component creation process in sitecore after AI generates the code for headless component. This work is currently in progress and the current code can be found in the link.
Sitecore XM Sitecore XP Sitecore XM Cloud2024
8/Nov
Slack
Provided few answers and asked multiple questions in slack. Example Instance : Got a question on edge content is not getting updated after re-publishing items.
provided answer publish site item and if needed clear edge cache.
Sitecore XM CloudCannot add component in pages builder
I reported an issue where components cannot be added to a placeholder through the Pages editor, despite being added successfully through the Experience Editor.
I have also reported below bugs along with this bug. Please find the details below
Couldn't add data source item under the page sub item for local data item. Date: 10/25/2024 Link: https://support.sitecore.com/csm?id=csm_ticket&table=sn_customerservice_case&sys_id=52622918c3655e10a48a1585e0013120&view=sp
PowerShell Sc...
Sitecore XM Cloud: Capturing the Original Submitter for Workflow Email Notifications
Sitecore XM cloud workflow webhook doesn't provide the username who submitted the item for workflow approval. This gives a challenge for sending an email to the submitter whether the workflow is approved/rejected. This blog provides the way to solve.
Sitecore XM Cloud