Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivammodiin/nextvita
NextVita is a free Next Js boilerplate aimed for a 100% score in the lighthouse π to get maximum benefits from the Google Core Web Vital SEO update.
https://github.com/shivammodiin/nextvita
boilerplate google-analytics lighthouse lighthouse-score lightweight mdx mdx-js nextjs template template-nextjs webvitals
Last synced: 4 months ago
JSON representation
NextVita is a free Next Js boilerplate aimed for a 100% score in the lighthouse π to get maximum benefits from the Google Core Web Vital SEO update.
- Host: GitHub
- URL: https://github.com/shivammodiin/nextvita
- Owner: shivammodiin
- License: mit
- Created: 2021-06-06T06:14:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T03:35:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T05:21:43.403Z (4 months ago)
- Topics: boilerplate, google-analytics, lighthouse, lighthouse-score, lightweight, mdx, mdx-js, nextjs, template, template-nextjs, webvitals
- Language: JavaScript
- Homepage: https://nextvita.vercel.app
- Size: 2.09 MB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![NextVita Boilerplate](https://nextvita.vercel.app/static/images/banner.png)
# 100% Lighthouse Score Next JS Free Template
## Ready to go Next JS with attractive blue theme boilerplate
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fshivammodiin%2Fnextvita)
![GitHub last commit](https://img.shields.io/github/last-commit/shivammodiin/nextvita)
![GitHub repo size in bytes](https://img.shields.io/github/repo-size/shivammodiin/nextvita)
[![License](https://img.shields.io/github/license/shivammodiin/nextvita)](LICENSE)NextVita is Next Js boilerplate aimed for 100% score in lighthouse π to get maximum benefits from Google Core Web Vital SEO update.
## Features
![NextVita](https://nextvita.vercel.app/static/images/lighthouse.webp)
- π 100% Lighthouse Score π―
- π Google Analytics Integrated
- Core Web Vital Report in the Google Analytics π
- Blog from mdx file ποΈ
- Able to use component πͺ in MDX file
- Class Less CSS to make your design hustle Features π₯> Like, if we donβt know anything about your website then obviously
> we donβt know that maybe itβs a really fast website.> -- John Mueller
## Quick links
| | |
| ----------------- | ------------------------------------------------ |
| **Live Demo** | https://nextvita.vercel.app |
| **Git Repo** | https://github.com/shivammodiin/nextvita |
| **Issue Tracker** | https://github.com/shivammodiin/nextvita/issues |## Tech
- Next Js - Build Website for Next Generation
- MVP css - Minimalist stylesheets for HTML elements
- MDX - To render component in MD file## Installation
### Requirements
Node JS >= 10.0.0
### Running project locally
1. Clone and cd into project:
```
git clone https://github.com/shivammodiin/nextvita
cd nextvita
```2. Install all dependencies
```
yarn install
```or
```
npm install
```3.Run the app in development mode
```
yarn dev
```or
```
npm run dev
```The application should be available at `http://localhost:3000`.
To build the project run `npm run build` and to start run `npm start` in production mode.![Template Screenshot 1](https://nextvita.vercel.app/static/images/screenshot_1.png)
## Welcome Contributors
Want to improve NextVita? Feel free to submit your pull request or raise issue, we are welcoming all contributors.
1. You'll need a GitHub account.
2. Fork the [repository](https://github.com/shivammodiin/nextvita).
3. Pick an issue to work on from [issue tracker](https://github.com/shivammodiin/nextvita/issues).
4. Implement it.
5. Or add features or improve design.
6. Send merge request.
7. Star this project.
8. Become a hero!!This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
## License
NextVita is under [MIT License](LICENSE)