Now tracking 7 AI tools ยท Open beta

Your prompts
ship code.
Now there's proof.

Qmmit links every AI prompt to the commit it produced. Automatically. Invisibly. Verifiably.

Get started โ€” free
Also onยทAll options โ†’
AI Contribution Heatmap7 AI tools supported ยท 5-signal matching
Less
More
terminal
# one-time setup
$ qmmit init
โœ” 3 tools ยท hooks installed
# then just git
$ git commit -m "feat: auth"
[qmmit] 3 prompts โ†’ a3f9c12
$ git push
[qmmit] synced โ†’ dashboard

Works with the tools you already use.

Claude CodeCursorKiroGitHub CopilotWindsurfOpenCodeGemini CLI

No plugins. No config. Git hooks handle everything.

โšก
2.1M+
Prompts Tracked
๐Ÿ‘ค
12,400
Developers
๐Ÿค–
15+
Models Supported
๐Ÿ”—
890K
Commits Linked

Your AI portfolio, auto-generated

Every prompt you write becomes a verified portfolio artifact. Here's what your public profile looks like.

aicommit.space/alexmorgan
๐Ÿ‘จโ€๐Ÿ’ป

alexmorgan

โœ” CLI VerifiedPro

Full-stack developer ยท AI-native builder ยท Open source contributor

1,240 prompts23 projects847 commits12 workflows
91% avg confidence
across all matched prompts
AI Models Used
Claude 3.5 Sonnet48%
GPT-4o31%
GitHub Copilot21%
Prompt Activity
Last 13 weeks
Top Tags
#auth#refactor#api#testing#typescript#security#performance#database
Pinned Projects
saas-starterTypeScript

Full-stack SaaS boilerplate with auth, billing, and teams

โšก 312 prompts๐Ÿ”— 89 commits
ClaudeGPT-4o
ai-search-enginePython

Semantic search over docs using PG Vector + OpenAI embeddings

โšก 187 prompts๐Ÿ”— 54 commits
GPT-4oCopilot
Recent Prompts
a3f9...claude-3-5-sonnet2h ago
HIGH 91%
Refactor auth middleware to use JWT tokens instead of sessions, keep backward compat
โ†’ feat: JWT auth
#auth#security
b7c2...gpt-4o5h ago
HIGH 84%
Write comprehensive unit tests for the payment service including edge cases and mocks
โ†’ test: payment service
#testing
c1d8...github-copilot1d ago
MEDIUM 67%
Add rate limiting middleware to all public API endpoints using Redis
โ†’ feat: rate limiting
#api#performance

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.

1โšก

Install once

One command in your terminal

$ curl -fsSL aicommit.space/install.sh | bash

Downloads a small tool called qmmit. Works on Mac, Linux, and Windows. Takes about 30 seconds.

2๐Ÿ”—

Set up your repo

Run once per project

$ cd my-project && qmmit init

Qmmit installs invisible hooks into your git repo. From now on, every commit automatically captures your AI prompts.

3๐Ÿš€

Just code normally

Nothing changes about how you work

$ git commit && git push

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ยทAsk your AI tool something
"Add a login form with email and password validation"

You type a prompt in Cursor, Copilot, Claude Code, or any supported tool.

๐Ÿค–
AI toolยทWrites the code and saves a session file
Creates auth.tsx with form validation logic

Every AI tool saves a local log of your conversation. Qmmit reads that log โ€” it never intercepts your network traffic.

๐Ÿ“
YouยทCommit your changes
git commit -m "feat: add login form"

The moment you commit, a tiny script fires automatically. It reads the AI session log, finds your prompts, and links them to this commit.

๐Ÿ”’
QmmitยทStores everything locally first
Saved to .qmmit/history.db on your machine

Nothing leaves your computer yet. Your prompts are stored in a local database. You control what gets shared.

๐Ÿ“ค
YouยทPush to GitHub
git push

When you push, Qmmit automatically syncs your prompts to your profile. Secrets are auto-redacted before anything is sent.

๐ŸŒ
Your profileยทUpdates instantly
aicommit.space/yourusername

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.

Get started โ€” free

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.

๐Ÿ—‚๏ธ
GitHub / GitLab / Bitbucket
What recruiters see today
Commit historyโœ” 847 commits this year
Languagesโœ” TypeScript, Python, Go
Reposโœ” 23 public repositories
AI tool usageโœ– Unknown โ€” not tracked
Which AI modelsโœ– No data
Prompt qualityโœ– No data
AI contribution %โœ– No data
Verified vs claimedโœ– Self-reported only
>_
Qmmit Profile
Verified AI attribution
Commit historyโœ” 847 commits this year
Languagesโœ” TypeScript, Python, Go
Reposโœ” 23 public repositories
AI tool usageโœ” 1,240 prompts tracked
Which AI modelsโœ” Claude 48%, GPT-4o 31%, Copilot 21%
Prompt qualityโœ” Tagged, rated, community-forked
AI contribution %โœ” Per-project breakdown
Verified vs claimedโœ” Cryptographically verified

Everything to prove you build with AI.

