Platform Services
App Service (Next.js)
Getting started and overview for wordloop-app
App Service (Next.js)
wordloop-app is the frontend UI. Deployed on the Next.js 16 App Router, the application prioritizes React Server Components (RSC) to construct HTML payloads instantly on initial load, only falling back to Client Components for pure user interactivity.
Architecture & Layout
[!IMPORTANT]
The project enforces an absolute inward-facing dependency graph. Application routing logic can depend on internal business functions hooks, but business core functions must never depend on UI primitives.
Local Development Workflow
-
Start System Infrastructure
(Boots databases, memory layer, and all backing backend services)
-
Start Next.js
Visit http://localhost:4001 in your browser.
Development Guidelines
- Tailwind v4 First: Token declaration is strictly CSS-first. Please review our Design Guide for UI patterns.
- Strict Boundary Checks: Always review the rigid Frontend Architecture Rules before abstracting components or lifting state.