Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Next.js boilerplate aimed at a 100% Lighthouse score and maximum SEO benefit from Google Core Web Vitals.
NextVita is a free, open-source Next.js boilerplate designed to achieve a 100% Lighthouse score and maximize SEO benefits from Google's Core Web Vitals update. It's built by shivammodiin, published on GitHub under the MIT License, and can be deployed to Vercel with a single click.
NextVita is a lightweight starter project that combines Next.js, MDX, and the classless MVP.css stylesheet to produce a fast, SEO-conscious site. It takes MDX files as content input and outputs a static/SSR-ready Next.js website with a built-in blog, Google Analytics tracking, and Core Web Vitals reporting. The project runs on Node.js (version 10.0.0 or newer) and provides a live demo at https://nextvita.vercel.app.
.mdx files and import React components to produce interactive articles, tutorials, or documentation.Getting started is a standard clone-and-install flow: clone the repo from https://github.com/shivammodiin/nextvita, run yarn install or npm install, and start the development server with yarn dev or npm run dev at http://localhost:3000. For production, run npm run build and then npm start. MDX files placed in the blog directory are rendered as posts during the Next.js build.
Yes. NextVita is released under the MIT License, so you can use it for personal or commercial projects, modify it, and distribute it freely.
The README specifies Node.js version 10.0.0 or higher as the minimum requirement to run the boilerplate locally.
It uses MVP.css, a minimalist classless stylesheet. This means semantic HTML elements are styled by default, and you don't need to write utility classes.
Yes, because blog content is MDX, you can import React components directly in the Markdown and use them within the post content.
The template is designed to achieve a 100% Lighthouse score, with the goal of maximizing SEO benefits from Google's Core Web Vitals update.
