Run multiple frameworks in one project with Vercel Services
You can now deploy multiple frontends and backends together within a single Vercel project. , allowing you to deploy full stack apps with multiple frameworks on a shared domain, where services talk to each other privately and deployments build, preview, and roll back together.Vercel Services is now available Services are defined in :vercel.json From there, your services show up across the dashboard and CLI: Services talk to each other internally with the new key, without routing through the pub

