bun-nextjs

Installation
SKILL.md

Bun Next.js

Run Next.js applications with Bun for faster development and builds.

Quick Start

# Create new Next.js project with Bun
bunx create-next-app@latest my-app
cd my-app

# Install dependencies
bun install

# Development
bun run dev

# Build
bun run build
Related skills

More from secondsky/claude-skills

Installs
119
GitHub Stars
143
First Seen
Apr 3, 2026