What problem does it solve?
Deploying Optimal project applications to Vercel currently requires manual path resolution, CLI invocation, and waiting for completion; this Skill automates those steps and returns a ready-to-use deployment URL.
Core Features & Use Cases
- Path resolution: Maps a logical app name to its absolute filesystem path before deploying.
- Vercel CLI orchestration: Runs the vercel CLI in the app directory and supports preview and production (--prod) deployments.
- Synchronous deployment handling: Waits for the deployment to finish (up to two minutes) and returns the final URL for verification or sharing.
- Use Case: Quickly create a preview deployment for QA or push a production release for the portfolio or dashboard projects.
Quick Start
Deploy the portfolio app to a Vercel preview by running optimal deploy portfolio.