The frontend system is built on Next.js 15 with App Router, providing server-side rendering, client-side interactivity, and a powerful component architecture. Each data model has its own frontend module for organized and maintainable code.
🎨 Architecture Highlights
Each frontend module follows the pattern: Page → Component → Store → Fetch. This creates a clear data flow from UI to server synchronization.