← All docs

Core concepts

Checkpoints & rollback

Experiment fearlessly — every working version is saved.

Every time a change succeeds, VibeX saves a checkpoint of your whole project. That means you can try bold ideas without risking your working app.

Rolling back

  1. Open your project's version history.
  2. Find the version you want to return to.
  3. Click Restore — your app and code revert to that checkpoint.
Rollback restores your files to a known-good state. Debugging never destroys working code.