Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Deploy Hono backends using the Bun runtime on Vercel with this boilerplate.

Astro landing page starter with gradient background, responsive hamburger/dropdown menu, and switchable floating/fullscreen headers.
Hono on Bun is a Vercel boilerplate for deploying Hono.js HTTP applications on the Bun runtime, with one-click setup from the Vercel examples repository.
This boilerplate provides a minimal starting point for building HTTP APIs with the Hono web framework and serving them on Bun through Vercel's serverless platform. It is part of the Vercel examples repository under framework-boilerplates, and a live demo is hosted at https://example-hono-bun.vercel.app/. The template includes project files that let developers use the Vercel CLI to develop locally, build, and deploy.
bun install then vc dev to serve the app locally at http://localhost:3000 with Vercel's development server.vc build to create a production build and vc deploy to publish to Vercel directly from the CLI.vc dev.