Skip to content

Image glossary

A live index of every screenshot the documentation expects to show, reconciled against the files actually shipped in public/images/screenshots/.

Built dynamically on each save and at build time — see .vitepress/data/image-glossary.data.ts. There's nothing handwritten here; to add or rename a figure, drop a <DocShot id="…"> into the doc page and the table below updates automatically.

StatusMeaning
CapturedA file matching {id}.{png,webp,jpg,jpeg,gif,svg} exists in public/images/screenshots/.
MissingA page references the figure, but no matching file is shipped.
OrphanA file is shipped, but no <DocShot> references it.
125Referenced
0Captured
125Missing
0Orphan files
Regenerated 8/15/2026, 2:15:35 PM

Home 1

PreviewID · CaptionUsed inStatus
docs-home-structuredocs-home-structure

Documentation landing structure and quick entry points.

indexMissing

Getting Started 7

PreviewID · CaptionUsed inStatus
gs-01-start-entrygs-01-start-entry

Entry point from landing to app workspace.

getting-started/indexMissing
gs-02-guest-workspacegs-02-guest-workspace

Guest workspace with first domain table.

getting-started/indexMissing
gs-03-first-tablegs-03-first-table

First table creation and attribute setup.

getting-started/indexMissing
gs-03b-first-relationgs-03b-first-relation

First relation setup between two entities.

getting-started/indexMissing
gs-04-first-previewgs-04-first-preview

First preview run with mapped and unmapped fields.

getting-started/indexMissing
gs-04b-first-querygs-04b-first-query

First GraphQL query against the live mock endpoint.

getting-started/indexMissing
gs-05-next-stepsgs-05-next-steps

Decision point after first successful preview cycle.

getting-started/indexMissing

Core Concepts 5

PreviewID · CaptionUsed inStatus
cc-01-domain-layercc-01-domain-layer

Domain layer model with entities and relations.

core-concepts/indexMissing
cc-02-endpoint-configcc-02-endpoint-config

API definition and endpoint configuration view.

core-concepts/indexMissing
cc-03-runtime-flowcc-03-runtime-flow

Model-to-runtime flow with validation checkpoints.

core-concepts/indexMissing
cc-04-data-sourcescc-04-data-sources

Field mapping configuration with different data source types.

core-concepts/indexMissing
cc-05-viewscc-05-views

View configuration controlling consumer-facing response shape.

core-concepts/indexMissing

Workspace 46

PreviewID · CaptionUsed inStatus
ws-01-project-switcherws-01-project-switcher

Project context bar and view switching.

workspace/indexMissing
ws-api-01-overviewws-api-01-overview

API design view showing per-entity query configuration.

workspace/api-designMissing
ws-api-02-query-namingws-api-02-query-naming

Query name configuration for list and detail operations.

workspace/api-designMissing
ws-api-03-operation-togglesws-api-03-operation-toggles

Operation toggles for enabling and disabling list and detail queries.

workspace/api-designMissing
ws-api-04-pagination-defaultsws-api-04-pagination-defaults

Pagination default configuration per entity.

workspace/api-designMissing
ws-api-05-causality-flowws-api-05-causality-flow

Causality diagram: API design settings flow to schema and consumer experience.

workspace/api-designMissing
ws-api-06-workflow-integrationws-api-06-workflow-integration

API design in the context of the full workspace workflow.

workspace/api-designMissing
ws-board-01-overviewws-board-01-overview

The modelling board with multiple connected domain entities arranged spatially.

workspace/modelling-boardMissing
ws-board-02-card-anatomyws-board-02-card-anatomy

Annotated table card showing header, attribute list, relation indicators, and action buttons.

workspace/modelling-boardMissing
ws-board-03-spatial-layoutws-board-03-spatial-layout

Spatially organized board with entity clusters and clear spacing between domain groups.

workspace/modelling-boardMissing
ws-board-04-navigationws-board-04-navigation

Zoom controls, minimap, and grid snap in action on a large board.

workspace/modelling-boardMissing
ws-board-05-relation-linesws-board-05-relation-lines

Relation lines with ERD notation showing cardinality between connected entities.

workspace/modelling-boardMissing
ws-board-06-drag-to-connectws-board-06-drag-to-connect

Drag-to-connect interaction with provisional relation line and target highlight.

workspace/modelling-boardMissing
ws-board-07-toolbarws-board-07-toolbar

Board toolbar with auto-layout, zoom controls, and grid settings.

workspace/modelling-boardMissing
ws-board-08-causalityws-board-08-causality

Diagram showing the flow from board entities to GraphQL types to runtime query resolution.

workspace/modelling-boardMissing
ws-datasrc-01-mapping-overviewws-datasrc-01-mapping-overview

Attribute editor showing the three available mapping types in the mapping dropdown.

