Analyzes React/Next.js component code quality by evaluating line count, hook density, any usage, imports, and SOLID principles, returning a 0-100 score.
Enables AI-powered semantic search over React Hook Form documentation, allowing users to query and retrieve relevant documentation pages without an API key, running locally with offline support.
Converts a Figma file into a React project using Ant Design, AG Grid, ApexCharts, and Tailwind CSS, with optional export of mobile screens as a React Native (Expo) app.
Check the React profiler session state after interruptions to determine next steps: continue, start new session, or reconnect debugger. Returns session status and ownership.
Analyze stored React profiling data to identify performance bottlenecks. Generate a markdown report highlighting hot commits, root causes, and top components for optimization.
Initiates CPU profiling and React commit recording on a Hermes runtime. Use with react-profiler-stop to capture performance data after user interaction.
Stops the active CPU profiling session and collects CPU profile and React commit data. Returns a summary including duration, sample count, and fiber renders captured.
Get a curated implementation bundle for any CometChat integration scenario with prerequisites, install commands, configuration, code examples, and common pitfalls. Covers React, Flutter, iOS, Android, React Native, and JS SDK.
Scan live React fiber tree to collect component render counts and durations. Returns markdown table of top re-rendering components without a full profiling session.
List all registered lifecycle hooks with match criteria, delivery type, and enabled status. Use to find a hook ID for removal, audit side effects, or diagnose why a hook did not fire.