{
  "version": "2026.1",
  "releasedDate": "2026-07-13",
  "checkedDate": "2026-07-13",
  "nextVersion": "16.2.10",
  "methodology": "Statuses summarize official Next.js documentation for a Node.js server, standalone output, and static export. They describe framework support, not complete production readiness.",
  "records": [
    {
      "feature": "App Router dynamic rendering",
      "nodeServer": "supported",
      "standalone": "supported",
      "staticExport": "not-supported",
      "operatorRequirement": "Run a Node.js server for request-time dynamic behavior.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/static-exports"
    },
    {
      "feature": "Standalone output",
      "nodeServer": "not-applicable",
      "standalone": "supported-with-condition",
      "staticExport": "not-applicable",
      "operatorRequirement": "Copy public and .next/static into the standalone tree or serve them separately; verify traced runtime files.",
      "sourceUrl": "https://nextjs.org/docs/app/api-reference/config/next-config-js/output"
    },
    {
      "feature": "Runtime image optimization",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-supported",
      "operatorRequirement": "Provide runtime CPU and memory; static export requires a custom loader or unoptimized images.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "Proxy",
      "nodeServer": "supported",
      "standalone": "supported",
      "staticExport": "not-supported",
      "operatorRequirement": "Preserve incoming request behavior and test the selected runtime APIs.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "ISR and revalidation",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-supported",
      "operatorRequirement": "A single persistent instance can use disk cache; ephemeral or multiple instances need durable shared cache behavior.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "Streaming and Suspense",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-applicable",
      "operatorRequirement": "Disable buffering through every reverse proxy and load balancer in the response path.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "Multi-instance Server Functions",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-supported",
      "operatorRequirement": "Use the same NEXT_SERVER_ACTIONS_ENCRYPTION_KEY across builds and instances.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "Rolling deployment version skew",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-applicable",
      "operatorRequirement": "Set a deploymentId and retain compatible assets and traffic behavior during rollout.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "Multi-instance cache invalidation",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-supported",
      "operatorRequirement": "Use shared cache storage and coordinate tag invalidation, including refreshTags where applicable.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    },
    {
      "feature": "Graceful shutdown and after()",
      "nodeServer": "supported-with-condition",
      "standalone": "supported-with-condition",
      "staticExport": "not-applicable",
      "operatorRequirement": "Send SIGINT or SIGTERM and allow a configurable 10-30 second drain period.",
      "sourceUrl": "https://nextjs.org/docs/app/guides/self-hosting"
    }
  ]
}
