
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeBased on my research of the hydrogen-sanity library and its GitHub repository, here are answers to your specific questions:
Yes, hydrogen-sanity is actively supported and maintained. The library is currently at version 5.1.1 (released November 18, 2025) with 285 commits and regular updates from the official Sanity team.
Regarding deprecated methods - this depends on which version your template is using:
The library requires @shopify/hydrogen >= 2025.5.0 and supports modern Hydrogen/Remix Router patterns. If your template is older, I'd recommend reviewing the migration guides to ensure you're using current, supported methods rather than deprecated ones.
Note on Shopify Hydrogen/Remix: Hydrogen recently transitioned from using Remix to React Router (Hydrogen now uses Remix Router under the hood, but the framework itself has evolved). Make sure your template is compatible with current Hydrogen versions.
No, they are NOT dependent on each other - they're complementary but separate features that can work independently:
loadQuery or fetch methods with preview modeQuery component or useQuery hooks for live synchronizationVisualEditing component (or Overlays component)The VisualEditing component offers flexible configuration:
// Server-only preview (no overlays)
<VisualEditing />
// Full experience (auto-enables live mode when using Query components)
<VisualEditing action="/api/preview" />
// Or use separately for fine-grained control:
<Overlays action="/api/preview" /> // Just overlays
<LiveMode /> // Just live content syncBottom line: You can have live preview content updates rendering from Content Lake without visual editing overlays. However, for the full Presentation tool experience with click-to-edit functionality, you'll want both features enabled. The library intelligently detects your data fetching patterns and enables the appropriate features automatically.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store