Company Radar
Vercel
Latest AI signals connected to Vercel, rendered from the VQV Terminal API.
No model bucket detected yet.
No related company bucket detected yet.
Latest Signals
All companiesVercel Sandbox now offers free data downloads from the internet
Vercel Sandbox no longer charges for data downloaded from the internet, including installing packages, cloning Git repositories, or pulling datasets. However, traffic on exposed ports and outbound internet traffic remain billable.
Why it matters: This change reduces costs for developers using Vercel Sandbox to access external resources, potentially encouraging more experimentation and development. It clarifies billing by separating inbound data downloads from other network traffic.
Optimized CDN caching and deploying of immutable static assets
Vercel now reuses static files across deployments for frameworks that output content-addressed assets. It's zero-config: Vercel uses Framework-defined infrastructure to manage these imm...
Write Utilization Metric Added to ISR Observability on Vercel
Vercel's ISR Observability page now includes a write utilization metric for Observability Plus subscribers. This metric helps identify routes that regenerate frequently but receive few requests by showing the ratio of cached requests to ISR writes.
Why it matters: This feature enables developers to optimize incremental static regeneration by pinpointing inefficient cache usage. It helps improve performance and resource allocation for web projects using ISR.
Vercel Workflows Trace Viewer Adds Minimap for Full-Run Overview
Vercel Workflows' trace viewer now includes a minimap that displays the entire run in one view, allowing users to pan, zoom, and jump to specific points easily. This feature enhances navigation through workflow runs by enabling quick section selection and step-through controls.
Why it matters: The minimap improves user experience by providing a comprehensive overview and efficient navigation of complex workflow traces. This can help developers analyze and debug workflows more effectively.
Reader impact: Teams using AI at work may want to compare this against current productivity and review workflows.
AgentMail Now Available on Vercel Marketplace for AI Email Management
AgentMail can now be provisioned and managed directly from the Vercel Marketplace, enabling AI agents to send, receive, and respond to emails from real inboxes. It supports inbox provisioning, custom domains, thread handling, attachments, and deliverability management.
Why it matters: This integration simplifies deploying AI-powered email agents by managing mail servers and deliverability within the Vercel ecosystem. It enhances automation capabilities for email communication using AI agents.
Reader impact: Teams using AI at work may want to compare this against current productivity and review workflows.
Vercel Plugin Now Available in VS Code and GitHub Copilot CLI
The Vercel Plugin is now integrated into VS Code and GitHub Copilot CLI, providing on-demand platform knowledge and skills for Next.js, AI SDK, and Vercel Functions. It also helps keep Copilot updated with the latest Vercel APIs and recommended development patterns.
Why it matters: This integration streamlines developer workflows by embedding Vercel-specific expertise directly into popular coding tools, enhancing productivity and ensuring up-to-date best practices. It supports faster and more efficient development on the Vercel platform.
Vercel Blob now supports consistent reads on private storage
Vercel Blob now supports consistent reads on private storage. Pass useCache: false to get() or presignUrl() for a read that reflects the latest write. A blob wri...
Agent Runs now display subagent activity for eve projects
Vercel's Agent Runs feature now includes a Subagents tab for eve projects, showing detailed activity of each subagent including prompts, duration, and failures. Users can inspect subagent runs with the same level of detail as parent runs.
Why it matters: This enhancement improves observability by providing developers with deeper insights into subagent behavior within eve projects, aiding in debugging and performance analysis. It streamlines monitoring by consolidating subagent data on a shared timeline.