

A curated list of awesome resources for Bun, the incredibly fast all-in-one JavaScript runtime, bundler, transpiler, and package manager, featuring frameworks like Hono and Elysia, tools, libraries, and best practices for modern JavaScript development.
Loading more......
Awesome Bun is the official curated list of resources for Bun, an incredibly fast JavaScript runtime that combines runtime, bundler, test runner, and package manager into a single tool. Bun aims to be a drop-in replacement for Node.js with significantly better performance.
curl -fsSL https://bun.sh/install | bash
bun run file.ts - Run TypeScript directlybun install - Install dependenciesbun test - Run testsbun build - Bundle for productionHono
Elysia
Bun-Bakery
Vixeny
King Stack
Bun + React
node: prefix supportnpm install with bun installbun runbun test instead of Jestbun buildbun testBun is free and open-source under MIT license.