workspace/data-sourcesMissing
ws-datasrc-02-data-object-panelws-datasrc-02-data-object-panel

Data object selection panel with search bar, tag filters, and sample value preview.

workspace/data-sourcesMissing
ws-datasrc-03-data-object-metadataws-datasrc-03-data-object-metadata

Data object detail view showing field metadata and sample values.

workspace/data-sourcesMissing
ws-datasrc-04-faker-category-browserws-datasrc-04-faker-category-browser

Faker generator browser showing categories, individual generators, and locale selection.

workspace/data-sourcesMissing
ws-datasrc-05-const-configurationws-datasrc-05-const-configuration

Constant value configuration for a status attribute set to 'active'.

workspace/data-sourcesMissing
ws-datasrc-06-unmapped-hintws-datasrc-06-unmapped-hint

Preview panel showing an unmapped-attribute hint for a field without a data source.

workspace/data-sourcesMissing
ws-preview-01-overviewws-preview-01-overview

Preview panel showing data results and readiness hints side by side.

workspace/preview-hintsMissing
ws-preview-02-pipelinews-preview-02-pipeline

Preview pipeline: schema generation, query execution, hint calculation, result presentation.

workspace/preview-hintsMissing
ws-preview-03-entry-pointsws-preview-03-entry-points

Play button locations on the modelling board table card and records page row.

workspace/preview-hintsMissing
ws-preview-04-hint-typesws-preview-04-hint-types

Hint list showing error, warning, and informational severity levels.

workspace/preview-hintsMissing
ws-preview-05-iteration-loopws-preview-05-iteration-loop

Diagram of the iteration workflow: model change, preview, hints, API update, repeat.

workspace/preview-hintsMissing
ws-preview-06-validation-checklistws-preview-06-validation-checklist

Preview result inspection showing field types, relation nesting, and null handling.

workspace/preview-hintsMissing
ws-preview-07-causalityws-preview-07-causality

Causality diagram: model state determines hints, hints guide required actions, resolved hints indicate readiness.

workspace/preview-hintsMissing
ws-relations-01-one-to-onews-relations-01-one-to-one

One-to-one relation between User and Profile on the modelling board.

workspace/relationsMissing
ws-relations-02-one-to-manyws-relations-02-one-to-many

One-to-many relation between Customer and Order with array return.

workspace/relationsMissing
ws-relations-03-many-to-manyws-relations-03-many-to-many

Many-to-many relation between Product and Category.

workspace/relationsMissing
ws-relations-04-drag-to-connectws-relations-04-drag-to-connect

Drag-to-connect interaction for creating a relation on the board.

workspace/relationsMissing
ws-relations-05-relation-editorws-relations-05-relation-editor

Relation editor panel in the table detail view.

workspace/relationsMissing
ws-relations-06-direction-configws-relations-06-direction-config

Direction and bidirectional access settings in the relation editor.

workspace/relationsMissing
ws-relations-07-causality-flowws-relations-07-causality-flow

Causal flow from relation definition through runtime pipeline to nested query response.

workspace/relationsMissing
ws-tables-01-overviewws-tables-01-overview

Modelling board showing multiple table cards with attributes listed inside each card.

workspace/tables-attributesMissing
ws-tables-02-createws-tables-02-create

Creating a new table from the modelling board toolbar.

workspace/tables-attributesMissing
ws-tables-03-attribute-configws-tables-03-attribute-config

Attribute configuration panel showing all property fields for a selected attribute.

workspace/tables-attributesMissing
ws-tables-04-data-object-selectorws-tables-04-data-object-selector

Data object selection panel with search, tag filters, and sample value preview.

workspace/tables-attributesMissing
ws-tables-05-flag-impactws-tables-05-flag-impact

Diagram showing the chain from attribute flags through schema generation to query behavior.

workspace/tables-attributesMissing
ws-views-01-overviewws-views-01-overview

Views management area showing configured views for multiple tables.

workspace/viewsMissing
ws-views-02-create-from-previewws-views-02-create-from-preview

Creating a new view from the runtime preview panel with defaults loaded.

workspace/viewsMissing
ws-views-04-detail-relationsws-views-04-detail-relations

Detail relations configuration with record preview and sub-table modes.

workspace/viewsMissing
ws-views-05-api-bindingws-views-05-api-binding

API binding configuration with query name and single query name fields.

workspace/viewsMissing
ws-views-06-causalityws-views-06-causality

Side-by-side comparison of view configuration and resulting API response shape.

workspace/viewsMissing
ws-volume-tier-chipws-volume-tier-chip

Tier chip on a table card. Click it to open the volume-tier dialog.

workspace/cardinality-driversMissing

Runtime 5

PreviewID · CaptionUsed inStatus
rt-01-query-playgroundrt-01-query-playground

