Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js boilerplate with Sass (.scss) pre-configured, ready to clone, install, and run.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
next-starter is a minimal boilerplate for starting new projects in Next.js, with Sass (.scss) styling pre-configured.
next-starter is an open-source boilerplate repository for scaffolding Next.js applications. It takes a fresh Next.js project structure and adds Sass support so developers can write styles using .scss files from the first day, and it produces a runnable development server through a single Yarn command. The template is published on GitHub by Yuri Brunetto, a developer active on Twitter, and is distributed under the MIT license.
yarn and start the development server with yarn run dev.git clone [email protected]:YuriBrunetto/next-starter.git, then moving into the project directory.yarn and yarn run dev to get running in minutes.yarn, then yarn run dev, and immediately edit files under the pages and style directories to build a custom site.Start by cloning the GitHub repository to your machine, move into the new folder, and install dependencies with Yarn. After installation, launch the development server with yarn run dev; the README's "how to" section shows exactly these three commands: git clone, yarn, and yarn run dev.
next-starter is free and open source, released under the MIT license, so there are no fees or subscription plans to use or modify it.
For developers looking for other Next.js starting points, the official create-next-app scaffolding tool generates a fresh project with a guided setup, while next-starter differs by shipping with Sass and a plain GitHub clone workflow.
Yes, next-starter is entirely free. The repository is published under the MIT license, which allows anyone to use, copy, modify, merge, publish, distribute, and even sell copies of the software without paying fees.
Clone the repository with git clone [email protected]:YuriBrunetto/next-starter.git, change into the directory with cd next-starter, run yarn to install dependencies, and start the dev server with yarn run dev. You need Git and Yarn installed on your machine.
Yes, the boilerplate has Sass (the .scss syntax) pre-configured. This means you can write your styles using .scss files right away, and Next.js will process them without additional configuration on your part.
next-starter is licensed under the MIT License, as stated in the README. This permissive license lets you use the boilerplate in personal and commercial projects with minimal restrictions.