---
id: "docs.en.creator-build-preview"
translation_of: "docs.creator-build-preview"
title: "Creator: build and preview"
product: "creator"
scope: "creator"
locale: "en"
audience: ["game-designer","educator"]
content_type: "guide"
summary: "Follow implementation progress, stop or retry safely, and inspect the isolated playable preview."
topics: ["creator","start","monitor","stop","retry","share"]
tasks: ["start-build","monitor-build","stop-build","retry-build","share-preview"]
aliases: ["start build","monitor build","stop build","retry build","share preview"]
prerequisites: ["docs.getting-started"]
related_ids: ["docs.creator-design","docs.creator-playtest-publish","docs.troubleshooting"]
canonical_url: "https://mijnspel.com/docs/en/creator-build-preview/"
alternate_urls: {"en":"https://mijnspel.com/docs/en/creator-build-preview/","nl":"https://mijnspel.com/docs/nl/creator-build-preview/","de":"https://mijnspel.com/docs/de/creator-build-preview/"}
source_provenance: ["creator-dashboard/src/views/build.js","creator-dashboard/src/views/preview.js"]
test_provenance: ["creator-dashboard/cypress/e2e/10_wizard_regressions.cy.js","creator-server/tests/agent_flow.rs"]
last_verified_commit: "22d2b3d1b5177fb46f81616a5042b47d54a0e38b"
last_verified_date: "2026-08-21"
---
# Creator: build and preview {#creator-build-preview}

The Build page separates **Progress** from **Preview**. Initial implementation commonly takes about 15–40 minutes because Creator writes code, checks rules, styles the game, tests interactions, and prepares mobile and offline behavior.

## Follow progress {#progress}

The friendly sequence covers specification, style, game code, tests, and preparation. Activity messages summarize current work; Advanced details contain technical evidence. Creator does not send a completion notification, so return to the page and check the terminal state.

## Stop, retry, and recover {#stop-retry}

Stop is available during the actual initial implementation and is protected against duplicate clicks. A cancelled or failed build keeps a safe summary and recent log lines. Read the reason, correct missing input if needed, and use Retry instead of starting parallel replacement work.

## Inspect and share Preview {#preview}

Preview appears after a playable build and runs in a separate sandboxed origin. Refresh it after changes, copy its test link, or open it in a new tab. Preview readiness proves the files load, not that gameplay is correct. Continue with [Playtest and publish](/docs/en/creator-playtest-publish/).
