Skip to content

johnnygerard/starter-nextjs-16

Repository files navigation

Next.js 16 Starter

project status live site

Overview

This starter repository facilitates the creation of new Next.js projects using the configuration described below. Note that this Next.js starter is configured for use with a static export. To use the default build process instead, remove output: "export" from next.config.ts and replace serve out with next start in package.json.

To learn how to use a GitHub template repository, check out Creating a repository from a template.

Tech Stack

Frontend

Backend

Quality Assurance

Notes

  • The GitHub Action actions/setup-node@v6 relies on both package.json engines and devEngines to set the Node.js version and automatically cache npm dependencies.

Dev Environment & Tools

Copyright

© 2025–2026 Johnny Gérard

Contributors