NextART
A Next.js App Router template with translation, styling, SEO metadata and linting already in place, so a new site does not begin by assembling the same setup again.
About this project
NextART is a starting point for a Next.js site built on the App Router. A new project normally begins by assembling the same four or five things before a single page can be written — translation, styling, metadata, linting — and this template is that assembly, already done and kept current.
It carries multilingual routing and messages through next-intl, Material UI alongside Tailwind CSS for the interface, SEO metadata with a generated sitemap, and ESLint with Prettier over the source. The structure is the one the App Router documents rather than a private convention, so what is learned here transfers to any other Next.js project.
It is meant to be cloned and edited rather than installed as a dependency. Delete the example page, keep the setup, and the first commit of a new site is already a working build.
Features
TypeScript types
Multiple languages
