Vercel

July 18, 2026 · View on GitHub

English | 简体中文

The vercel target deploys a directory to Vercel Production and depends on the Vercel CLI installed on the system.

Configuration

export VERCEL_ORG_ID=team_or_user_id
export VERCEL_PROJECT_ID=project_id

Make sure the Vercel CLI is signed in, or configure a token through one of its supported methods.

Publish

fastforge publish --path build/web --target vercel

Fastforge generates .vercel/project.json in the target directory, then runs:

vercel --prod

You can override the environment variables with org-id and project-id publishing arguments.