Articles from Source: Vercel-Blog

The Vercel AI Accelerator is back with $6m in credits

2026-02-05 13:00
πŸš€ The Vercel AI Accelerator is back, offering $6M in credits for startups building AI solutions! This six-week program supports 40 teams with access to industry leaders, mentorship, and community connections. Applications are open until February 16th. Participants will receive valuable resources, including credits from Vercel, AWS, and more, along with opportunities to present at a demo day in San Francisco. Don't miss your chance to shape the future of AI! #VercelAI #StartupAccelerator...
Source: Vercel Blog
Alli Pope

Use Claude Opus 4.6 on AI Gateway

2026-02-05 13:00
πŸ” Anthropic has launched Claude Opus 4.6 on AI Gateway! This flagship model enhances real-world task handling and supports a 1M token context window. With its new adaptive thinking feature, Opus 4.6 optimizes reasoning for efficient responses across various tasks. AI Gateway also offers a unified API for model calls, usage tracking, and performance optimization. 🌐 Explore more about AI Gateway and its capabilities! #AI #ClaudeOpus #Anthropic #Technology #Innovation
Source: Vercel Blog
Jerilyn Zheng

Build logs now support interactive links

2026-02-04 13:00
πŸš€ Great news for developers! Build logs now support interactive links. You can easily navigate to both internal and external resources without the hassle of copying and pasting URLs. External links will open in a new tab, streamlining the process of investigating build issues or accessing documentation. Learn more about accessing build logs! πŸ”— #BuildLogs #DeveloperTools #SoftwareDevelopment
Source: Vercel Blog
Mitul Shah

Parallel joins the Vercel Agent Marketplace

2026-02-04 13:00
πŸš€ Exciting news! Parallel is now part of the Vercel Agent Marketplace. With this integration, developers can leverage tools designed for LLM-powered applications, including Search and Monitoring. A single API key simplifies access to all Parallel products, with billing seamlessly managed through Vercel. This allows agents to perform tasks like data extraction and web monitoring efficiently, reducing cost and latency. Explore Parallel's capabilities today! πŸ”βœ¨ #Vercel #Parallel #WebDevelopment...
Source: Vercel Blog
Marketplace Team

Parallel's Web Search and tools are live on Vercel

2026-02-04 13:00
πŸš€ Exciting news for developers! Parallel's LLM-optimized web search and tools are now available on Vercel. πŸ” This universal web search tool works across all providers, allowing integration without changing your implementation. It extracts relevant excerpts, making it perfect for real-time information retrieval. πŸ“Š Users can customize parameters for concise search results, control cache freshness for time-sensitive queries, and limit results to trusted domains. πŸ’° Pricing is straightforward at...
Source: Vercel Blog
Jerilyn Zheng

AI Gateway and one-click deploys now available on TRAE

2026-02-03 13:00
πŸš€ ByteDance's TRAE now features AI Gateway and one-click Vercel deployments! This integration allows developers to access hundreds of AI models with a single API key and deploy applications directly from the TRAE interface. With automatic failover and unified observability, managing AI usage becomes seamless. Explore the new capabilities today! πŸŒπŸ’» #AI #TechNews #Development #Vercel #ByteDance
Source: Vercel Blog
Jerilyn Zheng

Copy visual context to agents from Vercel Toolbar

2026-02-03 13:00
πŸš€ Vercel Toolbar has introduced a new feature called "Copy for Agents." This functionality allows teams to capture visual context from comments, giving coding agents the necessary technical details for addressing deployment feedback. Agents receive structured information, including page URL, viewport dimensions, selected text, and React component tree details. This streamlines the process of understanding issues in deployed applications. The feature is now available to all Vercel users....
Source: Vercel Blog
George Karagkiaouris

Introducing the new v0

2026-02-03 13:00
πŸš€ Introducing the new v0! Since its launch in 2024, over 4 million users have turned ideas into apps with ease. This update enhances vibe coding for production applications, featuring enterprise-grade security and seamless integrations. However, vibe coding has led to shadow IT issues, making it crucial to address security flaws and streamline workflows. The revamped v0 allows teams to work directly on existing codebases, simplifying collaboration across roles. With features that promote...
Source: Vercel Blog
Zeb Hermann

Making agent-friendly pages with content negotiation

