Introducing vercel.ts: Programmatic project configuration

Published: (December 19, 2025 at 08:00 AM EST)
1 min read

Source: Vercel Blog

Overview

Vercel now supports vercel.ts, a new TypeScript‑based configuration file that brings type safety, dynamic logic, and a better developer experience to project configuration. vercel.ts lets you express configuration as code by defining advanced routing, request transforms, caching rules, and cron jobs, going bey…

Back to Blog

Related posts

Read more »

VSCode Extensions

Unveiling VS Code: Create Your First “Hello World” Extension Visual Studio Code has revolutionized how we develop, and one of its greatest strengths lies in it...