https://github.com/oslabs-beta/vantage
Next.js development tool to track site performance metrics. Built with Google Lighthouse.
https://github.com/oslabs-beta/vantage
lighthouse nextjs seo
Last synced: 5 months ago
JSON representation
Next.js development tool to track site performance metrics. Built with Google Lighthouse.
- Host: GitHub
- URL: https://github.com/oslabs-beta/vantage
- Owner: oslabs-beta
- License: mit
- Created: 2022-03-04T19:17:22.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T02:48:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-30T19:07:59.595Z (5 months ago)
- Topics: lighthouse, nextjs, seo
- Language: JavaScript
- Homepage:
- Size: 4.32 MB
- Stars: 105
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
#
![]()
# [VANTAGE]("https://www.vantagenext.com")
[](https://github.com/oslabs-beta/Vantage/)
[](https://www.npmjs.com/package/vantage-next)
[](https://github.com/oslabs-beta/Vantage/issues)
[](https://github.com/oslabs-beta/Vantage/)Vantage is a web optimization tool designed for NEXTjs apps.
- Uses Google lighthouse under the hood to determine key web vital scores and improvement suggestions.
- Evaluates your app in the background with every commit.
- Automatically evaluates every page in the app by traversing the project's endpoints to capture data.
- Allows you to compare snapshots to see exactly which recommendations changed, and how your updates have directly influenced specific metrics.## Get Started
Install as a dev dependency in your project to get started.
```
npm install vantage-next --save-dev
```## Documentation
View further documentation, config setup, and troubleshooting guides at:
https://www.vantagenext.com/docs
### Vantage Dashboard

### Compare Commit Results:
### Choose Endpoints:
## Technologies used
- Google Lighthouse
- Reactjs
- Material UI
- Redux Toolkit
- Recharts
- SASS
- Webpack
- Puppeteer
- Node## Contributors
- Ari Shoham - [Github](https://github.com/arishoham) | [LinkedIn](https://www.linkedin.com/in/ari-shoham/)
- Michael Noah - [Github](https://github.com/mnoah1) | [LinkedIn](https://www.linkedin.com/in/mnoah/)
- Eli Davis - [Github](https://github.com/elidavis42) | [LinkedIn](https://www.linkedin.com/in/elidavis42/)
- Paul Perez - [Github](https://github.com/perezp92) | [LinkedIn](https://www.linkedin.com/in/perezp92/)## Want to Contribute?
1. Clone the repo and make a new branch: `$ git checkout https://github.com/oslabs-beta/Vantage.git -b [name_of_new_branch]`.
1. Add a feature, fix a bug, or refactor some code :)
- Make sure to lint your code!
1. Write/update tests for the changes you made, if necessary.
1. Run unit & integration tests and make sure all tests pass: `npm test`.
1. Open a Pull Request with a comprehensive description of changes to the `dev` branch.
1. Open a Pull Request to the [docs](https://github.com/oslabs-beta/vantage-splash) and _Contributors_ if necessary.**Thank you!**