How versions work
At the bottom of each Rocket message in chat you will see a Files row showing the version number and which files changed. Below it are four action buttons.Code diff
Code diff opens a side-by-side view of every file that changed in this version. Added lines are highlighted in green, removed lines in red.

- Review exactly what Rocket changed before moving on
- Understand the impact of a specific edit
- Debug unexpected behavior after a build
Rollback
Rollback reverts your entire project to the selected version instantly.1
Find the version
Locate the version you want to return to in the chat.
2
Click Rollback
Click Rollback.
3
Confirm the rollback
Click Rollback now to confirm.



Create label
Labels let you name and bookmark a specific version for easy reference later.1
Find the version
Locate the version in the chat.
2
Click Create label
Click Create label.
3
Name the label
Type a name and press Enter.



- Before a risky change you might want to undo
- When a version is ready for review (“Client review v1”)
- At a significant milestone (“MVP”, “Beta launch”)
Launch a version
You can deploy any version directly - it does not have to be the most recent one.1
Find the version
Locate the version in the chat.
2
Click Launch
Click Launch.
3
Select environment
Select Staging or Production.



Launching a version does not affect your working state in the editor. Your project continues from wherever you are - only the deployed environment changes.
What’s next?
Preview your app
Test your app on different screen sizes before launching.
Launch your site
Understand staging and production, and manage your releases.
View and edit code
Browse and edit your project source files directly.
Chat with Rocket
Keep building - every message creates a new version automatically.

