Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 697 Bytes

File metadata and controls

10 lines (8 loc) · 697 Bytes

Architecture Reference Handbook

Welcome to the Next Forge Enterprise Reference Architecture Handbook. This handbook provides a complete guide for engineers, architects, and AI agents navigating the codebase.

Architectural Layers

  • apps/web: Next.js 15+ App Router application containing routing pages and domain feature modules (src/modules/).
  • packages/core: Core application kernel, telemetry singletons, API client wrappers, and RBAC auth engines.
  • packages/ui: Accessible design system primitives with CSS custom property design tokens.
  • packages/config: Type-safe environment variables validated via Zod schemas.
  • tooling/: Shared ESLint and TypeScript configurations.