A list of awesome Bun tools and resources.
Table of Contents
List
-
Official Packages
- bun: bun bun bun
- bun-types TypeScript types for bun (
bun add -d bun-types
).
-
Web Frameworks
- baojs:⚡️ A fast, minimalist web framework for the Bun JavaScript runtime
- Bun-Bakery: A web framework for Bun. It uses a file based router in style like svelte-kit. No need to define routes during runtime.
- fastify-edge: Use Fastify idioms for writing Cloudflare Workers and Bun servers
- hono: Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
- kingworld: Fast, and developer friendly Bun web framework
-
-
Routing Solutions
- hyperbun: A simple HTTP routing library built on top of Bun’s built in HTTP solution.
- siopao: A minimal routing library designed to sit on top of Bun’s fast HTTP server.
-
Database
- duckdb: 🦆 fast duckdb bindings for bun runtime.
-
GitHub Actions
- action-setup-bun: Setup GitHub Actions workflow with a specific version of Bun.
- setup-bun: Set up your GitHub Actions workflow with a specific version of Bun.
-
CLI
- Shumai: A delicious new outlook on command line argument handling.
-
Utilities
-
- vscode-remote-try-bun: Bun, all-in-one JS runtime starter project for trying out without having to install locally.
-
Miscalaneous
- fable-bun: A small experimental repository for bun.sh.
- biscuit: A brand new bleeding edge non bloated Discord library (based on Discordeno!)
Contribute
Contributions of any kind welcome