# React Grab

> React Grab aims to accelerate developer workflows by enabling quick context extraction from web pages or IDEs. By allowing users to capture HTML, React components, or source code with a single interaction, it reduces the time spent manually copying and pasting content. The tool is especially beneficial for AI-powered coding assistants, potentially improving their performance by up to 55%. The project also supports customization, extensibility, and integration across multiple frameworks (Next.js, Vite, Webpack) and includes a browser extension for seamless in-browser use.

**Remember:**
- React Grab
- Context extraction
- AI development tools
- Cursor, Claude Code, Copilot integration
- Element selection and copying
- Customizable UI themes

## API
- [Classnames](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/website/utils/classnames.ts): docs page.
- [Is Capitalized](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/react-grab/src/utils/is-capitalized.ts): docs page.
- [Route](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/website/app/api/version/route.ts): API reference.

## Optional
- [README](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/README.md): install & quickstart.
- [README](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/shadcn-dashboard/README.md): install & quickstart.
- [Benchmarks](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/index.html): docs page.
- [Changelog](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/react-grab/CHANGELOG.md): version history.
- [Claude Code](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/claude-code.ts): docs page.
- [Index](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/index.ts): docs page.
- [Test Cases](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/test-cases.ts): docs page.
- [Vite.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/vite.config.ts): docs page.
- [Instrumentation Client](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/shadcn-dashboard/instrumentation-client.ts): docs page.
- [Next.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/benchmarks/shadcn-dashboard/next.config.ts): docs page.
- [README](https://raw.githubusercontent.com/aidenybai/react-grab/main/.changeset/README.md): install & quickstart.
- [Agents](https://raw.githubusercontent.com/aidenybai/react-grab/main/AGENTS.md): docs page.
- [README](https://raw.githubusercontent.com/aidenybai/react-grab/main/README.md): docs page.

## Packages
- [README](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/react-grab/README.md): install & quickstart.
- [Vite Playground](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/vite-playground/index.html): docs page.
- [Eslint.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/react-grab/eslint.config.js): docs page.
- [Instrumentation Client](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/next-playground/instrumentation-client.ts): docs page.
- [Instrumentation Client](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/website/instrumentation-client.ts): docs page.
- [Next.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/next-playground/next.config.ts): docs page.
- [Next.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/website/next.config.ts): docs page.
- [Tsup.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/react-grab/tsup.config.ts): docs page.
- [Vite.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/vite-playground/vite.config.ts): docs page.
- [Vite.Config](https://raw.githubusercontent.com/aidenybai/react-grab/main/packages/web-extension/vite.config.ts): docs page.