2026-02-03 13:00
Agents interact with the web differently than humans, needing clean, structured text without the extra markup. To address this, we've updated our blog and changelog pages to allow agents to access content in markdown format while still providing a full HTML experience for human readers. This is achieved through content negotiation, which tailors responses based on the client's request. A markdown sitemap helps agents discover available content efficiently. Learn more about optimizing content...
Source: Vercel Blog
Mitul Shah

The Vercel OSS Bug Bounty program is now available

2026-02-03 13:00
🚨 Vercel has launched its Open Source Software (OSS) bug bounty program on HackerOne! This initiative invites security researchers to identify vulnerabilities in Vercel's open-source projects, which are vital for countless applications. Since 2025, a private program has helped improve security through high-severity reports. πŸ” Key projects included are Next.js, Nuxt, SWR, and more. Researchers can submit findings via HackerOne, with the goal of enhancing safety for all users. Learn more about...
Source: Vercel Blog
Andy Riancho

Turbo build machines by default for new Pro projects

2026-02-03 13:00
πŸš€ Turbo build machines are now the standard for new Pro projects and upgrades from Hobby plans. Since their introduction in October, these machines offer 30vCPUs and 60GB of memory, enhancing build performance significantly. Teams report build time reductions of up to 70%, depending on the duration of builds. Discover more in the documentation or customize your settings! #TurboBuild #ProProjects #BuildPerformance #TechUpdates #SoftwareDevelopment
Source: Vercel Blog
Jon Vincent

Workflow 4.1 Beta: Event-sourced architecture

2026-02-03 13:00
πŸš€ Exciting updates in Workflow 4.1 Beta! The new version employs an event-sourced architecture, where workflows track state changes as a sequence of events rather than updating records. This enhances reliability through self-healing, complete audit trails, and consistency. Key improvements include higher throughput and support for provider-executed tools like Google Search. Plus, it adds NestJS integration and custom class serialization. #WorkflowUpdates #EventSourcing #TechNews...
Source: Vercel Blog
John Lindquist

Zero-configuration support for Koa

2026-02-03 13:00
πŸš€ Vercel now supports Koa applications, offering a zero-configuration setup for developers. Koa is an expressive HTTP middleware framework designed to simplify the creation of web applications and APIs. With Vercel's Fluid compute, your Koa app will automatically scale based on traffic, ensuring you only pay for what you use. For more details, check out the Koa on Vercel documentation. πŸ“š #Koa #Vercel #WebDevelopment #APIs #TechNews
Source: Vercel Blog
Jeff See

Python 3.13 and 3.14 are now available

2026-02-02 13:00
πŸš€ Exciting news for developers! Python 3.13 and 3.14 are now supported alongside Python 3.12. For projects that haven't specified a Python version, the default will change to Python 3.14 in the upcoming months. To continue with Python 3.12, set an upper bound in your project manifest. For further details, check out the Python documentation on Vercel. #Python #Vercel #Coding #Development #Programming
Source: Vercel Blog
Greg Schofield

Assistloop joins the Vercel Agents Marketplace

2026-01-30 13:00
πŸš€ AssistLoop is now part of the Vercel Marketplace! This AI-driven customer support integration allows teams to enhance their Next.js apps quickly. With minimal setup, you can add support features and train agents on your internal resources. Key benefits include unified billing and seamless integration into existing workflows. Get started today! πŸŒπŸ€– #AssistLoop #Vercel #CustomerSupport #AIIntegration #NextJS
Source: Vercel Blog
Marketplace Team

cubic joins the Vercel Agents Marketplace

2026-01-30 13:00
πŸš€ Exciting news! The Vercel Agents Marketplace now features cubic, an AI code reviewer designed to enhance code quality. cubic deploys thousands of AI agents to identify and fix bugs, catching issues beyond just recent changes. It learns from your team's past reviews to improve continuously. Key features include: - Bug and vulnerability detection - Automatic application of fixes - Enforcement of coding standards Explore cubic and the Vercel Agents Marketplace today! πŸ”πŸ’» #Vercel #AICodeReview...
Source: Vercel Blog
Marketplace Team

Run untrusted code with Vercel Sandbox, now generally available

