Getting Started

Pick your path and install only what you need — Plug & Play, React + SDK, or the Python backend runtime.

Use this page as a routing guide: pick your path, install only what you need, then follow a focused read order.

Runtime requirements

Node.js 18+ is recommended for frontend packages. Python 3.10+ is recommended for the core runtime and Plug & Play examples.

Choose a path

Install by path

Avoid installing everything by default. Install the minimum set for your current goal.

Plug & Play path
pip install jazzmine
pip install yfinance==0.2.66 pandas==2.2.3 numpy==2.1.3
React + SDK path
npm install @jazzmine-ui/react @jazzmine-ui/sdk
Backend runtime path
pip install jazzmine
  1. Start with Plug & Play to run a full working example.
  2. Move to React Usage and SDK Quick Start for app integration.
  3. Then cover Core Configuration, Security Usage, and Logging Usage for production hardening.

On this page