{"id":26267472,"url":"https://github.com/oslabs-beta/vantage","last_synced_at":"2026-03-03T20:04:26.293Z","repository":{"id":42173517,"uuid":"466243750","full_name":"oslabs-beta/Vantage","owner":"oslabs-beta","description":"Next.js development tool to track site performance metrics.  Built with Google Lighthouse.","archived":false,"fork":false,"pushed_at":"2022-12-10T02:48:43.000Z","size":4534,"stargazers_count":105,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-04-30T19:07:59.595Z","etag":null,"topics":["lighthouse","nextjs","seo"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/oslabs-beta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-04T19:17:22.000Z","updated_at":"2025-02-13T06:33:36.000Z","dependencies_parsed_at":"2023-01-26T02:16:23.355Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/Vantage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FVantage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FVantage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FVantage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FVantage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/Vantage/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251767187,"owners_count":21640469,"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":["lighthouse","nextjs","seo"],"created_at":"2025-03-14T04:16:59.720Z","updated_at":"2026-03-03T20:04:26.246Z","avatar_url":"https://github.com/oslabs-beta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/oslabs-beta/vantage-splash/blob/dev/public/favicon.png?raw=true\" alt=\"Vantage Logo\" width=\"30%\"/\u003e \n\n# [VANTAGE](\"https://www.vantagenext.com\")\n\n[![Build](https://img.shields.io/github/workflow/status/oslabs-beta/Vantage/Node.js%20CI)](https://github.com/oslabs-beta/Vantage/)\n[![NPM Downloads](https://img.shields.io/npm/dm/vantage-next)](https://www.npmjs.com/package/vantage-next)\n[![Issues](https://img.shields.io/github/issues/oslabs-beta/Vantage)](https://github.com/oslabs-beta/Vantage/issues)\n[![License](https://img.shields.io/github/license/oslabs-beta/Vantage)](https://github.com/oslabs-beta/Vantage/)\n\nVantage is a web optimization tool designed for NEXTjs apps.\n\n- Uses Google lighthouse under the hood to determine key web vital scores and improvement suggestions.\n- Evaluates your app in the background with every commit.\n- Automatically evaluates every page in the app by traversing the project's endpoints to capture data.\n- Allows you to compare snapshots to see exactly which recommendations changed, and how your updates have directly influenced specific metrics.\n\n## Get Started\n\nInstall as a dev dependency in your project to get started.\n\n```\nnpm install vantage-next --save-dev\n```\n\n## Documentation\n\nView further documentation, config setup, and troubleshooting guides at:\n\nhttps://www.vantagenext.com/docs\n\n### Vantage Dashboard\n\n![Vantage Dashboard](https://github.com/oslabs-beta/vantage-splash/blob/dev/public/splash/dashboard-view.png?raw=true)\n\n### Compare Commit Results:\n\n\u003cimg src=\"https://github.com/oslabs-beta/vantage-splash/blob/dev/public/splash/toggle-range.gif?raw=true\" alt=\"Compare Commits\" width=\"70%\"/\u003e\n\n### Choose Endpoints:\n\n\u003cimg src=\"https://github.com/oslabs-beta/vantage-splash/blob/dev/public/splash/endpoint-select.gif?raw=true\" alt=\"Choose Endpoints\" width=\"70%\"/\u003e\n\n## Technologies used\n\n- Google Lighthouse\n- Reactjs\n- Material UI\n- Redux Toolkit\n- Recharts\n- SASS\n- Webpack\n- Puppeteer\n- Node\n\n## Contributors\n\n- Ari Shoham - [Github](https://github.com/arishoham) | [LinkedIn](https://www.linkedin.com/in/ari-shoham/)\n- Michael Noah - [Github](https://github.com/mnoah1) | [LinkedIn](https://www.linkedin.com/in/mnoah/)\n- Eli Davis - [Github](https://github.com/elidavis42) | [LinkedIn](https://www.linkedin.com/in/elidavis42/)\n- Paul Perez - [Github](https://github.com/perezp92) | [LinkedIn](https://www.linkedin.com/in/perezp92/)\n\n## Want to Contribute?\n\n1. Clone the repo and make a new branch: `$ git checkout https://github.com/oslabs-beta/Vantage.git -b [name_of_new_branch]`.\n1. Add a feature, fix a bug, or refactor some code :)\n   - Make sure to lint your code!\n1. Write/update tests for the changes you made, if necessary.\n1. Run unit \u0026 integration tests and make sure all tests pass: `npm test`.\n1. Open a Pull Request with a comprehensive description of changes to the `dev` branch.\n1. Open a Pull Request to the [docs](https://github.com/oslabs-beta/vantage-splash) and _Contributors_ if necessary.\n\n**Thank you!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fvantage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fvantage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fvantage/lists"}