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
Impact & Verification Analysis
Developers using Vercel CLI to deploy static prototypes, HTML reports, or AI-generated documentation.
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.