Get ReoGrid Web
Install the free Lite package in seconds, start a full-featured trial, or purchase a commercial license β pick the path that fits your project.
Choose how to get started
Lite
Install from npm and start building right away. Free for commercial use, limited to 100 rows Γ 26 columns. No license key required.
Get Lite on npmNo sign-up Β· commercial use OK
30-Day Free Trial
Evaluate every Pro & Enterprise feature with no limits. A license key is issued instantly β no credit card required.
Start Free TrialFull features for 30 days
Pro / Enterprise
Purchase a perpetual commercial license and receive a production license key. Pro from $599, Enterprise from $1,100.
View Pricing & BuyBuy once Β· use forever
1. Install the package
ReoGrid Web ships as a single, zero-dependency npm package (~150 KB min+gzip). Lite and Pro share the exact same API.
Have a Pro or Enterprise license? Install @reogrid/pro instead β the import paths are identical, and your license key unlocks the full feature set.
Import in your framework
import { Reogrid } from '@reogrid/lite/react' import { Reogrid } from '@reogrid/lite/vue' import { createReogrid } from '@reogrid/lite' 2. Activate your license
When you start a trial or complete a purchase, you receive a license key by email. Activation is a single option β no build step and no separate method call.
createReogrid({
workspace: '#grid',
licenseKey: 'YOUR_LICENSE_KEY',
}) Get your key
A license key is emailed instantly after you start a trial or complete a purchase.
Add it to options
Pass licenseKey inside the createReogrid() options where you initialize the grid.
Ship it
Pro features unlock immediately, and the perpetual license keeps working after the support window ends.
π Enterprise uses an offline license file instead of an online key β ideal for air-gapped systems and intranet deployments.
What you need
Package
~150 KB min+gzip, zero runtime dependencies.
Browsers
All modern evergreen browsers β Chrome, Edge, Firefox, Safari.
Frameworks
React, Vue, or plain JavaScript / TypeScript. Wrappers and types included.
Build tools
Works with Vite, webpack, Next.js, Nuxt, and other ESM bundlers.
Ready to start?
Install the free Lite package now, or start a full-featured 30-day trial.