Skip to main content
Next.js works with Bun as the JavaScript runtime and package manager.

Quick Start

Manual Setup

1

Install dependencies

2

Add scripts to package.json

package.json
3

Create pages/index.tsx

pages/index.tsx
4

Run development server

Next.js is fully compatible with Bun’s package manager and runtime.