What problem does it solve? Building modern web interfaces requires juggling React 19 features, Next.js 15 App Router patterns, state management, accessibility, and performance optimization all at once, which is difficult to get right without deep framework expertise. ## Core Features & Use Cases - React 19 & Next.js 15 Development: Implements Server Components, Server Actions, streaming with Suspense, and concurrent rendering patterns. - State & Data Management: Applies Zustand, TanStack Query, SWR, and Redux Toolkit for client and server state, including optimistic updates and real-time data. - Performance & Accessibility: Optimizes Core Web Vitals, code splitting, and bundle size while enforcing WCAG 2.1/2.2 AA compliance with ARIA patterns. - Use Case: Ask it to build an accessible data table with sorting and filtering in Next.js, and it delivers typed components with proper loading states, error boundaries, and responsive Tailwind styling. ## Quick Start Ask the agent to build a React component or Next.js page, for example: create a form with Server Actions and optimistic updates.