Yesterday's Top Poster

Industry News

The v0 Platform API is a text-to-app API that gives developers direct access to the same infrastructure powering v0.dev. Currently in beta, the platform API exposes a composable interface for developers to automate building web apps, integrate code generation into existing features, and build new products on top of LLM-generated UIs. Read more Continue reading...
You can now use Vercel BotID to protect your most sensitive endpoints in any JavaScript framework, like SvelteKit and Nuxt. BotID is our advanced bot protection for high-value endpoints like registration, checkout, and AI interactions. Since launch, it has already protected nearly a million API requests. Installing or upgrading to botid@1.4.3 adds support for universal JavaScript environments with the new initBotId({ protect: ... }) function. Here's an example of initBotId used to set up BotID in SvelteKit: Check out the updated documentation for setup instructions across all supported frameworks. Read more Continue reading...
You can now define transform rules in vercel.json to modify HTTP request and response headers or query parameters, without changing application code. Unlimited transform rules are available for all customers, and let you: Set, append, or delete request headers, response headers, and query parameters Use conditional logic to apply changes based on request metadata Match by equality, inequality, prefixes, suffixes, inclusion in string arrays, or numeric comparisons for fine-grained control This expands the flexibility of Vercel's CDN, which already supports routing behavior like redirects and rewrites to external origins. For example: Explore an interactive transform configurator and demo of this in action. Please refer...
You can now use OpenAI-compatible client libraries and tools with AI Gateway through a simple URL change, allowing you to access 100s of models with no code rewrites required. Here is a Python example with the OpenAI client library: This makes it easy to keep your current tools and workflows while improving uptime, tokens per minute, quotas, and reliability via provider failover and adding observability through the AI Gateway. Learn more in the AI Gateway docs. Read more Continue reading...
As part of our infrastructure improvements, we're updating certain IP addresses for older sites. Some sites that have been live on Netlify for over 4 years will need to update their DNS by August 30, 2025 to avoid going offline. Who is impacted Your site may be using the outdated Equinix IP address 147.75.40.150, if your site meets the following criteria: Your site has been live since around March 25, 2021 Your site is using our Standard Edge CDN You are on a free, starter, or Pro account To check whether your site is impacted you can: Enter your site domain on this DNS check site to see if your domain points to 147.75.40.150: https://toolbox.googleapps.com/apps/dig/ Alternatively, you can run the dig command in your terminal with...
You can now copy Vercel documentation pages as markdown, or open them directly in v0, Claude or ChatGPT. This allows you to use documentation content as context when working with AI tools. Visit any documentation page and use the dropdown in the top right of the page. Using the copy page dropdown Navigate to any documentation page Click the copy page dropdown in the top right corner Select your provider or copy as markdown The page content will be formatted and loaded into the selected AI provider. Read more Continue reading...
Grep now supports the Model Context Protocol (MCP), enabling AI apps to query a million public GitHub repositories using a standard interface. Whether you're building in Cursor, using Claude, or integrating your own agent, Grep can now serve as a searchable code index over HTTP. Read more Continue reading...
You can now access Kimi K2, a new mixture-of-experts (MoE) language model from Moonshot AI, using Vercel's AI Gateway with no other provider accounts required. AI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime. To use it with the AI SDK v5, start by installing the package: Then set the model to moonshotai/kimi-k2: Includes built-in observability, Bring Your Own Key support, and intelligent provider routing with automatic retries. To deliver high performance and reliability to Kimi K2, AI Gateway leverages multiple model providers under the hood, including...
Today we're announcing two major updates for Nuxt developers on Netlify: Day-One Nuxt 4 Support Nuxt 4 launched today, and Netlify is ready. Deploy your Nuxt 4 apps with zero configuration changes—everything just works. Everything is fully compatible from day one. Learn more about leveraging platform primitives with Nuxt. Full Platform Emulation in Your Dev Server with @netlify/nuxt We're also launching @netlify/nuxt today, a new Nuxt module that brings the entire Netlify platform into your local development environment. Functions, Edge Functions, Blobs, Image CDN, env vars, headers, and redirects all work directly in nuxt dev—no separate CLI required. Add the module to your Nuxt 3 or Nuxt 4 app with one command: npx nuxi module add...
Secure your MCP servers with OAuth using version 1.0.0 of the MCP Adapter, which now includes official support for the MCP Authorization spec. This release introduces: Helper functions for OAuth-compliant authorization flows A new withMcpAuth wrapper for securing routes One-click deployable examples with popular auth providers like Better Auth, Clerk, Descope, Stytch, and WorkOS Here’s an example of how to integrate auth in your MCP server: Additionally, use the protectedResourceHandler to expose resource server metadata for compliant clients. Learn more in our MCP Auth documentation. Start building secure MCP servers Deploy an example MCP server by cloning our Next.js MCP template, or explore starter integrations from...
You can now use Grep to search any public repository on GitHub, no longer limited to the 1M+ pre-indexed repos. To search a specific repo, use grep.app/[owner]/[repo]. For example: visit grep.app/vercel/ai and start typing a search query (try streamText). Get quick, full-text and regular expression search across the repo without any setup. Read more Continue reading...
Clerk is now available as an authentication provider on the Vercel Marketplace. Built for modern frameworks like Next.js, Clerk simplifies authentication while giving teams full control over UI, sessions, and user roles, all tightly integrated with Vercel’s deployment model. With the integration, you get access to: Instant provisioning of Clerk apps from your Vercel dashboard Complete user management with hosted dashboards, sessions, and roles Built-in and scalable billing and subscription management Get started with Clerk on the Vercel Marketplace. Read more Continue reading...
Deployment Protection safeguards preview and production URLs so that users can't access the domains that you don't want them to. Starting today, the Standard Deployment Protection option has been updated for new projects to protect all automatically generated domains, including the production branch git domain (for example project-git-main.vercel.app). Existing projects can update to this new behavior in the Project settings page in the Vercel dashboard. Read more Continue reading...
For over a decade, Vercel has helped teams develop, preview, and ship everything from static sites to full-stack apps. That mission shaped the Frontend Cloud, relied on by millions of developers and powering some of the largest sites and apps in the world. Now, AI is changing what and how we build. Interfaces are becoming conversations and workflows are becoming autonomous. We've seen firsthand while building v0 and working with AI teams like Browserbase and Decagon. The pattern is clear: developers need expanded tools, new infrastructure primitives, and even more protections for their intelligent, agent-powered applications. At Vercel Ship, we introduced the AI Cloud: a unified platform that lets teams build AI features and apps...
You can now create Vercel Blob stores in any of the 19 Vercel Regions. Selecting a region closer to your Functions and users allows you to optimize upload speed and comply with data-residency requirements when required. Selecting a region is available at creation time in the Vercel dashboard or when using the Vercel CLI (version 44.3.0). Learn more about Vercel Blob in the documentation. Read more Continue reading...
The v0 Platform API is now available in public beta. The v0 Platform API is a text-to-app API — it provides programmatic access to v0’s app generation pipeline: Generating code for web apps from prompts Structured parsing of generated code Automatic error fixing Link with a rendered preview This API also supports programmatic control of v0.dev, including creating and managing both chats and projects. We'll be bringing more of v0.dev's functionality into the Platform API soon. The v0 Platform API is designed for integration into development workflows, automation scripts, and third-party tools. Check out our TypeScript SDK and documentation to get started. Read more Continue reading...
You can now control Vercel’s Web Application Firewall (WAF) actions directly in vercel.json, alongside existing support in the dashboard, API, and terraform. The has and missing matchers have also been enhanced to support more expressive conditions across headers, rewrites, redirects, and routes. Matching options include: String equality and inequality Regular expressions Prefixes and suffixes Inclusion and exclusion from string arrays Numeric comparisons The following example shows how to deny a request that is prefixed by a specific header: Read more about Vercel's WAF and configuring WAF rules in vercel.json. Read more Continue reading...
You can now install Inngest directly from the Vercel Marketplace to quickly build reliable background jobs and AI workflows for your Next.js app. Inngest is a great fit to add AI features or emerging agentic patterns to your Vercel projects: Write background jobs directly in your `app/` directory Full support for preview environments and branching One-click install and integrated billing with a generous free tier (100K executions/month) Start building workflows with Inngest on the Vercel Marketplace today. Read more Continue reading...
You can now run commands with sudo inside Vercel Sandbox, giving you full control over runtime environment setup, just like on a traditional Linux system. This makes it possible to install system dependencies at runtime, like Go, Python packages, or custom binaries, before executing your code. sudo is available via the runCommand method: The sandbox sudo configuration is designed to be easy to use: PATH is preserved HOME is set to /root Custom environment variables like env: { FOO: "bar" } are passed through With sudo on Sandbox it's easier to run untrusted code in isolated environments with the right permissions, with no workarounds required. Learn more about Vercel Sandbox and sudo in the documentation. Read more...
  • L
  • By Laurens Duijvesteijn, Javi Velasco, Guðmundur
Back
Top