Repo + Folder
Project Inputs
STASHIFY
Add repo or folder paths, browse saved stashes, click any stash, and inspect original vs modified changes in Monaco with image viewer and drive search support.
Repo + Folder
Project Inputs
Monaco Editor
Diff Engine
Drive Aware
Search Support
STASHIFY APP PREVIEW
REVIEW PANEL
src/components/PatchViewer.tsx
MonacoORIGINAL
1function isAddedStatus(status: string): boolean {
2 const normalized = status.trim().toLowerCase();
3 return normalized === 'added';
4}
5
6diffEditorRef.current = monaco.editor.createDiffEditor(...)
MODIFIED
1function isAddedStatus(status: string): boolean {
2 const normalized = status.trim().toLowerCase();
3 return normalized === 'added' || normalized === 'new';
4}
5
6singleEditorRef.current = monaco.editor.create(...)
FEATURE SET
From project selection to diff inspection, every step is designed to make stash review clear and fast without terminal-heavy context switching.
Click any stash and open it in Monaco to compare original and modified code with a clean side-by-side diff.
Add repositories or folders once, keep them saved, and switch projects quickly without typing paths again.
Find project folders with drive search and preview image changes directly when the stash includes assets.
WORKFLOW
Open a saved project, pick a stash entry, and review exact original/modified changes before deciding your next action.
Select a repository/folder and save it in the sidebar so you can reopen it instantly.
Choose the project and browse its saved stash entries with clear status context.
Click a stash to load original vs modified changes in Monaco, including image previews when available.
TEAM SIGNAL
Teams use Stashify to keep momentum while still validating stash changes with visual accuracy.
"Clicking a stash and seeing the Monaco diff immediately removed our confusion during hotfix reviews."
IN-APP FLOW
COMMON QUESTIONS
Quick answers on repo/folder adding, stash loading, Monaco diff view, image preview, and drive search.
Yes. Clicking a stash opens Monaco diff view so you can review original vs modified content clearly.
Yes. Stashify supports adding repo/folder paths, saving them, and switching quickly from the sidebar.
Yes. You can preview image-based stash changes and use drive search to locate project folders faster.
READY TO REVIEW STASHES
GIT SNAKE
Collect commit tokens, avoid conflict blocks, and keep your stash chain alive. Arrow keys work on desktop, tap controls work on mobile.
Score
0
Best
0
State
Paused
WINDOWS BUILD
Install the desktop app to add project folders, open saved stashes, inspect Monaco diffs, preview images, and search drives faster.