Novacare blog

Have a chat with your Sanity content from VS Code

In this blogpost I will show you how to connect Visual Studio Code and GitHub Copilot to your Sanity project's MCP server, so you can start chatting away with your content. Using the MCP server, you can query Sanity for any type of content using natural language and…

Upgrade to Sanity Studio v3

The latest version of the Sanity editor interface, Sanity Studio v3, was launched in December 2022. It is now the actively maintained version, whereas Sanity Studio v2 is deprecated. Improvements from v2 to v3 includes * Improved developer experience * New global search filters * Easy switching between content environments * Faster developers tooling,…

Filtering an array for specific types with GROQ

In Sanity, you can have arrays that contain different objects. But what if we want to filter out the specific types inside the array when we run a query? A problem I came across was how to map the different Sanity objects to .NET objects based on their type. Disclaimer:…