Skip to content

Vercel Commands (/vercel:)

← All command namespaces

Framework-agnostic Vercel platform features only — vercel.json, Serverless Functions (Node.js/Fluid Compute runtime), ISR, Cron Jobs, Storage. Not a Next.js stack (no /nextjs:* namespace exists) — for framework-specific routing/rendering, use /react:*, /vuejs:*, /angular:* instead.

Code Generation

CommandDescription
/vercel:deploy-configDetect project shape and generate/validate a vercel.json

Analysis Commands

CommandDescription
/vercel:check-architectureValidate vercel.json structure (rewrites/redirects/headers/regions/functions/crons) and project-shape fit
/vercel:check-code-qualityRun code quality checks on api/** (ESLint, tsc --strict, handler signature conventions)
/vercel:check-complianceCheck rule compliance (vercel.json & Architecture, Functions & Runtime Choice, Security & Env Handling, ISR/Caching & Tests)
/vercel:check-securitySecurity audit (env vars/secrets, cron auth guard, CORS/CSP headers, Marketplace credential scoping)
/vercel:check-testingTest coverage analysis (Vitest for Function handlers, vercel dev smoke tests)