scitex-ui

Shared frontend UI components for the SciTeX ecosystem.

Role in SciTeX Ecosystem

scitex-ui is the shared React/TypeScript component library for all SciTeX web applications. It provides shell components (workspace frame, sidebar, header) and app components (data-table, file-browser, selector-nav) with Shadow DOM isolation via AppSandbox.

scitex (orchestrator, templates, CLI, MCP)
  |-- scitex-app              -- runtime SDK for apps
  |-- scitex-ui (this package) -- React/TS component library
  +-- figrecipe               -- reference app (consumes scitex-ui)
  • scitex (docs): Orchestrator that re-exports scitex.ui

  • scitex-app (docs): Runtime SDK for app backends

  • figrecipe (docs): Reference app that consumes these components