What problem does it solve?
Builds a complete, production-grade frontend from BRD user stories and API contracts so teams don't waste time stitching components, guessing API shapes, or retrofitting accessibility and performance after launch.
Core Features & Use Cases
- Design system & tokens: Generates theme tokens, light/dark modes, and Tailwind integration to ensure consistent visuals.
- Component library: Creates UI primitives, layout and feature components with accessibility, TypeScript types, and Storybook docs.
- Typed API clients & pages: Generates typed clients from api/openapi/, React Query hooks, pages with React Server Components, routing, and auth guards.
- Testing, a11y & performance: Adds component tests, Playwright E2E, axe-core audits, Lighthouse budgets, and visual regression to meet production quality.
- PWA & edge strategies: Implements service worker, manifest, and edge rendering patterns when offline or low-latency requirements exist.
Quick Start
Ask the Frontend Engineer to build a Next.js frontend in frontend/ with a design system, typed API clients generated from api/openapi/, accessible component library, pages and tests.