Open source
Next.js Starter Kit
Start building today
Clone the repository, install dependencies, and start shipping. It's that simple. No configuration, no hassle.
git clone https://github.com/devinaacs/next-starter-kit.git my-app && cd my-app && cp .env.example .env.local && npm install