{"library":"next","type":"library","category":null,"description":"Next.js is an open-source React framework designed for building performant and scalable web applications. It supports a variety of rendering strategies, including Server-Side Rendering (SSR), Static Site Generation (SSG), Incremental Static Regeneration (ISR), and client-side rendering. The current stable version is 16.2.4. Next.js typically releases new features and major architectural changes, like the App Router and React Server Components, in frequent canary and beta channels, with stable versions receiving backported bug fixes and optimizations. Key differentiators include its file-system-based routing, built-in image and font optimization, API routes for backend functionality, and deep integration with React Server Components for a full-stack development experience. It aims to provide a complete solution for React applications, abstracting much of the build configuration and deployment complexities.","language":"javascript","status":"active","version":"16.2.4","tags":["javascript","react","framework","nextjs","web","server","node","front-end","backend","typescript"],"install":[{"cmd":"npm install next","imports":["import Image from 'next/image';","import { useRouter } from 'next/navigation'; // App Router\nimport { useRouter } from 'next/router'; // Pages Router","import { NextResponse } from 'next/server';","import Link from 'next/link';"]},{"cmd":"yarn add next","imports":[]},{"cmd":"pnpm add next","imports":[]}],"homepage":"https://nextjs.org","github":"https://github.com/vercel/next.js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/next","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/next/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}