Introduction

Installation

LyteNyte Grid is available in two editions:

  • Core: Free functionality with essential features (Apache 2.0 License)
  • PRO: Enhanced version with comprehensive enterprise-grade features

Both editions can be installed from the npm registry using your preferred package manager.

# Install PRO edition
pnpm add @1771technologies/lytenyte-pro
For Core edition:
pnpm add @1771technologies/lytenyte-core

Licensing

The PRO edition requires a valid license for production use. You can install and evaluate it without a license, but it will display a watermark on your applications.

For licensing options and pricing details, visit our pricing page.

CDN Installation

LyteNyte Grid is available via CDN through NPM's distribution network. While the package offers various entry points depending on your component requirements, the following CDN links provide access to all available code files:

Source Installation

The complete source code for LyteNyte Grid is publicly available on GitHub. You can clone and build the project directly from source if your project requires customization.

Important: When building from source, you must adhere to the respective licenses for both editions. Using or developing code from the PRO source requires a valid license to be purchased. Please review the LyteNyte Grid End User License Agreement for complete legal terms.