Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A skeleton Next.js app to quickly get started.
This is the deprecated, minimal skeleton template for Next.js applications, published on GitHub and associated with the MadeInHaus organization, and it has been superseded by next-starter-ts.
Next Starter is a minimal Next.js skeleton template published on GitHub, designed to help developers start a new project without writing boilerplate. The template takes no configuration input and outputs a basic Next.js codebase that uses the pages router, as indicated by the deprecation notice recommending next-starter-ts for pages router projects. It is associated with the MadeInHaus organization, has 7 stars, and its repository description reads "A skeleton Next.js app to quickly get started."
This deprecated starter offers a minimal Next.js project structure, uses the pages router, and is publicly available on GitHub.
Developers who need to understand or maintain an older Next.js pages router codebase might find this deprecated skeleton useful as a reference.
Even though it is deprecated, this template can still serve as a learning reference for minimal Next.js projects and as a baseline for migrating to next-starter-ts.
The existing replacement is next-starter-ts, and an Astro-based option, astro-starter-ts, is also suggested.
Yes, the repository contains a clear notice at the top stating it is deprecated. The recommended action is to migrate to next-starter-ts for Next.js pages router projects.
Use next-starter-ts if you prefer Next.js with a pages router. If you are open to a different framework, consider astro-starter-ts.
The starter is based on the pages router, and the deprecation notice says to use next-starter-ts if you need a Next starter based on the pages router. It does not mention app router support, so treat it as a pages router template.
The content does not name a specific author, but the topics list "haus" and the replacement repositories live under the MadeInHaus GitHub organization, indicating this starter belongs to that collection.
