Architecture
System Architecture
System Architecture
Core Technologies
Middleware & Proxy Strategy
Due to Next.js 15 middleware limitations with Edge runtimes, we use a specialized proxy.ts helper for route protection.
Request Flow
/cms/dashboard.auth()./login.Edge Caching strategy
We typically use unstable_cache for high-frequency reads:
['site-config'] or ['blog-posts'].revalidateTag('blog-posts') to purge the cache.
