
Your AI shipped 50 files yesterday.
Can you explain any of them today?
AiScribe journals every AI coding session. Git diffs. Full conversations. Searchable. Exportable. Zero config. One command. Your sessions become training data for your own LLM.
No API key required · Works with pi, Claude Code, Cursor, Codex · Open source · MIT
See it in action
Click any demo to expand

aiscribe logJournal a session

aiscribe searchFind by meaning

aiscribe hotspotsCodebase analytics
Full Conversation
Captures every prompt and response from your AI coding sessions. Export them as training data.
Search by Meaning
Vector embeddings let you find sessions by describing what happened, not keywords.
Train Your Own Model
Export sessions in AI format. Fine-tune a local LLM on your coding style and decisions.
Everything you need
13 commands. Zero configuration required.
aiscribe logJournal git diff + AI context
aiscribe searchSemantic and keyword search
aiscribe hotspotsFiles that change most often
aiscribe historyTimeline for any file
aiscribe contextExport history for AI agents
aiscribe watchAuto-detect session completion
aiscribe statusActive AI coding sessions
aiscribe exportJSON, CSV, AI format export
aiscribe syncPush to Docker DB/server
aiscribe serverWeb UI on localhost:3848
aiscribe doctorValidate your setup
aiscribe setupDocker files or reconfigure
Stop treating AI sessions like disposable chat logs.
Every session is an asset. Here is what you can actually do with them.
Search by meaning, not keywords
You shipped 47 files across 12 sessions. Which one had that Stripe webhook fix? Type what you remember. Vector search finds it.
Train a model that codes like you
Your sessions are a goldmine. Export in AI format. Fine tune on your patterns, your stack, your decisions. A coding assistant that actually knows your codebase.
PDFs that impress your team
Side-by-side editor. 12 formatting tools. Live preview. One click to PDF. Perfect for code reviews, client handoffs, and portfolio pieces.
Spot fragile code before it snaps
Which files change in 80% of sessions? That is your risk zone. Hotspots and timelines expose what git blame hides.
Your second brain, backed up
One command. Every session auto-pushed to your private GitHub repo. Project folders. Full history. Never lose context to a Ctrl+C again.
Onboard devs in 5 minutes
Share .aiscribe/. They read the story. Every decision, every change, every reason. Months of context absorbed before their first commit.
AI-Powered Summary
Uses your LLM key (DeepSeek, OpenAI, Claude, Ollama) to generate structured summaries with risk scores, key decisions, and suspicious change flags.
aiscribe log -cRaw Chat Log
No API key? No problem. Store the full conversation log as-is. Searchable, exportable, and always available offline.
aiscribe log -c -fTrain your own LLM
Every session you capture becomes training data. Export your conversations and fine-tune a local model on your coding style, decisions, and patterns.
aiscribe export --format ai --output training-data.txt