Runtime query panel for live behavior checks.

runtime/indexMissing
rt-01b-runtime-pipelinert-01b-runtime-pipeline

Four-stage runtime pipeline: parse → plan → build → assemble.

runtime/indexMissing
rt-02-filter-sort-paginationrt-02-filter-sort-pagination

Filter, sort, and pagination behavior validation.

runtime/indexMissing
rt-03-runtime-inspectionrt-03-runtime-inspection

Runtime inspection flow and debug checkpoints.

runtime/indexMissing
rt-04-runtime-validationrt-04-runtime-validation

Pre-export runtime validation summary view.

runtime/indexMissing

Export 5

PreviewID · CaptionUsed inStatus
ex-01-export-configex-01-export-config

Export configuration panel with target options.

export/indexMissing
ex-01b-input-sourcesex-01b-input-sources

Export source selection: Mockomat project or OpenAPI import.

export/indexMissing
ex-02-generated-structureex-02-generated-structure

Generated backend project structure overview.

export/indexMissing
ex-02b-code-reviewex-02b-code-review

Post-export code review checklist view.

export/indexMissing
ex-03-post-export-runex-03-post-export-run

First local run and verification checklist.

export/indexMissing

Blueprints 5

PreviewID · CaptionUsed inStatus
bp-01-blueprint-gallerybp-01-blueprint-gallery

Blueprint gallery with category and complexity overview.

blueprints/indexMissing
bp-01b-blueprint-categoriesbp-01b-blueprint-categories

Blueprint category cards with entity count and complexity indicator.

blueprints/indexMissing
bp-02-blueprint-clonebp-02-blueprint-clone

Blueprint clone flow into active workspace.

blueprints/indexMissing
bp-03-blueprint-customizebp-03-blueprint-customize

Blueprint customization in model and API views.

blueprints/indexMissing
bp-04-community-blueprintsbp-04-community-blueprints

Community blueprint submission and review flow.

blueprints/indexMissing

Import & Migration 8

PreviewID · CaptionUsed inStatus
im-01-import-overviewim-01-import-overview

Import section overview showing the two available import paths.

import/indexMissing
im-02-raw-dumps-listim-02-raw-dumps-list

Raw dumps listing showing available datasets with file type, record count, and import status.

import/indexMissing
im-03-import-wizardim-03-import-wizard

Import wizard showing field selection, type preview, and sample data inspection.

import/indexMissing
im-04-post-import-mappingim-04-post-import-mapping

Data object selector showing newly imported fields available for OFF_FIELD mapping.

import/indexMissing
im-05-progress-trackingim-05-progress-tracking

Import progress view with SSE-driven progress bar, record count, and estimated time.

import/indexMissing
im-06-openapi-uploadim-06-openapi-upload

OpenAPI specification upload dialog with file format validation.

import/indexMissing
im-07-openapi-board-resultim-07-openapi-board-result

Modelling board populated with entities generated from an OpenAPI specification.

import/indexMissing
im-08-migration-flowim-08-migration-flow

Migration workflow from external tools through OpenAPI specification to Mockomat model.

import/indexMissing

Collaboration 6

PreviewID · CaptionUsed inStatus
collab-comments-01-overviewcollab-comments-01-overview

Comment thread on a project overview page with multiple participants.

collaboration/commentsMissing
collab-comments-02-project-levelcollab-comments-02-project-level

Project-level comment thread with resolved and open comments.

collaboration/commentsMissing
collab-comments-03-board-anchoredcollab-comments-03-board-anchored

Comment indicator on a relation line, with the thread open in the side panel.

collaboration/commentsMissing
collab-comments-04-mentioncollab-comments-04-mention

@mention autocomplete dropdown while composing a comment on an entity.

collaboration/commentsMissing
collab-comments-05-activity-logcollab-comments-05-activity-log

Project activity log showing comment events interleaved with modelling changes.

collaboration/commentsMissing
collab-comments-06-workflowcollab-comments-06-workflow

Filtered view showing only unresolved comments across the modelling board.

collaboration/commentsMissing

Team & Roles 5

PreviewID · CaptionUsed inStatus
tr-01-team-overviewtr-01-team-overview

Team members panel showing assigned roles and invitation status.

collaboration/team-rolesMissing
tr-02-reporter-commenttr-02-reporter-comment

Reporter adding a comment on a modelling entity with @mention.

collaboration/team-rolesMissing
tr-03-maintainer-workspacetr-03-maintainer-workspace

Maintainer view of the workspace with full editing controls visible.

collaboration/team-rolesMissing
tr-04-capability-matrixtr-04-capability-matrix

Role capability matrix as displayed in the account settings.

collaboration/team-rolesMissing
tr-05-invite-flowtr-05-invite-flow

