Everything you need to update content on the site. No code required — just log in and edit.
Sanity Studio is the admin panel where all content editing happens. It's built into the website itself.
Open https://your-site.com/studio in your browser. The Studio is always at /studio on your domain.
Use the Google or GitHub account that was invited during setup. If you haven't received an invite, ask Roland.
The left sidebar lists all content types: Home Page, Products, Our Story, FAQ Items, Contact, and Site Settings. Click any item to view and edit.
Save the /studio URL as a browser bookmark. You'll use it every time you need to make content changes.
Sanity controls the text and images on your site. You cannot change layouts, colors, fonts, or page structure — those require a developer.
Hero headline, subtitle, badge text, featured section heading, feature cards, CTA text
Name, price, description, images, featured flag, slug
Quote, timeline entries, team members, values section
Questions, answers, display order
Headline, subtitle, phone, email, hours, form subjects
Site name, navigation labels, footer text
Page layouts, colors, fonts, spacing, navigation structure, and component design are controlled by code. Contact Alf for these changes ($150/hr).
The most common task. Here's how to change any text on the site.
In the sidebar, click the content type that contains the text you want to change. For example, click "Home Page" to edit the homepage headline.
Each field is labeled (e.g., "Hero Headline", "Hero Subtitle"). Click the text field and type your changes. The editor auto-saves drafts as you type.
When you're happy with the changes, click the green Publish button in the bottom bar. The live site updates within seconds.
To force a line break in a headline, type \n where you want the break. The site code converts this to a visual line break.
Replace product photos, hero images, or team headshots.
Open the content type (e.g., a Product). Scroll to the image field — you'll see a thumbnail of the current image.
Click the image area and choose Upload to select a file from your computer, or Browse to pick from previously uploaded images. You can also drag and drop.
After uploading, click Edit to set a hotspot — the focal point. This ensures the important part stays visible when cropped for different screen sizes.
Fill in the "Alt text" field below the image. Describe what's in the image — this is used by screen readers and helps SEO.
Sanity automatically generates optimized versions. Upload the highest quality original — at least 1200px wide for hero images, 800px for product photos.
Add new products, edit existing ones, or mark items as featured.
Click "Product" in the sidebar. You'll see a list of all products. Click any to edit.
Click + Create (top right). Fill in all fields: name, slug, price, description, image. Set "Featured" to true for homepage display.
The slug creates the product's URL (e.g., "luxury-pup-sedan" → /products/luxury-pup-sedan). Use lowercase, hyphens, no special characters. Click "Generate" to auto-create from the name.
Changing a product's slug breaks any existing links or bookmarks to that product page. If you must change it, contact Alf to set up a redirect.
Add, reorder, or update frequently asked questions.
Click "FAQ Item" in the sidebar. Each FAQ is a separate document with a question, answer, and order number.
Click an existing FAQ to edit it, or click + Create to add a new one. Set the "Order" field to control display position (lower numbers appear first).
Open the FAQ, click the ⋯ menu (three dots) top right, and select Delete. Confirm the deletion. The FAQ disappears after the next page load.
How drafts, publishing, and the live site connect.
Every edit is saved as a draft first (auto-saved). The live site only shows published content. You'll see a yellow "Draft" indicator when you have unpublished changes.
Click the green Publish button in the bottom-right corner. Changes go live within seconds — Sanity pushes the update automatically.
Made a mistake? Before publishing, click Discard changes to go back to the last published version. After publishing, you can still edit and re-publish — but there's no automatic "undo."
Before publishing, open the live site in another browser tab. After you publish in Sanity, refresh the site tab to verify the changes look right.
Common questions and solutions.