docs/guides/undoing-changes-and-version-history.mdx
Reactive Resume keeps two layers of change history for every resume:
Use undo for a quick correction. Use version history to jump back to a template switch, an import, or an AI edit you made earlier.
Every change in the builder is undoable — typing, drag-and-drop reordering, template and layout switches, and edits applied by the AI assistant.
<Steps> <Step title="Open your resume in the builder"> Undo history is scoped to the resume you have open. </Step> <Step title="Undo or redo"> Use either the toolbar buttons on the floating dock or a keyboard shortcut:| Shortcut | Action |
| --- | --- |
| `Cmd/Ctrl+Z` | Undo the last change |
| `Cmd/Ctrl+Shift+Z` | Redo the last undone change |
Rapid typing collapses into a single step, so undo feels natural.
Undo history lives in your browser for the current session. Reloading the builder clears it — use version history for longer-range recovery.
Reactive Resume automatically snapshots your resume at key moments:
Snapshots are stored on the server, per resume, and are kept across sessions.
Click the clock icon in the builder header, next to the resume name, to open the version history menu.
The menu lists recent snapshots newest first, each with a label describing what triggered it and a relative timestamp such as 2 hours ago.
Restoring is non-destructive: it writes the older snapshot back through the normal update path, so:
Cmd/Ctrl+Z to undo the restore.| Situation | Use |
|---|---|
| You typed a wrong word or moved an item you didn't mean to. | Undo (Cmd/Ctrl+Z) |
| You just switched templates and want the old one back. | Undo, or version history if you've kept editing since. |
| You imported a resume and want to compare with what you had before. | Version history |
| The AI assistant applied edits you no longer want. | Undo the batch, or restore the pre-AI snapshot. |
| You closed the browser and want to roll back yesterday's changes. | Version history |