Recent Posts

Next.js ISR + Netlify Cache Tag Purge for Sitecore Site Pages

We recently deployed our Sitecore Next.js site on Netlify and ran into a frustrating caching problem. Even after revalidating pages, they stayed cached. The standard Next.js ISR revalidation just was

Read More

Integrating SAP Customer Data Cloud with Sitecore XM Cloud Next.js - A Complete Implementation Guide

I recently got the chance to implement SAP Customer Data Cloud (formerly Gigya) authentication in our Sitecore XM Cloud Next.js application. The goal was to create an authentication system that integ

Read More

SEO Audit - Sitecore XM Cloud Marketplace App

Working in Sitecore XM Cloud, I often noticed a gap: it can be difficult to quickly identify SEO and accessibility issues on a website page. Things like missing alt text, page titles, or improper hea

Read More

Secured Pages SXA Module for Next.js - Authentication Middleware Implementation

When building headless Sitecore implementations with Next.js, securing specific pages or sections of your website is a common requirement. Whether it's user profiles, admin areas, or premium content,

Read More

GraphQL Query Optimization in Sitecore XM Cloud - Performance Patterns for Enterprise Scale

GraphQL performance is one of the most common pain points in Sitecore XM Cloud implementations. Developers report page load times degrading under traffic, inconsistent Experience Edge cache behavior,

Read More

Setting Up Local HTTPS with Caddy Reverse Proxy for Next.js JSS

Running your **Next.js + Sitecore JSS** stack under HTTPS locally isn’t just about flashing a padlock icon—it keeps API contracts, cookies, and OAuth flows behaving exactly like they do in production

Read More