{"id":17713239,"url":"https://github.com/opennextjs/opennextjs-netlify","last_synced_at":"2025-04-13T06:14:17.234Z","repository":{"id":36983533,"uuid":"307494043","full_name":"opennextjs/opennextjs-netlify","owner":"opennextjs","description":"Open Next.js adapter for Netlify","archived":false,"fork":false,"pushed_at":"2025-04-12T12:25:13.000Z","size":128690,"stargazers_count":718,"open_issues_count":45,"forks_count":86,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-04-13T06:14:00.054Z","etag":null,"topics":["javascript","netlify","netlify-plugin","nextjs","opennext"],"latest_commit_sha":null,"homepage":"https://opennext.js.org/netlify","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opennextjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-26T20:18:41.000Z","updated_at":"2025-04-12T12:25:14.000Z","dependencies_parsed_at":"2023-09-23T04:00:05.291Z","dependency_job_id":"6cb0e0f2-5b42-44e0-a32b-dd1d8bff359e","html_url":"https://github.com/opennextjs/opennextjs-netlify","commit_stats":{"total_commits":1053,"total_committers":39,"mean_commits":27.0,"dds":0.4672364672364673,"last_synced_commit":"fd29ea5b7b608d71fcb111c17a92f3dec6d021a9"},"previous_names":["netlify/netlify-plugin-nextjs","opennextjs/opennextjs-netlify","netlify/next-runtime"],"tags_count":250,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennextjs%2Fopennextjs-netlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennextjs%2Fopennextjs-netlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennextjs%2Fopennextjs-netlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennextjs%2Fopennextjs-netlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opennextjs","download_url":"https://codeload.github.com/opennextjs/opennextjs-netlify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670435,"owners_count":21142904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","netlify","netlify-plugin","nextjs","opennext"],"created_at":"2024-10-25T10:01:16.903Z","updated_at":"2025-04-13T06:14:17.202Z","avatar_url":"https://github.com/opennextjs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![Next.js Runtime](next-js-runtime.png)\n\n# Next.js Runtime\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"npm version\" href=\"https://www.npmjs.com/package/@netlify/plugin-nextjs\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/npm/v/@netlify/plugin-nextjs\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"MIT License\" href=\"https://img.shields.io/npm/l/@netlify/plugin-nextjs\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/npm/l/@netlify/plugin-nextjs\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis package handles the build process and creates the runtime environment for Next.js sites on\nNetlify. You should not normally need to install it yourself, as it is used automatically during\nbuilds of Next.js sites. See\n[the docs for using Next.js on Netlify](https://docs.netlify.com/frameworks/next-js/overview/) for\nmore details.\n\nNext.js is supported natively on Netlify, and in most cases you will not need to install or\nconfigure anything. This repo includes the packages used to support Next.js on Netlify.\n\n## Prerequisites\n\n- Next.js 13.5 or later\n- Node.js 18 or later\n- The latest version of the [Netlify CLI](https://docs.netlify.com/cli/get-started/)\n\n## Deploying\n\nIf you build on Netlify, the Next.js Runtime will work with no additional configuration.\n\n## Manually installing the Next.js Runtime\n\nThe Next.js Runtime installs automatically for new Next.js sites on Netlify. You can also install it\nmanually in the following ways:\n\n### From the UI (Recommended)\n\nYou can go to the [UI](https://app.netlify.com/plugins/@netlify/plugin-nextjs/install) and choose\nthe site to install the Next.js Runtime on. This method is recommended because you will benefit from\nauto-upgrades to important fixes and feature updates.\n\n### From `npm`\n\n```shell\nnpm install -D @netlify/plugin-nextjs\n```\n\n...then add the following to your `netlify.toml` file:\n\n```toml\n[[plugins]]\n  package = \"@netlify/plugin-nextjs\"\n```\n\nThis method is recommended if you wish to pin the Next.js Runtime to a specific version.\n\n## v4\n\nIf you are using Next.js 10-13.4 or Node.js \u003c 18, you must use v4 of the Next.js Runtime.\n\nIf you are still using v4, you can find\n[its README here](https://github.com/netlify/next-runtime/blob/v4/README.md) and the\n[v4 Runtime docs here](https://docs.netlify.com/frameworks/next-js/runtime-v4/overview/).\n\n### Upgrading from v4 to v5\n\nTo upgrade from v4 to v5, please visit\n[the v5 documentation](https://docs.netlify.com/frameworks/next-js/overview/).\n\n## Feedback\n\nIf you think you have found a bug in Next.js on Netlify,\n[please open an issue](https://github.com/opennextjs/opennextjs-netlify/issues). If you have\ncomments or feature requests,\n[see the discussion board](https://github.com/opennextjs/opennextjs-netlify/discussions)\n\nPlease note that v4 will only receive security fixes and critical bug fixes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennextjs%2Fopennextjs-netlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopennextjs%2Fopennextjs-netlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennextjs%2Fopennextjs-netlify/lists"}