- Compare changes against your last commit
- Commit changes to build a release preview
- Preview each commit to QA and get feedback from teammates
- Deploy commits to make changes available to end-users
- Redeploy commits to easily rollback to previous deployed versions
- Undeploy an app to make it inaccessible to end users
- Reset editor to quickly undo changes in edit mode
Compare changes
Superblocks Edit mode is where you build and iterate on your application.
Edits can be reviewed before committing, helping you understand what changes will be introduced in your next commit.
To review what’s changed, click on the Versions icon in the left naviation, and find the Uncommitted changes section under the Commit tab.
Commit
Once you’ve made all the updates you want, commit your changes to create a named version of your application. You can create a commit from the Versions panel or directly from a checkpoint in the Clark chat.

Commit previews
Every commit in Superblocks triggers the build of a dedicated commit preview. Commit previews let you test and review changes using a live interactive environment without deploying and impacting your end-users. To open a commit preview:- Click the Versions icon
- Scroll down to Committed changes
- Click the menu icon for the commit you want to view
- Click Preview
Deploy
Once you and your team are happy with your changes, make them live for all users by deploying. You can deploy from the Versions panel Committed changes section or directly from a checkpoint in the Clark chat.

Redeploy
Deployed a bug and need to rollback? No problem, just redeploy your last commit.
- Click on the Versions icon in the left nav
- Go to the Deployments tab
- Open the menu on the second commit in the list
- Click Redeploy
Undeploy
If you ever need to temporarily make an app unavailable to end users, you can undeploy the app.- Click on the Versions icon in the left nav
- Go to the Deployments tab
- Open the menu on the first live commit in the list
- Click Undeploy


Reset editor
If you ever find yourself in a situation where you want to completely discard changes you’ve made to your application, you can discard changes by resetting the editor. To reset your editor:- Navigate to the Versions panel
- Find the commit you want to reset the editor to. This can be your last commit (this will discard all uncommitted changes) or an older commit
- Click Reset editor

