New Project

Hono on Bun

Deploy Hono backends using the Bun runtime.

DeployView Demo

Live Example: https://example-hono-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
Hono
None

Related Templates

DeployView Demo