Undo Changes
How to undo edits, revert AI changes, and restore previous states of your project.
Undo Changes
Made a change you don't like? VULK provides multiple ways to go back.
Quick Undo
For manual code edits in the file editor:
- Mac: ⌘ + Z
- Windows/Linux: Ctrl + Z
This undoes your latest keystrokes in the code editor, just like any text editor.
Chat Undo
To undo the last AI-generated change, type in chat:
- "Undo that"
- "Revert the last change"
- "Go back to before the navbar change"
VULK will restore the files to their state before the last AI edit.
Version History Restore
For changes made further back:
- Click the clock icon in the top bar
- Browse the version timeline
- Click any version to preview it
- Click Restore to revert to that state
This is the most reliable way to undo multiple changes at once. See Version History for details.
What Can Be Undone
| Action | How to Undo |
|---|---|
| Last AI edit | Type "undo" in chat |
| Manual code changes | ⌘/Ctrl + Z in editor |
| Multiple AI edits | Version History restore |
| File deletion | Version History restore |
| Styling changes | Chat or Version History |
What Cannot Be Undone
- Deploy: Once deployed, the live version stays until you re-deploy (but your project files can still be reverted)
- Account actions: Billing changes, plan switches
- Deleted projects: If you delete a project entirely, it cannot be recovered
Best Practice
Before making a major change (like redesigning the entire layout), note the current version number in Version History. If the change doesn't work out, you can restore that exact state.