Point this agent at a repository that deploys to Netlify and ask it to plan
the move to Vercel. It reads netlify.toml, _redirects, _headers, and
your functions directories, then produces Vercel-side configuration it can
deploy and verify against a preview.
netlify.toml, _redirects, _headers,
serverless and edge functions, build plugins, deploy contexts, env vars,
and Forms/Identity usage — each finding tiered mechanical / rework /
redesign.vercel.json redirects/headers/rewrites,
functions converted to Vercel Functions or framework API routes, edge
functions converted to Edge Middleware, and build settings mapping.VERCEL_TOKEN, then
curl-assert redirect, header, and rewrite parity rule by rule and report
PASS/PARTIAL/FAIL evidence.VERCEL_TOKEN — Vercel access token scoped to a test teamVERCEL_TEAM_ID — optional; team slug/ID for deploys when the token can
reach more than one teamNETLIFY_AUTH_TOKEN — optional; read-only enumeration of live Netlify
sites, env vars, and forms for mappingThis solution migrates static/framework sites, redirect/header/rewrite rules, serverless functions, edge functions, and build settings. It does not migrate Netlify Forms submissions or provide a form backend, does not port Netlify Identity users (an external auth provider is required), does not translate build plugins, and does not change your DNS — cutover is planned but executed by you.
Maps Netlify site configuration, plans site-by-site migrations, generates vercel.json and function conversions, and validates parity against a Vercel preview deploy.