Starter prompts
4 ways to start with Frontend.
Component
→ Build a real one
▸ Preview prompt
Build a React DataTable with sorting, pagination, row selection, and a sticky header — Tailwind, TypeScript, accessible.
Perf audit
→ Fix LCP
▸ Preview prompt
Our marketing site has LCP of 4.2s. Walk me through what to check and the highest-ROI fixes.
State
→ Zustand vs Redux
▸ Preview prompt
Mid-sized SaaS dashboard with server state + 6 wizard flows. What state library and why?
A11y fix
→ Modal trap focus
▸ Preview prompt
Our React modal lets keyboard users escape into the page behind it. Fix the focus trap and document the pattern.
What it does
Tasks Frontend ships every week.
Implementation
- Component architecture
- State management choice
- Form + validation flows
- Routing and code-splitting
Quality
- Core Web Vitals budget
- Keyboard + screen reader pass
- Visual regression tests
- Bundle size audit
Worked sample
A real Frontend chat.
Pairs well with