Deploy multi-service projects with Vercel Services let you deploy multiple independently-built units within a single Vercel project. The typical use case is combining different runtimes (e.g. Python + JavaScript) in one deployment with shared routing and environment variables, but services work for any combination — multiple services of the same runtime, different frameworks, or a mix. This skill covers project structure and configuration . For the actual deployment, defer to the deployments-cicd skill. How It Works A service is an independently built unit within your project, deployed to the…