NeuroSchool

Next.js 16.1.6 App Router · React 18.2.0 · TypeScript 5 · client-rendered education marketing site

NeuroSchool is a predominantly client-rendered Next.js App Router education marketing site. It ships course catalog, pricing, dashboard, and auth pages with custom React-Context i18n; the only server route is a stub /api/auth, and no database, cache, or external service is wired in.

Generated 4 Jun 2026 · 48 files · 11 components · 5 flows

File Architecture

The full source tree as a layered graph — every file with its role, imports, exports and reverse dependencies.

System Design

Runtime topology across the five zones — client, edge, application, data and external services.

Flow Graph

The five most significant application flows, step by step — startup, auth, write, read and error recovery.

Technology

ComponentTechnologyVersionSource of Detection
FrameworkNext.js (App Router)16.1.6package.json · next.config.ts
UI libraryReact / React DOM18.2.0package.json
LanguageTypeScript (strict)^5tsconfig.json
StylingTailwind CSS v4 + PostCSS^4.1.18postcss.config.mjs · package.json
AnimationMotion (Framer Motion)^12.40.0components/motion/Motion.tsx
Iconslucide-react^0.563.0imports across components
UI primitives@radix-ui (dropdown, select, tabs)2.x / 1.xpackage.json (not yet imported)
Routingreact-router-dom^7.13.0package.json (unused; App Router used)
i18nCustom React Contexti18n/provider.tsx · dictionaries.ts
LintESLint + eslint-config-next^9 / 16.1.6eslint.config.mjs
RuntimeNode.js24.xpackage.json engines