2026-01-30 13:00
πŸš€ Vercel has launched Vercel Sandbox, now generally available for AI agents. This tool provides secure, isolated environments designed for rapid deployment and execution of untrusted code. πŸ’» Built on Vercel's compute platform, it enables fast, ephemeral microVMs that shut down automatically after use, ensuring efficiency and cost-effectiveness. πŸ”§ Teams like Roo Code and Blackbox AI are already leveraging Sandbox for improved performance and streamlined processes. Explore the documentation to...
Source: Vercel Blog
Dan Fein

Vercel Sandboxes are now generally available

2026-01-30 13:00
πŸš€ Vercel Sandboxes are now generally available! These new tools allow teams to execute untrusted code securely, enabling the use of AI-generated outputs, unverified uploads, and third-party code without risking production systems. Each sandbox operates in isolated Firecracker microVMs, keeping your infrastructure safe. Teams like v0, Blackbox AI, and RooCode are already using them. Check out the documentation to learn more! #Vercel #CloudComputing #DevOps #AI #Programming
Source: Vercel Blog
Luke Phillips-Sheard

How Stripe built a game-changing app in a single flight with v0

2026-01-28 13:00
πŸš€ In a remarkable feat, Stripe developed a groundbreaking app during a single flight, a process that typically takes months of teamwork. This achievement highlights the power of individual focus and streamlined development processes. Read more about how one person's efforts transformed a complex task into a swift success. #Stripe #Innovation #AppDevelopment #TechTrends
Source: Vercel Blog
Alli Pope

Skew Protection now supports prebuilt deployments

2026-01-28 13:00
πŸš€ Exciting news for Vercel users! Skew Protection now supports prebuilt deployments. Teams can build applications locally and upload them using the `vercel deploy --prebuilt` command. You can customize the deployment ID in your `next.config.js`, which will be recorded in `routes-manifest.json` for skew protection routing. This allows for better control over your deployment ID lifecycle. Learn more about this feature! #Vercel #SkewProtection #WebDevelopment #PrebuiltDeployments #TechUpdate
Source: Vercel Blog
Brooke Mosby

Tag-based cache invalidation now available for all responses

2026-01-28 13:00
πŸš€ Vercel's CDN now offers tag-based cache invalidation, allowing for more precise control over cached content. You can use the Vercel-Cache-Tag header to group related responses and invalidate them together, rather than purging the entire cache. This feature works with all frameworks and backends. Next.js users are encouraged to continue using Incremental Static Regeneration for seamless cache management. This feature is available today for all plans at no extra cost. #Vercel...
Source: Vercel Blog
Steven Salat

Vercel Agent investigations now available in Slack

2026-01-28 13:00
πŸš€ Vercel Agent now integrates directly with Slack! Anomaly alerts will proactively monitor your application for any usage or error issues. When an anomaly is detected, alerts will be sent via email, Slack, or webhook. With the updated integration, investigations appear as threaded responses in Slack, allowing for easier triage without needing to access the Vercel dashboard. This feature is available for Observability Plus teams, including 10 investigations at no extra cost. #Vercel...
Source: Vercel Blog
Malavika Tadeusz

AGENTS.mdΒ outperforms skills in our agent evals

2026-01-27 13:00
AGENTS.md has proven to outperform skills in teaching coding agents about Next.js 16 APIs. In evaluations, AGENTS.md achieved a 100% pass rate with a compressed 8KB docs index, while skills only reached 79%. The study highlights the importance of providing direct context over relying on agents to invoke skills. For practical setup in your Next.js projects, use the command: `npx @next/codemod@canary agents-md`. πŸ”πŸ“‘πŸ’» #NextJS #CodingAgents #AGENTSmd #WebDevelopment #TechInsights
Source: Vercel Blog
Jude Gao

How Sensay went from zero to product in six weeks

2026-01-27 13:00
πŸš€ Sensay achieved an MVP launch in just six weeks! The team utilized Vercel previews, feature flags, and instant rollbacks to streamline their process. They maintained a single codebase and adapted quickly to changesβ€”all without a dedicated DevOps team. This approach highlights the power of agility in product development. #TechInnovation #MVP #AgileDevelopment #Vercel #Startups
Source: Vercel Blog
Eric Dodds

Introducing the vercel api CLI command

