What problem does it solve?
This skill reduces failed or confusing Vercel deployments for the loyalty-app monorepo by giving a consistent, app-scoped setup and a practical troubleshooting flow.
Core Features & Use Cases
- Monorepo-to-Vercel project mapping: Creates one Vercel project per app (web, admin, storybook) using the correct Root Directory and Turborepo filter build command.
- Environment variable setup for reliable builds: Ensures build-time needs like DATABASE_URL and runtime secrets like BETTER_AUTH_SECRET are configured per Vercel project and environment (production/preview/development).
- Operational visibility with MCP: Uses the Vercel MCP tools to inspect teams, projects, deployments, runtime logs, and build logs from inside Claude Code.
- Fast rollback and incident response: Promotes a prior good deployment to production and validates behavior using Better Stack health checks.
Quick Start
Set up a new Vercel project for apps/web by importing the loyalty-app repo, setting the Root Directory to apps/web, and configuring the Build Command to run Turbo with the correct filter.