{"id":19785766,"url":"https://github.com/devendra116/next-netlify-starter","last_synced_at":"2026-06-10T12:31:48.759Z","repository":{"id":247135450,"uuid":"825100682","full_name":"Devendra116/next-netlify-starter","owner":"Devendra116","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-06T19:23:47.000Z","size":777,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T13:32:55.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devendra116.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-06T19:18:56.000Z","updated_at":"2024-07-06T19:23:50.000Z","dependencies_parsed_at":"2024-07-06T20:43:42.801Z","dependency_job_id":null,"html_url":"https://github.com/Devendra116/next-netlify-starter","commit_stats":null,"previous_names":["devendra116/next-netlify-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devendra116/next-netlify-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fnext-netlify-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fnext-netlify-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fnext-netlify-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fnext-netlify-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devendra116","download_url":"https://codeload.github.com/Devendra116/next-netlify-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fnext-netlify-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34153482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-12T06:15:42.498Z","updated_at":"2026-06-10T12:31:48.742Z","avatar_url":"https://github.com/Devendra116.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next + Netlify Starter\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/46648482-644c-4c80-bafb-872057e51b6b/deploy-status)](https://app.netlify.com/sites/next-dev-starter/deploys)\n\nThis is a [Next.js](https://nextjs.org/) v14 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!\n\nThis project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. With Netlify, you'll have access to features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing on deploy automatically.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-netlify-starter\u0026utm_source=github\u0026utm_medium=nextstarter-cs\u0026utm_campaign=devex-cs)\n\n(If you click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify)\n\n## Table of Contents:\n\n- [Getting Started](#getting-started)\n- [Installation options](#installation-options)\n- [Testing](#testing)\n  - [Included Default Testing](#included-default-testing)\n  - [Removing Renovate](#removing-renovate)\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n### Installation options\n\n**Option one:** One-click deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-netlify-starter\u0026utm_source=github\u0026utm_medium=nextstarter-cs\u0026utm_campaign=devex-cs)\n\n**Option two:** Manual clone\n\n1. Clone this repo: `git clone https://github.com/netlify-templates/next-netlify-starter.git`\n2. Navigate to the directory and run `npm install`\n3. Run `npm run dev`\n4. Make your changes\n5. Connect to [Netlify](https://url.netlify.com/Bk4UicocL) manually (the `netlify.toml` file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)\n\n## Testing\n\n### Included Default Testing\n\nWe’ve included some tooling that helps us maintain these templates. This template currently uses:\n\n- [Renovate](https://www.mend.io/free-developer-tools/renovate/) - to regularly update our dependencies\n- [Cypress](https://www.cypress.io/) - to run tests against how the template runs in the browser\n- [Cypress Netlify Build Plugin](https://github.com/cypress-io/netlify-plugin-cypress) - to run our tests during our build process\n\nIf your team is not interested in this tooling, you can remove them with ease!\n\n### Removing Renovate\n\nIn order to keep our project up-to-date with dependencies we use a tool called [Renovate](https://github.com/marketplace/renovate). If you’re not interested in this tooling, delete the `renovate.json` file and commit that onto your main branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevendra116%2Fnext-netlify-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevendra116%2Fnext-netlify-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevendra116%2Fnext-netlify-starter/lists"}