> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getlimelight.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer experience

### Copy Everything

One-click copying throughout the interface:

* Copy entire requests (curl format coming soon)
* Copy headers, bodies, queries separately
* Copy GraphQL queries and variables as formatted JSON
* Copy console logs with context

### Keyboard Shortcuts

Navigate efficiently with keyboard support:

* Quick filtering and search
* Navigate between requests
* Expand/collapse sections
* Copy to clipboard

### Performance Optimized

Limelight is built for real-world apps:

* **Lazy rendering** for large JSON structures
* **Efficient re-rendering** even with thousands of requests
* **Handles high-volume traffic** without slowdown
* **Smart truncation** for massive payloads

***

## Platform Support

### Works Everywhere

* **React Native** (iOS and Android)
* **Expo** projects
* **React**
* **Node**
* **Next.js**
* **Any GraphQL client** (Apollo, urql, Relay, vanilla fetch)
* **Any HTTP client** (fetch, axios, XMLHttpRequest)

### Two Deployment Options

**Desktop App (Local):**

* Zero configuration
* All data stays on your machine
* Works offline
* No account required

**Hosted Dashboard (Cloud):**

* Access from anywhere
* Team collaboration
* Cross-device debugging
* Session sharing
