# Deploy Node servers with zero configuration

DevFeed: [Deploy Node servers with zero configuration](<https://devfeed.tech/articles/deploy-node-servers-with-zero-configuration-896.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deploy-node-servers-with-zero-configuration>)

Author: Jeff See

Published: 2026-06-23T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [backends](<https://devfeed.tech/tags/backends.md>), [cli](<https://devfeed.tech/tags/cli.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [local](<https://devfeed.tech/tags/local.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel now automatically detects a server.ts file at the project root or in src and deploys it as a Node.js application without configuration. The Vercel CLI also supports local development and deployment for these servers.

## Source excerpt

You can now deploy a Node.js server to Vercel with zero configuration. Vercel detects a server.ts file at the project root or at src/server.ts and deploys it as a Node.js application, in addition to existing zero-configuration backends like Express, Koa, and NestJS: Vercel CLI can handle local development and deployment: Backends on Vercel are powered by Fluid compute with Active CPU pricing. Learn more about the Node.js runtime on Vercel. Read more