What’s in a version
- Generated React/TypeScript files.
- Bundled
bundle.js(and any CSS). - Snapshot of the bindings and metadata used at generation time.
bundle_url, bundle_css, bundle_imports) so serving doesn’t have to look up the version row on every request.
View history
From the app designer, open Versions to see every past generation with timestamp, prompt summary, and status (ready, error, etc.).
Revert
Pick any pastready version and click Revert. The platform marks that version as the current one and updates the served bundle in place. Bindings on the app stay as they are—revert is about the UI, not the data wiring.