Autosave & Versions

Autosave & Versions

BYOB includes a built-in version control system that works like Git, but without requiring you to use terminal commands.

Continuous Autosave

As you edit files in the Editor Workspace or instruct the AI to build features, your changes are continuously saved to your project's active workspace. You never have to worry about hitting Ctrl+S or losing work due to a browser crash.

Commits & Snapshots

To help you track major milestones, BYOB automatically groups logical changes into Commits.

  • When the AI finishes a complex task, a commit is automatically generated summarizing the changes.
  • You can also manually create a commit at any time from the Commits Popover in the dashboard to lock in a "known good state".

This means your project is always safely backed up and version-controlled.

Creating a Commit
Creating a Commit
Creating a manual snapshot of your codebase.