2026-01-27 13:00
πŸš€ Exciting news for developers! Vercel has released version 50.5.1, introducing a new API command. This command allows direct access to Vercel's full suite of APIs from your terminal. AI agents, like Claude Code, can now interact seamlessly with Vercel without extra setup. You can list APIs, build requests, or send them directly using simple CLI commands. Get started with `npx vercel@latest api --help`. #Vercel #APIs #DeveloperTools #CLI #TechUpdate
Source: Vercel Blog
Tom Knickman

Agent skills explained: An FAQ

2026-01-26 13:00
πŸ“š Discover the essentials of agent skills in our latest article! Learn what agent skills are, how to install them, and their practical applications. The article also provides best practices for effective implementation. Enhance your understanding and optimize your approach to using agent skills. #AgentSkills #Implementation #BestPractices #TechInsights #ProfessionalDevelopment
Source: Vercel Blog
Andrew Qu

Claude Code Max via AI Gateway, available now for Claude Code

2026-01-26 13:00
πŸš€ AI Gateway now integrates with Claude Code Max, enhancing the Claude Code CLI experience for developers. This setup allows users to utilize their existing Anthropic subscription at no extra charge while benefiting from unified observability and usage tracking through Vercel’s platform. For detailed setup instructions and troubleshooting tips, check the documentation. #ClaudeCode #AIGateway #Developers #TechUpdates #Vercel
Source: Vercel Blog
Jerilyn Zheng

Kimi K2.5 is live on AI Gateway

2026-01-26 13:00
πŸš€ Kimi K2.5 is now live on AI Gateway! This model from Moonshot AI offers advanced capabilities in agent tasks, coding, and visual understanding without needing other provider accounts. Users can easily create interactive user interfaces with improved frontend code quality. To utilize, simply set the model to moonshotai/kimi-k2.5 in the AI SDK. Explore more about AI Gateway and its features today! #AI #MoonshotAI #KimiK2.5 #TechNews #Innovation
Source: Vercel Blog
Jerilyn Zheng

Live model performance metrics accessible via AI Gateway

2026-01-26 13:00
AI Gateway now offers real-time performance metrics for AI models, focusing on throughput and latency. πŸ“Š Users can access these metrics in three areas: the model list, individual model detail pages, and via the REST API. πŸ” The model list allows sorting by latency and throughput to find optimal models. Individual pages provide provider-level performance comparisons. πŸ”— Metrics are updated hourly, ensuring you have the latest data at your fingertips. #AIGateway #PerformanceMetrics #AIModels...
Source: Vercel Blog
Jerilyn Zheng

Qwen 3 Max Thinking now available on AI Gateway

2026-01-26 13:00
πŸš€ Qwen 3 Max Thinking is now available on AI Gateway! This model enhances complex reasoning tasks by autonomously utilizing its built-in search, memory, and code interpreter tools. No manual selection is needed, reducing errors and providing real-time information. To access, set the model to alibaba/qwen3-max-thinking in your AI SDK. AI Gateway also offers a unified API for tracking usage, managing costs, and optimizing performance. Discover more about AI Gateway and explore the model...
Source: Vercel Blog
Jerilyn Zheng

Skills v1.1.1: Interactive discovery, open source release, and agent support

2026-01-26 13:00
πŸš€ Exciting updates in Skills v1.1.1! The latest version introduces interactive skill discovery, making it easier for developers. The deprecated npx add-skill command has been replaced with the new npx skills interface for better programmatic skill discovery. AI agents can now utilize the meta "find-skills" skill, along with support for 27 coding agents. Maintenance is simplified with the new npx skills update command. Explore the full codebase on GitHub! #SkillsUpdate #OpenSource #AI #Coding...
Source: Vercel Blog
Andrew Qu

Summaries of CVE-2025-59471 and CVE-2025-59472

2026-01-26 13:00
Two medium-severity denial-of-service vulnerabilities, CVE-2025-59471 and CVE-2025-59472, have been identified in self-hosted Next.js applications. πŸ› οΈ These vulnerabilities can lead to server crashes through memory exhaustion but do not allow data exposure or privilege escalation. Applications on Vercel's platform remain unaffected. 🌐 CVE-2025-59471 impacts the Image Optimizer, while CVE-2025-59472 affects Partial Pre-Rendering in minimal mode. Immediate upgrades or specific workarounds are...
Source: Vercel Blog
Jimmy Lai

Summary of CVE-2026-23864

