What is Git History?
The commit trail of a generated project: what changed, when, and why. AI builders that commit with readable notes make every experiment reviewable and reversible.
Related terms
Version Rollback
Restoring a saved project state with human-readable notes. Rollbacks make AI experimentation safe: try bold changes knowing any step is recoverable.
Deployment Rollback
Redeploying a known-good commit after a bad release. Distinct from project rollback: this restores production while the workspace keeps iterating.
Preflight Plan
The setup pass before generation: refining the prompt, identifying features, proposing UX direction, and choosing data options. Planning first is what separates coherent apps from random screens.
One-Click Deployment
Publishing a site to production hosting without manual configuration. BYOB deploys to an edge network with rollback to known commits when a release misbehaves.
Custom Domain
Your own address (you.com) instead of a builder subdomain, with automatic SSL. The trust baseline for anything commercial: subdomains convert worse and rank no better.
Visual Editing
Clicking page elements in a live preview and asking the AI to refine text, spacing, or layout. It keeps non-developers in flow while the underlying code stays standard and editable.