inspired by git reflog
Your Personal History
of Everything
Snippets in VS Code. Prompts lost in chats. Commands buried in bash history. Reflog.Space is one fast, searchable hub that remembers every piece of knowledge you build with — so you never have to.
Your knowledge today...
...with Reflog.Space
Everything in One Place
Seven item types, one fast search, zero context switching.
Code Snippets
Monaco editor with syntax highlighting. Copy with one click. Never retype that hook again.
AI Prompts
Save your best prompts, system messages, and chain-of-thought templates where you can actually find them.
Instant Search
Cmd+K command palette searches across all types, titles, and content in milliseconds.
Commands
Terminal commands, npm scripts, Docker one-liners. Stop fishing through bash history.
Files & Docs
Upload context files, PDFs, and images. Reference docs without digging through folders.
Collections
Group related items into collections. One snippet can live in React Patterns and Interview Prep.
AI That Works With Your Code
- ✓
Auto-tagging
AI reads your snippet and adds relevant tags automatically.
- ✓
Code explanation
Plain-English breakdown of any saved snippet.
- ✓
Prompt optimizer
Refine AI prompts for better, more consistent results.
- ✓
AI summaries
One-line summaries for long notes and documents.
function useDebounce<T>(value: T, delay: number) {
const [debounced, setDebounced] =
useState(value);
useEffect(() => {
const t = setTimeout(() =>
setDebounced(value), delay
);
return () => clearTimeout(t);
}, [value, delay]);
return debounced;
}Simple, Honest Pricing
Start free, upgrade when you need more.
Free
- ✓50 items total
- ✓3 collections
- ✓All text item types
- ✓Basic search
- ✗File & image uploads
- ✗AI features
- ✗Unlimited items
Pro
- ✓Unlimited items
- ✓Unlimited collections
- ✓File & image uploads
- ✓AI auto-tagging
- ✓AI code explanation
- ✓AI prompt optimizer
- ✓Export data (JSON/ZIP)
Ready to Organize Your Knowledge?
Join developers who stopped losing what they built.