Invite flow with email entry, role selection, and pending status.

collaboration/team-rolesMissing

Enterprise 7

PreviewID · CaptionUsed inStatus
ent-01-tenant-isolationent-01-tenant-isolation

Tenant and runtime isolation model overview.

enterprise/indexMissing
ent-01b-isolation-architectureent-01b-isolation-architecture

Data, runtime, and configuration isolation layers.

enterprise/indexMissing
ent-02-governance-controlsent-02-governance-controls

Governance controls across modeling and runtime stages.

enterprise/indexMissing
ent-02b-team-collaborationent-02b-team-collaboration

Team member management and role assignment.

enterprise/indexMissing
ent-03-enterprise-runtimeent-03-enterprise-runtime

Enterprise runtime validation and operational checkpoints.

enterprise/indexMissing
ent-03b-custom-datasetsent-03b-custom-datasets

Custom dataset upload and mapping workflow.

enterprise/indexMissing
ent-03c-security-overviewent-03c-security-overview

Enterprise security and compliance feature overview.

enterprise/indexMissing

Integrators 2

PreviewID · CaptionUsed inStatus
int-01-authenticationint-01-authentication

Integration entry with auth and context setup.

integrators/indexMissing
int-03-observabilityint-03-observability

Observability checkpoints for integration reliability.

integrators/indexMissing

Reference 7

PreviewID · CaptionUsed inStatus
ref-causality-01-model-to-apiref-causality-01-model-to-api

Attribute flags on a table and the resulting GraphQL schema fields.

reference/causalityMissing
ref-causality-02-model-to-runtimeref-causality-02-model-to-runtime

Relation drawn on the board and the corresponding lookup stage in the runtime pipeline.

reference/causalityMissing
ref-causality-03-mapping-to-dataref-causality-03-mapping-to-data

Mapping configuration panel showing OFF_FIELD, FAKE, and CONST mappings with their runtime output.

reference/causalityMissing
ref-causality-04-view-to-consumerref-causality-04-view-to-consumer

View column configuration and the resulting API response shape side by side.

reference/causalityMissing
ref-causality-05-api-to-exportref-causality-05-api-to-export

Disabled list operation in API design and the absence of the corresponding resolver in generated code.

reference/causalityMissing
ref-causality-06-hint-chainsref-causality-06-hint-chains

Preview panel showing multiple configuration hints with their causal explanations.

reference/causalityMissing
ref-causality-07-cross-cuttingref-causality-07-cross-cutting

End-to-end flow diagram from table creation through attribute configuration to consumer query.

reference/causalityMissing

FAQ 1

PreviewID · CaptionUsed inStatus
faq-01-mainfaq-01-main

FAQ page visual placeholder.

faq/indexMissing

Other 15

PreviewID · CaptionUsed inStatus
ac-01-plan-overviewac-01-plan-overview

Plan and capability overview in account context.

account/indexMissing
ac-02-project-managementac-02-project-management

Project list and persistent workspace management.

account/indexMissing
ac-02b-plan-comparisonac-02b-plan-comparison

Side-by-side plan comparison with feature highlights.

account/indexMissing
ac-03-roles-matrixac-03-roles-matrix

Role capability matrix across plans.

account/indexMissing
ac-04-upgrade-entryac-04-upgrade-entry

Upgrade touchpoints from active project workflows.

account/indexMissing
ai-01-board-after-adoptionai-01-board-after-adoption

The modelling board after clicking an AI-generated adoption link.

ai-agents/indexMissing
ai-02-chat-sessionai-02-chat-session

A complete AI chat session building a mock API.

ai-agents/indexMissing
mr-01-preview-panelmr-01-preview-panel

Runtime preview panel with view configuration, data table, and relation detail.

workspace/modelling-runtimeMissing
mr-02-play-button-boardmr-02-play-button-board

Play button on a table card header opens the runtime preview.

workspace/modelling-runtimeMissing
mr-03-detail-relationsmr-03-detail-relations

Row click reveals related records in the detail column.

workspace/modelling-runtimeMissing
mr-04-cross-navigationmr-04-cross-navigation

Cross-navigation links between modelling board and runtime view.

workspace/modelling-runtimeMissing
ts-01-diagnostic-flowts-01-diagnostic-flow

Recommended diagnostic flow: model → API → mapping → relations → auth.

reference/troubleshootingMissing
ts-02-unmapped-hintts-02-unmapped-hint

Preview hint indicating an unmapped attribute that resolves to null.

reference/troubleshootingMissing
ts-03-relation-configts-03-relation-config

Relation editor showing source entity, target entity, and linking columns.

reference/troubleshootingMissing
ts-04-preview-stalets-04-preview-stale

Preview panel showing results that do not yet reflect a recent attribute change.

reference/troubleshootingMissing