awesome-bun icon indicating copy to clipboard operation
awesome-bun copied to clipboard

A curated list of awesome things related to bun

Awesome bun

bun, is an incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one.

This list is a collection of the best bun resources.

Contents

  • Docs
    • Official Docs
  • Packages
    • CI/CD
    • Database
    • Web Framework
  • Templates

Docs

Official Docs

Packages

CI/CD

  • setup-bun - Set up your GitHub Actions workflow with a specific version of bun.

Database

  • burm - A simple, fast, reliable Object Relationship Manager for Bun.
  • duckdb - A fast duckdb bindings for bun runtime.

Web Framework

  • baojs - A fast, minimalist web framework for the Bun JavaScript runtime.
  • hono - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
  • kingworld - Fast, and friendly Bun web framework.
  • siopao - A minimal routing library designed to sit on top of Bun's fast HTTP server.

Templates

  • bun-on-gitpod - A bun starter template, configured for Gitpod to give you pre-built, ephemeral development environments in the cloud.
  • create-bun - bun boilerplate, npm starter.
  • fly-apps/bun - Containerised bun app doing basically nothing.