惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
MyScale Blog
MyScale Blog
H
Help Net Security
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
M
MIT News - Artificial intelligence
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏

Sanity.io

A Board Game agent built using Sanity Context and Vercel's AI SDK | Sanity Build a prototype with Claude Code that your whole team can edit | Sanity What’s New - May 2026 | Sanity I built a London pub guide with v0 and the Sanity MCP in six hours. Here's what I learned. | Sanity Build a conference concierge with Agent Context and Anthropic | Sanity Build a content-aware Telegram agent with Vercel AI SDK and Chat SDK | Sanity How I used Agent API to generate photos for my family’s recipes | Sanity What’s New April - 2026 | Sanity Better context, better matches: An AI love story (for dogs) | Sanity How to write for an agent | Sanity Content Agent, meet Slack: AI content operations in your workflow | Sanity Structure powers intelligence | Sanity Your agent needs better content. Here's how to give it. | Sanity How to serve content to agents (a field guide) | Sanity Sanity TypeGen GA: Automatic TypeScript types for content and GROQ | Sanity Sanity is now available on the Vercel Marketplace | Sanity The logo soup problem (and how to solve it) | Sanity Content Releases: From scattered updates to coordinated publishing | Sanity What's New - February 2026 | Sanity How we solved the agent memory problem | Sanity v0 Builder Challenge: The winners | Sanity Introducing: Sanity Agent Skills | Sanity Content Agent: Days of work in one conversation | Sanity Our Sanity Values | Sanity Open Source Pledge 2025: Stepping up when it matters | Sanity v0 builder challenge: $3000 in prizes | Sanity Why AI Breaks Without Structured Content Operations | Sanity What’s New January - 2026 | Sanity BFCM 2025: What teams built when infrastructure stopped being the problem | Sanity How AI shaped holiday shopping and what it means for content in 2026 | Sanity
Introducing the new Dashboard | Sanity
Even Westvang · 2019-05-23 · via Sanity.io

With the launch of sanity.io/create we wanted to introduce developers to their new stack with a feed of guides, tutorials, and videos. But where would we put this feed? This posed another challenge that we had to solve first. So we did. And it's called Dashboard. It has widgets that you can install, configure, and make yourself.

Go to the documentation for Dashboard

Sanity Studio is a Single Page Application built with React that connects to our hosted real-time APIs. Most people who start using Sanity get familiar with the Desk tool, where you have your documents and fields, configured by JavaScript schemas. People have been using the command sanity init plugin to bootstrap custom tools that live alongside the desk too. The dashboard is just another tool.

You can install the Dashboard by running sanity install @sanity/dashboard in your project folder. As with structure builder, you can inject a dashboard config to control the size and layout of the widgets, as well as any configuration they may have. Widgets are React-components that you can build locally in a project, or install from npm with the Sanity CLI. We made a selection of example widgets that you can modify or pick apart to build your own.

A snippet of JavaScript demonstrating a dashboard configuration
The Dashboard configuration file

A configurable dashboard is useful for building custom workflows shaving minutes of useless toil off of people’s workdays through ruthless optimization. But hey, it also paves the way for fun stuff! Like a randomized cats widget. We’re super curious to see what you will use it for. Do let us know on slack.sanity.io in #i-made-this!