Capture prompts. Link them to commits. Build a verified portfolio.

โšก Core Feature

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
qmmit log โ€” prompt history
a3f9...claude-3-5-sonnet
Refactor auth middleware to use JWT tokens instead of sessions
โ†’ feat: JWT authHIGH 91%auth.ts, middleware.ts
b7c2...gpt-4o
Write unit tests for the payment service with edge cases
โ†’ test: payment serviceHIGH 84%payment.test.ts
c1d8...github-copilot
Add rate limiting to the API endpoints
โ†’ feat: rate limitingMEDIUM 67%api/routes.ts
Matching algorithm โ€” confidence breakdown
File Overlap35%
auth.ts, middleware.ts matched
Temporal Proximity25%
12 min before commit
Keyword Match20%
"JWT", "auth" in commit diff
Code Similarity15%
Response code found in diff
Session Continuity5%
Same qmmit session
Total confidence91% โ€” HIGH

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.

โ‰ฅ 80%
HIGHAuto-matched, published immediately
50โ€“79%
MEDIUMYou confirm before publishing
< 50%
REVIEWQueued for manual review
๐Ÿ“‹

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.

Prompt #a3f9claude-3-5-sonnet ยท temp 0.7
"Refactor auth middleware to use JWT tokens"
#auth#refactor#security
โ†’ feat: JWT auth (HIGH 91%) ยท 2 forks ยท 14 views
๐Ÿ”

Which AI wrote which code

Per-project model breakdown. Claude 48%, GPT-4o 31%, Copilot 21%. Color-coded attribution bars on every project card.

my-saas-project โ€” AI model breakdown
Claude 3.5 Sonnet48%
GPT-4o31%
GitHub Copilot21%
๐Ÿ”’

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.

๐Ÿ”
1. Local only
SQLite on your machine. Zero network until qmmit push.
๐Ÿ”
2. Encrypted
AES-256 at rest. TLS 1.3 in transit. Keys never leave your device.
๐Ÿ”
3. Granular control
Public / Private / Redacted per prompt. Auto-scan for API keys, PII, passwords.
๐Ÿ”—

GitHub / GitLab / Bitbucket

OAuth import from all three platforms. Retroactive AI analysis on existing repos. Auto-detected from .git/config.

๐Ÿ™
GitHub
โœ” OAuth App
โœ” Webhooks
โœ” Actions CI
โœ” Enterprise
๐ŸฆŠ
GitLab
โœ” OAuth 2.0
โœ” Webhooks
โœ” CI/CD
โœ” CE/EE
๐Ÿชฃ
Bitbucket
โœ” OAuth 2.0
โœ” Webhooks
โœ” Pipelines
โœ” Server
๐Ÿ› ๏ธ

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
Try Workflow Builder โ†’
Example: "Build a REST API with AI" workflow
1
Design the schema
"Design a PostgreSQL schema for a SaaS app with users, teams, and billing"
claude
2
Generate the models
"Generate TypeScript Prisma models from this schema"
gpt-4oโ†’ feat: db schema
3
Write the routes
"Create Express routes for CRUD operations on the User model"
copilotโ†’ feat: user routes
4
Add auth middleware
"Add JWT auth middleware that validates tokens and attaches user to req"
claudeโ†’ feat: auth middleware

Full CLI reference

Every git command works. Plus AI tracking on top.

Setup
โฏqmmit init
Detect tools, install hooks, import sessions
โฏqmmit login
Connect to aicommit.space
โฏqmmit disable
Remove hooks (data stays)
โฏqmmit status
Tracking status + stats
Manual Tracking
โฏqmmit add "Fix auth bug"
Log a prompt (web tools)
โฏqmmit add --model=chatgpt
Specify model
โฏqmmit add --commit SHA
Link to past commit
โฏqmmit log --last 20
View recent prompts
Sync & View
โฏqmmit push
Force sync prompts now
โฏqmmit push --review
Approve each prompt
โฏqmmit push --dry-run
Preview what syncs
โฏqmmit log --model=claude
Filter by model
Inspect
โฏqmmit show HEAD
Prompts for last commit
โฏqmmit show <sha>
Prompts for any commit
โฏqmmit tag <id> arch
Tag a prompt
โฏqmmit note <id> "text"
Add a note
Privacy
โฏqmmit privacy
Interactive privacy manager
โฏqmmit scan
Scan for secrets / API keys
โฏqmmit redact <id>
Redact sensitive content
โฏqmmit set-private <id>
Mark prompt private
Automatic (via git hooks)
โฏgit commit -m "feat: x"
Hook auto-captures AI prompts
โฏgit push
Hook auto-syncs to dashboard
โฏqmmit _hook post-commit
Internal: scan + ingest
โฏqmmit _hook pre-push
Internal: sync to API
Works with any AI tool โ€” log prompts from all of these
ChatGPT
Web & API
Claude
Web & API
Gemini
Web & API
GitHub Copilot
IDE
Cursor IDE
IDE
Kiro
IDE
Windsurf
IDE
Aider
CLI
Claude Code
CLI
Ollama
Local
LM Studio
Local
Any AI tool
qmmit prompt