Ecosystem

Explore the full Jazzmine ecosystem — React chat components, typed SDK transport, Python backend runtime, structured logging, and security moderation.

Use this page as your navigation hub. Each package can be adopted independently, but they are designed to work best as a cohesive stack.

How the ecosystem fits together

The SDK is the only bridge between React and Python. Transport, session state, and event routing live entirely in the SDK — neither side knows about the other.

  • Frontend layer@jazzmine-ui/react renders the interface and calls the SDK exclusively.
  • SDK transport@jazzmine-ui/sdk owns the session, WebSocket lifecycle, and typed message contracts.
  • Backend layerjazzmine handles flows and memory, jazzmine-security gates every request, and jazzmine-logging records every decision.

Packages

On this page