Vercel News

Deploy Node servers with zero configuration (opens in new tab)

**Published:** June 23, 2026 | **Authors:** Ricardo Gonzalez , Jeff See --- 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: **server.ts** ```typescript import { createServer } from 'node:http' const server = createServer((req, res) => { res.end('Hello from Node.js on V...

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help