Export High-Res PDF
Switch to Light Mode
SkillSnap Official GuideUpdated 7/24/2026
Vercel
The platform for Next.js and AI. Master Partial Prerendering, Fluid Compute, and the v0 AI engineering workflow.
Dashboard & Shortcuts
Command Menu (Nav/Actions)Cmd + K
Go to ProjectsG then P
Go to DeploymentsG then D
Focus SearchF
CLI Mastery
Force production build (No git push)vercel deploy --prod
Download cloud env vars to .env.localvercel env pull
Stream production logs to terminalvercel logs
Find the deployment that broke the sitevercel bisect
Performance & Core Vitals
Real User Monitoring (RUM) metricsSpeed Insights
Partial Prerendering (Static Shell + Dynamic Stream)PPR
Zero layout shift (CLS) fontsnext/font
Read global config in <10msEdge Config
AI Engineering (v0)
Generate React components via AIv0.dev
Unified API for LLMs (OpenAI/Anthropic)AI SDK Core
Stream React components from serverUI Streaming
Redis for chat history/stateVercel KV
FinOps & Security
Pay only for active CPU timeFluid Compute
Hard limit to pause projectsSpend Management
Web Application Firewall (Block SQLi/Bots)WAF
Password/SSO for preview URLsDeployment Protection