Next.js 15 app that powers the Merak chat experience. App Router is enabled and routes live under app/.
npm installto fetch dependencies.npm run devto launch http://localhost:3000 with hot reload.
npm run buildcreates the production bundle.npm run startserves the built app.npm run lintruns ESLint with the Next.js ruleset.
Project docs live in .agent/, including system overviews, SOPs, and feature task plans.