Sync projects with @vercel/related-projects
Deployment syncing just got automatic. Vercel's new @vercel/related-projects eliminates manual URL management across monorepos.

Why it matters
Vercel ships developer productivity feature that reduces friction in multi-project deployments, lowering operational overhead for teams building interconnected services. Relevant to founders scaling monorepo architectures.
The key facts
11 to knowNew package: @vercel/related-projects
Automatically syncs deployment URLs across separate Vercel projects
Updates available at both build and runtime
Eliminates need for hardcoded values and manual environment variable management
Use case: monorepos with frontend/backend preview deployments
Linking via Vercel project ID in dashboard Settings
Automatic deployment URL syncing at build and runtime
Eliminates manual environment variable management
Supports monorepo architectures (frontend + backend coordination)
Links projects via Vercel project ID
Preview deployments automatically reference corresponding backend previews
Go to the source
Vercel Blogvercel.com
Publisher excerpt: The new package helps sync deployment information across separate Vercel projects, ensuring your applications always reference the latest preview or production deployment URLs without manual updates or environment variable changes.@vercel/related-projects Previously, developers had to manually…