What problem does it solve?
Bolt targets slow re-renders, bloated bundles, N+1 queries, and caching gaps that delay user journeys and tax backend throughput. It forces measurement-first discovery so every recommendation is evidence-backed and keeps readability intact.
Core Features & Use Cases
- Systematic profiling: Use the PROFILE phase to gather React DevTools, Lighthouse, and backend metrics before touching code so you know whether the bottleneck lives in re-rendering, SQL, or caching.
- Targeted optimization: Pick a single, measurable change—memoization, code splitting, eager loading, indexes, cache strategies, or async processing—and document it along with why it beats a larger architectural refactor.
- Verification and handoff: Run lint and tests, capture before/after metrics, and recommend the next agent (Radar for performance tests, Gear for build configs, Growth for CWV, etc.) while summarizing the measurable impact.
Quick Start
Ask Bolt to profile the slow dashboard page and recommend one measurable backend improvement with documented impact.