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

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
爱范儿
爱范儿
月光博客
月光博客
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
T
Tailwind CSS Blog
美团技术团队
D
Docker
V
Visual Studio Blog
Martin Fowler
Martin Fowler
博客园 - 聂微东
The Cloudflare Blog

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 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 Sanity Studio v5: Embracing React 19 | Sanity
What’s New January - 2026 | Sanity
Evelina Wahlström · 2026-01-06 · via Sanity.io

Before I share my 3-2-1 from the previous month, our researcher, Louise, has asked me to invite you to take 5 minutes to share your thoughts on AI Agents. If you reply by January 16th, she's promised you some Sanity Swag.

3 Product Updates

I. (Re)introducing the Sanity MCP Server

The Remote* MCP Server is now generally available with major improvements.

OAuth authentication (no API tokens needed), managed infrastructure, and schema-first guidance with always-fresh rules (powered by the Agent Toolkit). We’ve also expanded compatibility—now works with Lovable and v0, in addition to Claude Code, Cursor, and VS Code.

Your AI agent can create projects, generate images, run migrations, and more. 40+ tools covering everything from setup to production.

Need inspiration? Knut and Jon's blog post illustrates the full workflow—from prompt to deployed site—of building a (fictional) vintage car company.

Ready to dive in? Head straight to the MCP docs.

*P.S. With this announcement, the local MCP server is now deprecated.

It will continue to work, but it won’t receive new features. We recommend migrating to the remote MCP server to take advantage of all the new features.

II. Your dashboard just got 18 updates

Here are three highlights:

  • You can now sort your pins in a custom order by simply dragging them up or down.
  • Long application names that get truncated now display tooltips on hover, making them easier to identify.
  • Dashboard can now detect the Studio version for self-hosted Studios, which helps with compatibility warnings and setup guidance.

Curious about the rest? Read about features, performance improvements, and UI polish here.

III. Studio v5 and what you need to know

As of December 16th, we bumped the Sanity studio package from v4 to v5.

There are two breaking changes if you upgrade:

1. React 19.2 is required to run your studio.

Your schema, plugins, and customizations work exactly as before.

Why are we doing this? React 19 brings significant performance improvements and powerful new features like the use() hook and <Activity> component.

What do you need to do if you're not already on React 19.2? Upgrade React first, then update Sanity. Read our announcement post for more details and upgrade tips.

2. TypeGen: Breaking change for snake_case query names

Query types generated now align with the naming convention in your project. PAGE_QUERY generates PAGE_QUERY_RESULT instead of PAGE_QUERYResult. Update your imports after regenerating the types. Queries named in camelCase or PascalCase queries are unaffected.

Additionally, as the team moves TypeGen closer to general availability, we’ve introduced the following non-breaking changes: a progress indicator, improved hoisting of schema types, and, last but not least, custom GROQ functions now have full TypeGen support. Read more here.

2 Quotes From Developers

I. Kevin Green on his approach to making a memorable website

"I like to inject my personality and the client's personality into whatever I'm making. It's all about invoking that feeling of, oh, this is a thing that we made that's like ours. And that's not some proprietary off the shelf thing."

Introducing FLOW - a mini-documentary series where we go behind the scenes with the people behind the code. Meet the creatives who shaped the web as we know it and find out where they think it’s headed next.

With the first two episodes now live, don’t forget to subscribe to our YouTube channel so you don’t miss the next one.

II. Matt Koevert (loveholidays) on launching new markets from Sanity

When we launched into Netherlands, it was basically one request to our services and we had 800 landing pages available. That was maybe 20 minutes to half an hour. Everything was complete.

Read the case study to find out how loveholidays implemented an AI pipeline to enable rapid entry into new markets. Got more time? Watch the video below to see Matt explain the Sanity x DeepL integration in action.

1 Community Contribution 🌟

"I couldn't find a suitable solution for rendering tables in Sanity, so I built one." That's how Yashraj Yadav described creating the Structured Table Language (STL). Although he had Sanity in mind, STL is framework agnostic.

It's designed to be a simple 3-step workflow:

Design - using the visual editor or writing your own generic STL code, you can define your table's structure, columns, and data types.

Export - copy the generated schema or JSON output.

Render - use his React component to render the tables instantly.

You can read more about it here, design your table using the playground, or go straight to the GitHub repo to install it. Don't forget to give Yashraj a star if you like it!

Lastly, this month we introduced Sanity 101, a series of videos covering everything you need to know about Sanity in ~1 hour!

That’s all for January. Hope to see you in our Discord Community 👋