Prox OS Internal Docs
ProductDesignWorkflow

Visual Regression Baseline

This document defines the first screenshot and visual-review baseline for the

Role

This document defines the first screenshot and visual-review baseline for the Design Operating System. It does not introduce a new visual regression service yet. The goal is to make manual and Storybook-backed visual review repeatable before adding automation.

Baseline Sources

SourceRoleCurrent status
Real OS Shell routeConfirms routing, shell chrome, app framing, and responsive behavior.Manual browser check
Storybook storyConfirms component and app state in isolated UI review.Active for JoinUsApp
Screenshot artifactCaptures a visual checkpoint for PR review or release notes.Manual artifact until automation exists
Design docsExplain expected layout, density, and source-of-truth hierarchy.Active

First Baseline Targets

SurfaceRoute or storyViewportsChecks
Join Us app/app-os/join-us390px, 820px, 1120pxHero visible, culture section visible, human roles and AI agents separated, no horizontal overflow.
Join Us StorybookOS Apps/Join UsDesktop, Mobile, DenseRoleCardsCards remain readable and do not overlap.
Design Operating System docs/docs/product/design/design-operating-system390px, 1024pxTables wrap cleanly, reference links visible, no heading overflow.
Platform Incubation Roadmap docs/docs/product/roadmap/platform/platform-incubation-roadmap390px, 1024pxNow / Next / Later tables remain scannable.

Manual Review Checklist

For any design-operating-system or Join Us UI change, capture or inspect:

  • desktop viewport around 1120px wide;
  • mobile viewport around 390px wide;
  • no horizontal page overflow;
  • no card title clipping;
  • no tag text overflow;
  • no nested card visual clutter;
  • story renders without runtime shell dependencies;
  • docs page builds through pnpm build:docs.

Future Automation

StageCapabilityNotes
NowManual browser checks and Storybook stories.Use app route plus Storybook state stories.
NextAdd scripted screenshot capture for selected routes.Store screenshots as review artifacts, not permanent repo clutter by default.
LaterAdd visual diff service or CI snapshot review.Evaluate only after core stories and routes are stable.

Guardrails

  • Do not commit large screenshot folders by default.
  • Do not treat screenshots as design truth without linking the relevant docs, tokens, and Storybook story.
  • Do not add a paid visual-regression service before the repository has stable story coverage and a clear CI policy.

On this page