Deploy mode

Where the project leaves the workspace: preview links, integrations, exports, and the activity timeline.

Updated 2026-05-011 min readBuilder modes

Deploy mode is intentionally about handoff. It is not a deployment pipeline — it is a small set of tools for sharing the project as-is.

Preview controls

A toggle to enable / disable the public preview link, a copy button, and a rotate-token button. See the Preview links article for the lifecycle.

Integrations card grid

A card for each canonical integration: Supabase, AI providers, Stripe, Email, WhatsApp / SMS, Sheets / CSV, Storage. Each card shows status (planned / connected / not_needed), the env-var names you need to set, and a "secret configured" toggle the operator flips after wiring keys in environment.

Export package

Two buttons: Download JSON and Download Markdown summary. The JSON is exhaustive (blueprint, schema, scenes, tasks, checkpoints, readiness, integrations metadata, preview status). The Markdown is a human-readable digest. Neither contains raw API keys or the share token.

Activity timeline

A reverse-chronological list of meaningful events: project created, blueprint updated, build from plan, schema checkpoint created, scene saved, preview enabled / disabled. Derived from existing tables — no separate audit log.

Readiness here

Deploy mode reads the same readiness score as Test mode. Integration gaps surface as named blockers; resolve them by toggling each card to either connected or not_needed.

Was this page helpful?

Related