Migrate from Vercel to Varity
varity_migrateMigrate a Vercel project to Varity by cloning the GitHub repository, removing Vercel-specific artifacts, and deploying the transformed app to Varity infrastructure.
Instructions
Migrate a Vercel project to Varity in one step: clones the GitHub repository, removes Vercel-specific artifacts (vercel.json, @vercel/* packages, image optimizer config, env var renames), and deploys the transformed app to Varity infrastructure. Returns a live deployment URL and a migration report. Works with Next.js projects. Use this when a developer wants to move their Vercel app to Varity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, show what would change without deploying. Useful for previewing migration impact. | |
| github_url | Yes | GitHub repository URL to migrate (e.g. 'https://github.com/user/my-vercel-app'). The repository will be cloned to a temporary directory, transformed, and deployed. |