A minimal Sanity studio built for Nitrogen. This studio uses Sanity Connect to synchronize content between a Sanity dataset and your Shopify store.
Important
This studio is a very minimal version of the default --template shopify
by Sanity. It contains no productVariant
document type or its corresponding helper functions.
I recommend reading through the Sanity and Shopify with Hydrogen guide to learn the basics of how to connect your Sanity dataset with your Shopify store data.
To begin using this studio template, you'll need to add the following environment variables:
# Sanity
SANITY_STUDIO_PROJECT_ID=gibvd6r4
SANITY_STUDIO_DATASET=production
SANITY_STUDIO_PREVIEW_URL=https://your-site-domain.com
- Install dependencies using
pnpm install
- Start the development server using
pnpm dev
Contributions are always welcome! If you’d like to help improve this project, here’s how you can get involved:
- Post an issue: Use the Issues tab to report bugs or request new features.
- Start a discussion: Share ideas or ask for help in the Discussions tab.
- Submit a pull request: If you’d like to contribute, fork the repository, make your changes, and submit a pull request for review.
I actively monitor this repository and will do my best to respond quickly. Whether it’s fixing a small typo or adding a new feature, every contribution helps!