Skip to main content

Saving and Versioning

In this section, we discuss the important concepts of saving and versioning in your project. Understanding how to use versions and snapshots can be crucial in preventing loss of work and maintaining progress.

Versions

Versions enable you to save specific named states of your project. This function is particularly useful for recovery purposes. If you accidentally delete a page or component or change settings, you can easily revert to a saved version.

Saving a version

Saving the latest changes will store the current state of your app in the version control. In the future, if anything goes wrong, you can restore your app to the currently saved state.

Ideally, you should save the version whenever you accomplish something important, for example, after finishing a page, adding configuration, etc.

Restoring a version

Restoring the previous version will preserve the current version, then load the changes from the version you're restoring. Before restoration, you may want to view the changes in the previous version. To do this, select the Peek option, which opens the previous version in a new tab.

restore-version

Snapshots

Snapshots are automatic saves of your project's state as you build it. They allow you to Peek or Revert to a previous state of the project if needed.

snapshots

info

Users on the Free and Standard plans can access only one day of snapshots.