FIG 0.1
One import, one function call. Works with React, React Native, Next.js, and Node.js. No wrappers, no config files.
FIG 0.2
Network requests, state changes, component renders, console logs — captured and correlated across your full stack automatically.
FIG 0.3
Runtime context flows to Cursor, Claude Code, or Copilot via MCP. Your AI coding assistant debugs with actual runtime data, not guesses from source code.
Limelight doesn't dump raw logs into your AI. It delivers a correlated causal chain — every request, state change, and re-render linked by timing and causality, structured for your AI to actually understand.
2.0 Try Limelight →
Limelight's correlation engine continuously analyzes your app's runtime — detecting patterns like N+1 queries, retry storms, and render loops, linking events across frontend, backend, and state boundaries. Your AI coding assistant gets pre-analyzed context, not a pile of logs to sift through.
3.0 See how →
Ask your AI assistant about any bug. Limelight provides the runtime evidence — network requests, state mutations, component renders — so your AI gives a specific diagnosis instead of a generic checklist.
See how events connect across your stack. Limelight links a user action to the API call it triggered, the state change that followed, and the component re-render that resulted.
POST /api/checkout
UNAUTHENTICATED
Token refresh failed
Limelight automatically detects N+1 query storms, render loops, race conditions, retry storms, and stale closures. Issues surface in your editor before users report them.
Limelight evaluates query complexity, detects over-fetching, and flags expensive operations. Know which API calls and renders are slowing your app without manual profiling.
Score: 297
This query returns significantly more data than usual,
which may impact performance.
No configuration files. No environment variables. No build plugins. One line of code and an MCP server config. That's it.
Add the Limelight SDK to your React Native project. One package, zero peer dependencies.
npm install @getlimelight/sdkImport Limelight and call connect(). No wrappers, no providers, no config files. Runtime capture starts immediately.
import { Limelight } from "@getlimelight/sdk"
Limelight.connect()Connect your AI coding assistant to Limelight's MCP server so it can access your app's runtime context while debugging.
claude mcp add limelight-mcp npx limelight-mcpEverything you need to know about Limelight, the MCP server, and runtime debugging for AI coding assistants