Skip to Content
BlazeTable is released 🎉
DocsLicensing

Licensing

BlazeTable is a paid component library designed to help you build modern, flexible, and high-performance tables in React using Chakra UI. To use BlazeTable in production, you must purchase a valid license.


💡 License Types

BlazeTable offers two licensing tiers:

LicensePriceIncludes
Basic$99 (One-Time)Client-side features only.
Pro199(One−Time)or199 (One-Time) or 9/monthServer-side support, real-time updates, expandable rows, and advanced features.

📦 Licensing Scope

  • Basic license covers single-project usage with client-side features only.
  • Pro license unlocks advanced server-side capabilities, real-time support, and extra table behaviors.

A license is required per project/repository.


🔑 License Key

Once you’ve purchased a license, you’ll receive a license key via email. This key must be added to your environment before deploying your application.

For example:

BLAZETABLE_LICENSE_KEY=your-license-key-here

And in your project:

import { verifyBlazeTableLicense } from "@blazetable/license"; verifyBlazeTableLicense(process.env.BLAZETABLE_LICENSE_KEY);

This ensures only valid licenses are used in production.


📋 License Agreement

Please review the full License Agreement for legal terms, redistribution rules, and upgrade policies.

Using BlazeTable without a valid license in production is a violation of the terms of service.


💬 Need Help?

If you have any questions about licensing, upgrades, or purchasing — feel free to contact support@blazetable.com.

Last updated on