next
Installation
SKILL.md
Next.js
Fullstack React apps with App Router, server components, and server actions for Next.js 13-14.
When to Use
- React apps with SSR/SSG
- API routes or middleware
- Fullstack React deployment
Don't use for:
- Static sites without React (use Astro)
- Backend-only APIs (use Express/Hono)
- Non-React frontends (use SvelteKit/Nuxt)