New Project

Express on Bun

Deploy Express backends using the Bun runtime.

DeployView Demo

Live Example: https://example-express-bun.vercel.app/

Prerequisites:

  • Vercel CLI installed globally

To develop locally:

bun install
vc dev
open http://localhost:3000

To build locally:

bun install
vc build

To deploy:

bun install
vc deploy
GitHub Repovercel/examples
LicenseView License
Use Cases
Backend
Stack
Express
None

Related Templates

Next.js Boilerplate

Get started with Next.js and React in seconds.
Next.js Boilerplate thumbnail

Image Gallery Starter

An image gallery built on Next.js and Cloudinary.
Image Gallery Starter thumbnail

Chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
Chatbot thumbnail
DeployView Demo