deploy-vercel

Deploy built web apps to Vercel with domain routing and environment configuration.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill deploy-vercel-jedmamosto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-vercel
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/deploy-vercel
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill deploy-vercel-jedmamosto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying a funnel page or web app to Vercel without breaking environments, secrets, or domain routing can be slow and error-prone.

Core Features & Use Cases

  • First-time Vercel deployment for Lovable exports, Next.js builds, Vite/React apps, or static HTML.
  • Custom domain setup (including the recommended subdomain routing when the apex domain is still served by GHL).
  • Environment-variable management using Vercel env tooling so production and preview builds have the required keys for GHL, Stripe, analytics, and automation.

Quick Start

Use this skill to deploy your built Next.js export to Vercel by linking the project, adding required env vars, deploying a preview build, and then promoting to production with vercel --prod.

Frequently Asked Questions about deploy-vercel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Next.js app to Vercel with environment variables?

To deploy a Next.js app to Vercel, link the project, add required environment variables via vercel env add, deploy a preview build, and promote to production using vercel --prod.

What's the best way to add a custom domain in Vercel when the apex domain is served by GHL?

Add a custom domain in Vercel using vercel domains add and configure subdomain routing to keep the apex domain served by GHL, then verify DNS settings.

Can I use this Vercel deployment process for Lovable exports and static frontends?

Yes, the Vercel deployment process supports first deploys of Lovable exports, Next.js builds, Vite and React apps, and static HTML frontends.

Do I need Vercel CLI authentication to ship a built funnel page to production?

Yes, Vercel CLI authentication is required to ship a funnel page to production, along with project linking, environment variable setup, and domain attachment.

How do I safely promote a Vercel preview build to production?

Safely promote a Vercel preview build to production by running vercel --prod after verifying the preview deployment, environment variables, and domain routing.

Why do my Stripe and GHL environment variables fail on Vercel preview builds?

Vercel preview builds fail when environment variables for GHL, Stripe, and analytics are not correctly added using vercel env add for both preview and production scopes.