Why Choose Bun on Zerops
Zerops makes deploying Bun applications effortless:- Blazing Fast - 3x faster than Node.js for many operations
- All-in-One - Runtime, package manager, bundler, and test runner
- Automatic Scaling - Horizontal and vertical auto-scaling
- Built-in CI/CD - Automatic builds from Git
- Database Integration - Easy connections to PostgreSQL, MySQL, and more
Supported Bun Versions
Zerops supports:bun@1.0bun@1.1bun@latest
Quick Start
Deploy a Bun application in minutes:Create a project
Log in to the Zerops GUI and create a new project.
Key Features
Quick Setup
Get started in minutes with our quickstart guide.
Build Pipeline
Configure your build process with zerops.yaml.
Example Bun Application
Here’s a simple Bun server with PostgreSQL:server.ts
zerops.yaml:
Why Bun?
Fast Package Manager
Install packages up to 25x faster than npm.
Native TypeScript
Run .ts files directly without compilation.
Built-in Bundler
Bundle your app with
bun build.Node.js Compatible
Works with most npm packages.