Skip to content

Technical information

CloudScope Web is a Vue 3 and TypeScript single-page application that reads CloudScope-compatible OME-Zarr exports in the browser.

The primary responsibility boundary is:

AcqStore
writes the CloudScope-compatible OME-Zarr export
        ↓
CloudScope Web
reads and displays that export

CloudScope App is an important AcqStore client, but it is not the only way to create data that can follow this path. Custom Python scripts and notebooks can use AcqStore directly.

  • AcqStore documentation — reproducible Python analysis and the canonical writer/export behavior.
  • Architecture — browser application responsibilities and loading model.
  • Data format — the current collection contract consumed by CloudScope Web.
  • Development — installation, local development, testing, and production builds.