Skip to content

UI Preview

The UI Preview is a static, mock-backed build of the real Control Plane React app. It runs inside the documentation site and uses fixture data instead of Azure, AKS, Storage, ACR, Redis, or the FastAPI backend.

Use it when you want to review the product surface from GitHub Pages, share a screen with a researcher, or check the shape of the UI without touching live infrastructure.

Open The Preview

Open Mock Control Plane

Scenario Link
Dashboard ready Open
HTTP Request Inspector Open
First-run setup required Open
AKS stopped Open
Database preparing Open
New Search Open
Jobs running/completed/failed Open
Results with BLAST XML Open
API Reference with token Open

Embedded Preview

Local Build

To regenerate the static preview before a local MkDocs build:

bash scripts/docs/build-mock-preview.sh
uv run mkdocs build

The GitHub Pages workflow runs the same mock build before publishing the documentation site.