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

⟨/⟩
Dashboard
Snippets
Prompts
Commands
Notes
snippet
useDebounce hook
prompt
Code reviewer
command
Docker cleanup
note
Auth flow notes
link
MDN - Fetch API
snippet
Prisma batch

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.

Pro Feature

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.

typescript
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;
}
✦ AI Generated Tagsreacthookstypescriptperformancedebounce

Simple, Honest Pricing

Start free, upgrade when you need more.

MonthlyYearlySave 25%

Free

$0/ forever
  • 50 items total
  • 3 collections
  • All text item types
  • Basic search
  • File & image uploads
  • AI features
  • Unlimited items
Get Started Free
Most Popular

Pro

$4.99/ month
  • Unlimited items
  • Unlimited collections
  • File & image uploads
  • AI auto-tagging
  • AI code explanation
  • AI prompt optimizer
  • Export data (JSON/ZIP)
Start Pro

Ready to Organize Your Knowledge?

Join developers who stopped losing what they built.