Workspace Home - Tool
A home screen for your multi-workspace Sanity Studio
Go to Workspace HomeA home screen for your multi-workspace Sanity Studio
Go to Workspace HomeIn this guide, youโll see how Sanity separates organizations, projects, datasets, and members by working through a hypothetical example of a growing company that can expand its content model as they grow โ without needing a complete overhaul.
Go to How to implement Multi-tenancy with SanitySchema and Custom Input to indicate and rapidly author availability data
Go to AvailabilityUses @sanity/asset-utils to validate an uploaded image by its ID
Go to Schema validation rules to enforce image size or file typeStore localised fields in an array to save on attributes
Go to Internationalized ArrayAssociate arrays with hotspots on any image
Go to Hotspot arrayCreate common taxonomy schemas like Categories and Tags with parent/child relationships
Go to Creating a Parent/Child TaxonomyPlugin for authoring multiple language versions of a complete document
Go to Document InternationalizationCombine Sanity's blazing-fast CDN with Remix's cached at the edge pages.
Go to How to build a Remix website with Sanity.io and live previewSometimes the content you need to reference lives outside of Sanity
Go to Creating a custom input to display and save third party dataDrag-and-drop Document Ordering without leaving the Editing surface
Go to Orderable Document ListEmpower content editors to migrate Documents and Assets between Sanity Projects and Datasets from inside the Studio
Go to Cross Dataset DuplicatorSend the contents of a Portable Text field to MonkeyLearn's API to extract insights with the power of Machine Learning!
Go to MonkeyLearn PaneLearn how to implement live content previews with Next.js and Sanity Studio
Go to Live Preview with Next.js and Sanity Studio: A Complete GuideGet the best of both worlds. Tailwind-styled typography and Portable Text's markup-and-components structure.
Go to ProseableText: Combine Tailwind CSS Typography with Portable TextDisplay any URL in a View Pane, along with helpful buttons to Copy the URL or open in a new tab.
Go to Iframe PaneRun yoast.js analysis on your front end, refreshing as you edit your Document, from inside a View Pane.
Go to SEO PaneDisplay the results of any GROQ Query inside a View Pane
Go to Documents PaneNot all Unpublished Documents are created equal
Go to GROQ Query for new and unpublished DocumentsData modelling with dynamic data imports
Go to House Estate AgentsGet details of the currently logged in Sanity user
Go to useCurrentUser Custom React HookAn exploration of recipe data models for improved user experience
Go to Recipe Website Proof of ConceptWriting Sanity Schema can get verbose and repetitive. Quick Fields is a helper function with sensible defaults to tidy up schema files.
Go to Quick Fields Helper Function