
Drop The Fastest React Data Grid Into Your App In Seconds
Building a feature-rich data grid that remains highly performant for end users takes a long time. Time that could be spent focusing on your application.
We created LyteNyte Grid to solve that. Designed with an obsessive focus on DX, it's ultra-fast, easy to customize, and drastically reduces the engineering effort required for data grids.
Website — Documentation — Demo — Pricing — Blog — Support

Why Choose LyteNyte Grid?
⚡Up to 7x faster performance than competing grids. At just 40 KB gzipped, it renders millions of rows and handles up to 10,000 updates/sec.
🧰 Get 150+ built-in grid features, including server-side data loading, infinite scrolling, pivoting, tree views, filtering, row grouping, and cell editing.
🎯 Better DX with a declarative API that lets you extend the API and column definitions with your own custom props and methods. 100% type-safe. No wrappers or dependencies.
🎨 No styling tradeoffs by forcing a choice between a headless table and a pre-built table. You can run it headless for ultimate customization or with pre-built logic and themes if you need to ship in a rush.
🔄Driven by your state. It’s fully stateless and prop-driven. Configure it declaratively from URL params, server state, or external state for simpler code and zero sync headaches.
🤖 Turbocharges AI workflows. The grid's declarative and type-safe nature allows AI to statically verify code, preventing hidden bugs and excess token usage caused by wrapping layers and imperative logic found in other grids.
Installation
LyteNyte Grid can be installed via NPM:
PRO:
npm install --save @1771technologies/lytenyte-pro
[!NOTE] You can install and use LyteNyte Grid PRO without a license, but a watermark will be displayed.
Core:
npm install --save @1771technologies/lytenyte-core
Quick Start
- Begin with our comprehensive getting started guide.
- Explore our flexible pricing options to find the ideal fit for your project.
- Follow our step-by-step installation guide to seamlessly integrate LyteNyte Grid into your application.
AI-Enhanced Workflows
LyteNyte Grid AI Skills are structured context files for Claude Code, Windsurf, Cursor, and other AI coding agents. Skills provide agents with accurate, curated context for LyteNyte Grid, allowing them to generate complex grid implementations with greater speed and reliability.
Instead of building the grid manually, developers can describe the desired result and let the agent generate the implementation.
Install LyteNyte Grid AI Skills
npx skills add 1771-Technologies/lytenyte
Once installed, the Skill activates automatically whenever you work on a LyteNyte Grid task. No special prompting is needed. Skills are actively maintained by the 1771 Technologies team and versioned alongside each LyteNyte Grid release.
See our AI Skills Overview guide to learn more.
Features
⚛️ Reactive Architecture
| Feature | Core | PRO |
|---|---|---|
| Declarative Prop Configuration | ✅ | ✅ |
| Controlled or Uncontrolled State | ✅ | ✅ |
| React Compiler Support | ✅ | ✅ |
| Headless Components | ✅ | ✅ |
🚀 Virtualization
| Feature | Core | PRO |
|---|---|---|
| Row Virtualization | ✅ | ✅ |
| Column Virtualization | ✅ | ✅ |
| Scroll Flash Suppression | ✅ | ✅ |
| Initial Viewport Dimensions | ✅ | ✅ |