2026-01-26 13:00
🚨 Multiple high-severity vulnerabilities in React Server Components have been disclosed. These do not allow for Remote Code Execution but can lead to denial of service issues. Affected versions include 19.0.x, 19.1.x, and 19.2.x. Users are urged to upgrade to patched versions promptly. Vercel has implemented new rules to enhance protection. πŸ”— Stay safe and informed! #React #CyberSecurity #Vulnerability #SoftwareUpdate #TechNews
Source: Vercel Blog
Andy Riancho

Trinity Large Preview is on AI Gateway

2026-01-26 13:00
πŸš€ Exciting news! You can now access Trinity Large Preview directly through AI Gateway without needing other provider accounts. This model is tailored for reasoning-intensive tasks, making it ideal for math, coding, and complex workflows. It supports extended interactions while ensuring high performance. AI Gateway offers a unified API for model calls, usage tracking, and performance optimizations. Explore built-in observability and intelligent routing features today! #AI #TrinityLargePreview...
Source: Vercel Blog
Jerilyn Zheng

Use AI Gateway with Clawdbot

2026-01-24 13:00
πŸš€ Discover Clawdbot, your personal AI assistant powered by Claude! With persistent memory, Clawdbot can browse the web, execute shell commands, and manage files across various operating systems. πŸ” By integrating with Vercel AI Gateway, you gain access to hundreds of models from multiple providers using a single API endpoint. Create your API key and start exploring! For detailed guidance, check the AI Gateway documentation. πŸ“š #AI #Clawdbot #Vercel #TechInnovation #PersonalAssistant
Source: Vercel Blog
Jerilyn Zheng

Configure build machine settings across all projects

2026-01-23 13:00
πŸš€ Build and deployment settings can now be adjusted at the team level, allowing for consistent configurations across all projects. Choose from various build machine options to optimize performance: - Standard: 4 vCPUs, 8 GB RAM - Enhanced: 8 vCPUs, 16 GB RAM - Turbo: 30 vCPUs, 60 GB RAM Control parallel builds with On-Demand Concurrent Builds for efficient resource management. Get started with these team-level settings today! #BuildSettings #ProjectManagement #DevOps #TeamEfficiency...
Source: Vercel Blog
Mehul Kar

Faster deploys with improved function caching

2026-01-23 13:00
πŸš€ Vercel has introduced a new optimization that skips function uploads when the code remains unchanged. This change reduces build times by 400-600ms on average and can save up to 5 seconds for larger builds. 🌟 Deployment-specific environment variables are now injected at runtime, allowing for more efficient deployments without additional configuration. This update applies to Vercel Functions and will soon benefit Next.js projects as well. #Vercel #WebDevelopment #Optimizations #BuildTimes...
Source: Vercel Blog
Felix Haus

Vercel now supports customizing platform error pages

2026-01-23 13:00
πŸš€ Vercel now allows customization of platform error pages! You can replace standard error messages with your own branded pages. This is useful for handling uncaught errors like function timeouts. Simply use your framework's conventions to set up custom pages, and Vercel will find them automatically. This feature is available for Enterprise teams and requires no extra configuration. #Vercel #WebDevelopment #CustomErrorPages #EnterpriseSolutions #TechUpdates
Source: Vercel Blog
Priyanka Jindal

Filesystem snapshots supported on Vercel Sandboxes

2026-01-22 13:00
πŸš€ Vercel Sandbox introduces filesystem snapshots! You can now capture the complete filesystem state of a running Sandbox. This feature allows you to launch new Sandboxes from existing snapshots, saving time on setup tasks like dependency installations and builds. Key functionalities include: - Creating snapshots with `sandbox.snapshot()` - Launching Sandboxes using snapshots - Reusing snapshots for parallel testing Explore the documentation to learn more! πŸ“š #Vercel #WebDevelopment #DevTools...
Source: Vercel Blog
Tiago Ventura Loureiro

New dashboard navigation available

2026-01-22 13:00
πŸš€ A new dashboard navigation is now available as an opt-in experience! The redesign features a resizable sidebar, consistent tabs, and improved order for common workflows. Users can switch between team and project views easily, and the mobile navigation is optimized for one-handed use. Try it out today before the full rollout! #DashboardUpdate #UserExperience #NavigationDesign #TechNews #ProductivityTools
Source: Vercel Blog
Mery Kaftar