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

推荐订阅源

博客园 - 聂微东
GbyAI
GbyAI
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
A
About on SuperTechFans
M
MIT News - Artificial intelligence
宝玉的分享
宝玉的分享
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
Google DeepMind News
Google DeepMind News
博客园 - Franky
B
Blog RSS Feed
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

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 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 Sanity Studio v5: Embracing React 19 | Sanity
I built a London pub guide with v0 and the Sanity MCP in ...
Evelina Wahlström · 2026-04-30 · via Sanity.io

When people ask me if I miss being a full-time software engineer, I usually say the same thing: I do miss the dedicated focus time, that flow state you're in when you're solving hard problems and seeing it come to life in front of you.

As I transitioned into a more generalist role, I realized something. I like to create things, whether that's creating experiences for the community, creating content, or coding. For the past year and a bit, I've been learning a lot about developer and product marketing, but I haven't carved out as much time for coding as I'd like.

So when Vercel invited Knut and me to do a community session on "Build smarter prototypes with v0 and Sanity", I saw a chance to reconnect with that side of myself properly. Not a quick fix, but to work on an actual project end-to-end. Although, it did end up looking a little different from what I'm used to (more on that later).

If you've built with v0 before, you've probably seen it put your content in markdown files or JSON files in your project. That works for something simple like a blog. But when you want filters, a map, a quiz, and a custom pub crawl builder all pulling from the same data, you start to hit the limits of that approach. Agents struggle to keep things in sync across files, and you end up spending tokens coaxing them instead of building cool things.

Here's the framework (including some of the prompts) I used to tackle this project.

The framework (understand, plan, carry out, look back)

Back when I was a full-time engineer at loveholidays, I wrote a blog post about my journey from Bootcamp Grad to Software Engineer. In it, I laid out a four-step framework for how I approach building things:

  1. Understand the problem.
  2. Make a plan.
  3. Carry out the plan (aka the actual coding).
  4. Look back.

That framework still holds. But what changed this time was the speed between steps two and three, and the speed of three (as I didn’t manually code anything at all). I wasn't overthinking the plan because I could just iterate so quickly. And honestly? That unlocked new ways of thinking and better features than I originally planned for. I went from "let me make sure this is perfect before I start" to "let me try it and see what happens."

Understanding the problem and making a plan

The problem. I wanted to deliver on the talk’s title, but I also wanted to push it further. Not just a demo for the session, but something I could actually keep building on afterwards. A real application, not a throwaway prototype.

The plan. I used Claude to iterate on my initial prompt before going into v0. You could just say "build me a pub guide with these colors" and go from there. But I wanted to be more specific: the stack I prefer (Next.js, shadcn/ui), the look and feel (on-theme colors, the right language), and most importantly, connecting the Sanity MCP from the start. That way, all the content would be structured data in Content Lake from day one, reusable across every page and surface I'd build.

The project: Pubcrawlr

I've lived in London for six years. I know my pubs. (Well, maybe not the South London ones as much, but I have my South London friends to help me curate those). And Sanity also just opened an office in London - making this the perfect time to create something like this.

I timeboxed the whole thing: three hours on a Friday, three hours on a Monday. Six hours total, and I didn't write a single line of code by hand. Everything was built through v0 with the Sanity MCP connected. You can check out Pubcrawlr here if you want to poke around before reading how it came together.

Here's what Pubcrawlr does:

Explore by area. Browse pubs across London neighborhoods (East, West, Central, North, South). Each area has its own page with filters for vibes and features.

Filter by what matters to you. Dog friendly? Beer garden? Board games? Live music? The filters pull from structured fields in the pub schema, so they're not hardcoded lists.

A Pubcrawl.lr website interface displays a pub finder with filters on the left and a grid of pub listings on the right, each showing an image, name, description, and rating.

Build your own crawl. Pick your pubs, get a route, and print it. Every pub has geolocation data stored in Content Lake, so the crawl builder can plot your route on a map. (I only really added the print feature because I thought people like my dad might want something on paper instead of digital).

Pubcrawl.r website interface showing selected North London pubs for a crawl and their route on a map.

A quiz. You answer a few questions about your vibe and get personalized pub recommendations. This one's more of a "setting up for the future" feature. I'm capturing structured data upfront so I can do more editorial things with it later.

Pubcrawlr web page, step 5 of 7, asking "Typical drinking occasions?" with "After Work Drinks" and "Group Nights Out" selected.

How the Sanity MCP set things up

Getting started is straightforward. In v0, open the chat box, tap the plus icon, select MCPs, and add Sanity from the list. Authorise with your Sanity account, and you're connected. The MCP can now create projects, content models, and documents for you. (Full setup details in the Sanity MCP docs.)

From there, the MCP created schemas for pubs, areas, and the homepage. A pub has a name, slug, area references, features (as an array), coordinates, and more. Some fields are required, some aren't. The agent followed Sanity best practices automatically, so I didn't have to think about whether I was setting things up "the right way." I could just ask it to implement best practices and it did. That meant I could reuse the same content across all the different surfaces (the listing pages, the quiz, the crawl builder) without duplicating anything.

In the Vercel Community live session, Knut suggested we add a rich text description field to the pub schema on the spot. The agent updated the schema, installed the Portable Text package, generated the TypeScript types, deployed it, and populated the content. I didn't touch a single file.

As you can see in the prompt, I decided to test this out by just adding a detailed description to one pub for now, but this can be applied to all pubs.

What surprised me (aka "looking back")

I'm someone who likes to plan. I like to feel in control. Letting go of that, letting the agent do its thing while I focused on what to build instead of how to build it, was honestly a weird feeling at first. And then it got addictive.

A few specific things I took away:

Iterate small, then scale. I started with hardcoded placeholder content just to keep things simple. Once one feature worked, I'd move to the next. Only when the structure felt right did I go back and say "okay, now make sure nothing is hardcoded, use the Sanity best practices, clean it up." That small-then-scale approach meant fewer errors and a quicker feedback loop. It also showed me where I was overengineering things (which, knowing me, happens).

Ask it to teach you. One thing I'd recommend regardless of your experience level: ask the agent to explain things back to you as you go. Ask it why it structured something the way it did. Whether you're letting the agent write the code or you want to do some hands-on coding yourself, you're always learning.

Iterating was the fun part. Most of my six hours weren’t spent fixing things. It was spent iterating on features / unblocking myself quicker to find fun ways to reuse the same content. "What if I add a quiz?" "What if this filter also works here?" "What if there's a printable version?"

What's next

I'll keep using different AI coding agents. I used v0 for this project. I’ve been using Claude Code for a while and building prototypes in Lovable, too.

For Pubcrawlr, the next natural step would be to add Sanity Studio for a proper editing interface where my editorial friends could help me send out personalized recommendations. You can set up Studio separately today (it doesn't require the MCP), but MCP support for Studio setup is coming soon, and when it does, I'll be able to go from prototype to full collaborative app without ever leaving v0.

That's the whole point of this project: start with structured content, and keep building on it. I'd also make sure to populate the project with real data (copy and images) because if this is going to be a proper London pub guide, it needs to be highly editorial.

Other features I'm thinking about:

  • A Guinness filter (a few of my colleagues would appreciate that) and a "World Cup viewings" (I'm a football fan, so this is a must in time for summer!) filter.
  • A chat interface using Agent Context for people who just want to ask, “Where should I go tonight?”

Want to try it yourself? Head to the Sanity MCP docs to get set up, connect it to v0, and start building with structured content from the first prompt.

If you want to chat with me directly, I’m only a DM away in our Discord Community 👋🏻