What problem does it solve? Managing Vercel deployments by hand means juggling CLI commands for deploying, debugging logs, and checking project configuration, with risks like unauthenticated hangs, uncommitted-change drift, and unverified production releases. ## Core Features & Use Cases - Deploy mode: Runs pre-deploy checks (git state, local build), enforces a user confirmation gate, deploys to preview or production, then verifies health with HTTP checks and post-deploy log review. - Logs mode: Fetches and filters deployment logs by level, status code, source type, time range, branch, or full-text query, with JSON output for parsing and deployment bisect for regression hunting. - Status mode: Builds a project dashboard covering recent deployments, production deployment details, domains, and environment variable counts. - Use Case: After pushing a feature branch, ask to deploy a preview, confirm the health checks pass, then filter the last hour of 5xx errors from production logs before promoting to production. ## Quick Start Ask the assistant to deploy the current project to a Vercel preview and then show any error logs from the last hour.