nextjs-app-setup
by MarvinVrdoljak
Scaffold and maintain a clean Next.js (App Router) project with the team's conventions: a strict 3-layer CSS architecture (design tokens + base reset + CSS Modules) processed by PostCSS (postcss-pxtorem, custom-media, preset-env), a flat feature-grouped components folder where each component owns a co-located .module.css, and next-intl v4 internationalization with a [locale] segment. Use this when starting a NEW Next.js project, adding a component, writing CSS, or wiring up i18n. NO Tailwind, NO CMS/Payload.