Next.js 15

Installation
SKILL.md

Next.js 15

Next.js is a React framework that provides server-side rendering, static site generation, API routes, and many other features for building modern web applications.

Quick Start (App Router)

npx create-next-app@latest my-app
cd my-app
npm run dev

Core Concepts

Server vs Client Components

Server Components (default):

  • Run on the server
Related skills
Installs
GitHub Stars
2
First Seen