Vercel Rules
Deploy and manage Vercel projects. Preview deployments, environment variables, domains, and serverless functions.
3 rules
Caching & Performance Standards
Intermediate
Define caching rules for Vercel deployments — Cache-Control headers, ISR revalidation intervals, edge caching, and static asset optimization standards.
globs: **/app/**/*.ts, **/app/**/*.tsx, **/next.config.*
caching, performance, cdn, cache-control
View Rule
Environment Variable Management
Beginner
Standards for managing environment variables on Vercel — naming conventions, per-environment configuration, NEXT_PUBLIC prefix rules, and secret rotation practices.
globs: **/.env*, **/next.config.*, **/vercel.json
environment-variables, secrets, configuration, security
View Rule
vercel.json Configuration Standards
Intermediate
Enforce proper vercel.json configuration — security headers, rewrites, redirects, function settings, and caching rules for Vercel deployments.
globs: **/vercel.json
vercel, configuration, security-headers, redirects
View Rule