All use cases
Deploy Bun Applications
Deploy Elysia, Hono, and any Bun application. Bun 1.3 runtime for ultra-fast JavaScript and TypeScript.
How to deploy your Bun app
1
Sign up / Sign in
Create an account or sign in to your dashboard. Your account is created automatically on first sign in.
2
Create a project
Click on "Create a project" from your dashboard.
3
Connect your GitHub repository
Select your Bun repository from GitHub. You may need to connect your GitHub account if you haven't already.
4
Configure your project settings
Set your Docker image and commands for your Bun app.
Example: Bun with Elysia
Build: bun install
Start: bun run src/index.ts
5
Deploy
Click "Deploy" or simply push to your repository. Every git push triggers a new deployment.
6
Visit your app
Once deployed, click "Visit" to see your live Bun application.
Why Bun?
- Fast - Up to 4x faster than Node.js
- TypeScript native - No compilation needed
- All-in-one - Runtime, bundler, and package manager
- Node compatible - Works with existing npm packages
Popular frameworks
- Elysia - Ergonomic web framework for Bun
- Hono - Ultrafast web framework
- Bun.serve - Native HTTP server