What problem does it solve?
This Skill gives frontend engineers a canonical playbook for building Veda’s Next.js App Router UI without duplicated constants, broken auth flows, or inconsistent component patterns.
Core Features & Use Cases
- Architecture rules: Defines SSOT constants, shared components, token-based colors, and when to use Context versus Zustand.
- Auth and BFF patterns: Shows how to protect pages, proxy requests through App Router routes, forward auth headers, and handle permissions correctly.
- Realtime and performance guidance: Covers Socket.IO sync, diagnostic sessions, presentation updates, lazy loading, memoization, and list virtualization.
- Use case: Use it when you are creating a protected admin page, adding a new BFF route, or debugging state and WebSocket behavior in a Veda frontend.
Quick Start
Ask for the Veda frontend pattern to be applied to your Next.js page, BFF route, or component so the result follows the canonical auth, state, and performance rules.