Using Facial Recognition to Create Sanity Hotspots
In this guide, we will use AWS Rekognition to find a face in Sanity.io images to better serve assets to users
In this guide, we will use AWS Rekognition to find a face in Sanity.io images to better serve assets to users
When using Sanity, it's important to understand these 3 things when getting started with Portable Text.
Go to 3 things you need to know when getting started with Portable TextHow to use the array schema type of references to build a small navigation structure.
Go to Navigation as Structured ContentOrganize your content in a way to easily stage core components like home, navigations, and other global modules
Go to Crafting a Theme EngineI created my very first Sanity plugin and this article details out my experience - the problems I encountered and how I solved them. But yeah, just really scratching my own itch!
Go to Creating my first Sanity.io pluginHow to use the Portable Text Editor's flexibility to insert dynamic content in the middle of paragraphs
Go to Inline audio player in Sanity.io rich textIn this article, we'll examine how to use 11ty's addAllPagesToCollections pagination property to mix and match data sources
This article teaches readers how to build real-time data visualization charts using Sanity listeners and React
Go to Real-time data visualization with React Charts and Sanity listenersWhen you attach user generated feedback directly to your content, you can query for what needs to be improved
Go to Improve anything with user feedback forms and GROQUse document actions to give editors a much easier workflow
Go to Easier editor tasks with custom actionsEdit code and make revisions without fear - deploy a staging website with SANITY spaces API.
Learn how to schedule a backup routine for the content of your Sanity Studio thanks to GitHub Actions and Artifacts
Go to Sanity Backup Function with GitHub Actions and ArtifactsHow to deliver better content experiences across cultures, languages, and tastes.
Go to Tailoring content for different audiencesHierarchies are handy for organizing, but they can also fence you in. Learn how to build them, when to use them, and why you might want to treat navigation as a separate concern.
Go to Hierarchies, Graphs, and NavigationAre you planning to build an API for your web application and you don't know what architectural approach to take? In this article, we will describe REST and GraphQL APIs. We will see their features, advantages, disadvantages, and use cases.
Go to GraphQL vs REST: which API is best for your web app?Learn how to shape Sanity Studio to improve editor flows and content quality.
Go to How to create an effective editor experienceA first timer exprience on implementing Azure Active Directory SSO in Sanity and building unlimited Access Control
Go to Azure SSO and Unlimited Access Control CustomizationLearn how to create a PWA with Sanity and React. This is a step-by-step tutorial to help you go from idea to deployment. First, we'll define what PWAs are and how Sanity can help you power one, and then… a full tutorial!
Go to Make a Progressive Web App with React