Best of VercelJuly 2025

  1. 1
    Article
    Avatar of vercelVercel·43w

    Grep a million GitHub repositories via MCP

    Grep now supports the Model Context Protocol (MCP), allowing AI agents to search over a million public GitHub repositories through a standardized interface. The MCP server can be easily integrated with AI clients like Cursor and Claude, enabling agents to query code patterns and retrieve relevant snippets in real-time. Vercel built the MCP server quickly using their mcp-handler package, which simplifies the process of exposing existing APIs to AI clients.

  2. 2
    Article
    Avatar of aiAI·43w

    I Let AI Be Free, and It Blew My Mind 🤯

    A development team at Decipad replaced their traditional chart-building approach with an AI-powered system that generates data visualizations dynamically. The solution uses a multi-agent architecture where one AI fetches and analyzes data while a specialized Chart Agent generates secure, production-ready chart code. Key technical components include Sandpack for secure code execution, automatic error recovery mechanisms, and persistent chart storage. The system allows AI to create custom visualizations using libraries like eCharts without predefined constraints, resulting in more flexible and creative data presentations than traditional fixed chart options.

  3. 3
    Article
    Avatar of nuxtandvueVuejs&Nuxtjs·44w

    Evan You's thoughts on the Nuxt acquisition

  4. 4
    Article
    Avatar of vercelVercel·41w

    AI SDK 5

    AI SDK 5 introduces major improvements including type-safe chat integration for React, Vue, Svelte, and Angular with separate UI and model messages for better state management. Key features include agentic loop control with stopWhen and prepareStep functions, experimental speech generation and transcription, enhanced tool capabilities with dynamic tools and provider-executed functions, and full-stack type safety. The release also adds data parts for streaming custom typed data, message metadata support, SSE streaming, and Zod 4 compatibility while maintaining the unified provider API for seamless model switching.

  5. 5
    Article
    Avatar of bytesdevBytes by ui.dev·43w

    America's NextJS Top Model

    Next.js 15.4 introduces Turbopack support for production builds and previews experimental features coming in Next.js 16, including cache components, optimized client-side routing, and development tools. The release also covers various React ecosystem updates including Hashbrown v0.2 for AI-powered UIs, Nuxt 4.0 release, and React Router's path forward with React Server Components.

  6. 6
    Article
    Avatar of weeklyvuenewsWeekly Vue News·44w

    Weekly Vue News #206 - NuxtLabs is joining Vercel

    NuxtLabs, the company behind the popular Vue.js framework Nuxt, is joining Vercel. This acquisition represents a significant development in the Vue ecosystem and could impact the future direction of Nuxt development and its integration with Vercel's deployment platform.

  7. 7
    Article
    Avatar of vercelVercel·44w

    Inngest joins the Vercel Marketplace

    Inngest is now available on the Vercel Marketplace, enabling developers to build reliable background jobs and AI workflows for Next.js applications. The integration offers native support for preview environments and branching, with background jobs written directly in the app directory. It includes one-click installation, integrated billing, and a generous free tier of 100K executions per month, making it particularly suitable for adding AI features and agentic patterns to Vercel projects.