Live Feed/Vercel/Fact Record
Vercel logo
Vercel
feature 92% Confidence Gate September 18, 2026

Vercel CLI v59.16.0 Introduces Sub-second Artifact Deployments

Vercel CLI version 59.16.0 enables sub-second deployments for static artifacts by bypassing the build step. This feature supports directories containing up to 10 HTML or Markdown files with a maximum total size of 5 MB.

Verified State Diff

Comparison Mode:
- Previous State
All deployments via Vercel CLI required a build step, regardless of file type or content complexity.
+ Verified New State
Vercel CLI v59.16.0 allows skipping the build step for directories with up to 10 files (.html, .htm, .md) totaling 5 MB or less, resulting in sub-second deployment times.

Impact & Verification Analysis

WHO IS AFFECTED

Developers using Vercel CLI to deploy static prototypes, HTML reports, or AI-generated documentation.

WHY IT MATTERS

This significantly reduces the feedback loop for developers and automated agents by eliminating build overhead for static content, enabling faster iteration and preview cycles.

Full Fact Overview

Vercel has updated its CLI to version 59.16.0, introducing a specialized deployment path for static artifacts. When the CLI detects a directory containing only .html, .htm, or .md files that meets the 5 MB size limit and 10-file count threshold, it skips the standard build process. This allows for near-instant deployment of prototypes, reports, and agent-generated content, providing a live URL immediately upon execution of the 'vercel deploy' command.

Multi-Source Evidence Chain (1)

Sub-second artifact deployments are now supported in Vercel CLIhttps://vercel.com/changelog
TRACKED ENTITY
Explore all historical Vercel changes
View Vercel Hub ➔