Your prompts
ship code.
Now there's proof.
Qmmit links every AI prompt to the commit it produced. Automatically. Invisibly. Verifiably.
Works with the tools you already use.
No plugins. No config. Git hooks handle everything.
Your AI portfolio, auto-generated
Every prompt you write becomes a verified portfolio artifact. Here's what your public profile looks like.
alexmorgan
โ CLI VerifiedProFull-stack developer ยท AI-native builder ยท Open source contributor
Full-stack SaaS boilerplate with auth, billing, and teams
Semantic search over docs using PG Vector + OpenAI embeddings
How it works
3 steps. Zero effort.
You code with AI like you always do. Qmmit runs silently in the background and builds your portfolio automatically.
Install once
One command in your terminal
Downloads a small tool called qmmit. Works on Mac, Linux, and Windows. Takes about 30 seconds.
Set up your repo
Run once per project
Qmmit installs invisible hooks into your git repo. From now on, every commit automatically captures your AI prompts.
Just code normally
Nothing changes about how you work
Use Cursor, Copilot, Claude, or any AI tool. When you commit and push, your prompts sync to your profile automatically.
What actually happens?
Here's the full picture, explained simply.
You type a prompt in Cursor, Copilot, Claude Code, or any supported tool.
Every AI tool saves a local log of your conversation. Qmmit reads that log โ it never intercepts your network traffic.
The moment you commit, a tiny script fires automatically. It reads the AI session log, finds your prompts, and links them to this commit.
Nothing leaves your computer yet. Your prompts are stored in a local database. You control what gets shared.
When you push, Qmmit automatically syncs your prompts to your profile. Secrets are auto-redacted before anything is sent.
Your heatmap, model breakdown, and prompt timeline update. Anyone can see your verified AI contribution history.
โ Do I need to change how I code?
No. Use your AI tools exactly as you do today. Qmmit works in the background.
โ Is my code or prompts sent anywhere without my permission?
Nothing leaves your machine until you run git push. You control what syncs.
โ What if I use multiple AI tools?
Qmmit supports 7 tools: Cursor, Copilot, Kiro, Claude Code, Windsurf, OpenCode, and Gemini CLI. All captured automatically.
โ What if I use ChatGPT or Claude.ai (web)?
Those don't save local files, so use: qmmit add "your prompt" to log them manually.
โ Does it work with private repos?
Yes. Private repos stay private โ prompts are hidden from your public profile automatically.
โ What does "verified" mean?
Every prompt is linked to a real git commit SHA. Anyone can verify it exists on GitHub/GitLab/Bitbucket.
No credit card. No config files. Works in 60 seconds.
GitHub shows what you shipped.
Qmmit shows how you think.
92% of developers use AI tools daily. 41% of code is AI-generated. Job posts asking for AI experience grew 340% in one year. But there's no standard way to prove AI fluency.
Everything to prove you build with AI.
Capture prompts. Link them to commits. Build a verified portfolio.
Autocapture from 7 AI tools
Git hooks read session files on every commit. Claude Code, Cursor, Copilot, Kiro, Windsurf, OpenCode, Gemini CLI. You change nothing about how you work.
- โ Reads session files from Claude Code, Cursor, Kiro, GitHub Copilot, Windsurf, OpenCode, Gemini CLI
- โ Git hooks fire silently โ never blocks git operations
- โ Matching algorithm links prompts to commits by timing + files
- โ All data stays local until git push syncs to dashboard
Every prompt linked to a commit
A 5-signal scoring algorithm matches prompts to commits by file overlap, timing, keywords, code similarity, and session continuity. No manual tagging required.
Your prompts are portfolio pieces
Each prompt displays the model, files touched, confidence score, and the commit it produced. Pin your best work. Share individual prompts with a link.
Which AI wrote which code
Per-project model breakdown. Claude 48%, GPT-4o 31%, Copilot 21%. Color-coded attribution bars on every project card.
Your prompts never leave your machine until you push
Local SQLite database. AES-256 encryption at rest. Auto-redacts API keys, tokens, passwords, and PII before sync. Public, private, or redacted per prompt.
GitHub / GitLab / Bitbucket
OAuth import from all three platforms. Retroactive AI analysis on existing repos. Auto-detected from .git/config.
AI Workflow Builder
Document your AI-assisted development process as a reusable, shareable workflow. Link each step to the prompts and commits that produced it. Fork and remix workflows from other developers.
- โ Visual step-by-step editor โ drag, drop, reorder
- โ Link steps to specific prompts and commits
- โ Share publicly or keep private
- โ Fork and remix from the community
- โ Export as markdown or embed in README
Full CLI reference
Every git command works. Plus AI tracking on top.
qmmit initqmmit loginqmmit disableqmmit statusqmmit add "Fix auth bug"qmmit add --model=chatgptqmmit add --commit SHAqmmit log --last 20qmmit pushqmmit push --reviewqmmit push --dry-runqmmit log --model=claudeqmmit show HEADqmmit show <sha>qmmit tag <id> archqmmit note <id> "text"qmmit privacyqmmit scanqmmit redact <id>qmmit set-private <id>git commit -m "feat: x"git pushqmmit _hook post-commitqmmit _hook pre-push