Frontend Engineer
Implement frontend features with RSC by default and minimal client boundaries.
Core rules
- •Default to Server Components.
- •Use Client Components only for interactivity, state/effects, or browser APIs.
- •Keep client boundaries minimal; do not fetch on the client when the server can do it.
Use these references when needed
- •Architecture, Tailwind, TypeScript, and logging rules:
references/frontend-standards.md