What problem does it solve? Publishing a web project to a live URL normally requires a Vercel account, CLI authentication, and manual configuration. This Skill packages any project directory and deploys it to Vercel through a claimable-preview flow, returning a live preview URL without requiring authentication. ## Core Features & Use Cases - One-command deployment: Run bash scripts/deploy.sh [path] on a directory or .tgz file to package and upload the project. - Automatic framework detection: Detects over 30 frameworks from package.json, including Next.js, Nuxt, SvelteKit, Astro, Express, and Vite. - Claimable preview URLs: Returns a live Preview URL plus a Claim URL to transfer the deployment to your own Vercel account. - Use Case: You just built a static HTML landing page and want to share it with a client. Run the deploy script on the folder, and within minutes you have a live *.vercel.app URL to send them. ## Quick Start Ask the assistant to deploy the current project to Vercel and share the preview URL.