What problem does it solve?
Developers often struggle to adopt Bun for JavaScript/TypeScript projects, needing a clear, official-aligned playbook to set up, migrate, and optimize Bun-based workflows.
Core Features & Use Cases
- Project setup & scaffolding: kick off Bun projects with minimal configuration and sensible defaults.
- Dependency & tooling management: install, update, and organize dependencies using Bun's tooling and migrations from Node.js.
- Running & server capabilities: guide on building HTTP servers with Bun.serve, and using Bun APIs for storage, databases, and runtimes.
- Testing & bundling: integrate bun test and bun build into local and CI workflows.
- Migration from Node.js: step-by-step patterns to port existing projects to Bun, with compatibility checks and pitfalls to avoid.
Quick Start
Install Bun and scaffold a new Bun project to start coding.