Product Hunt Badge

The context layer for git

The context layer for git

Save, share, and review the reasoning behind your AI-generated code tied to commits, delivered to PR reviews.

Save, share, and review the reasoning behind your AI-generated code tied to commits, delivered to PR reviews.

curl -sSL https://gitwhy.dev/install | bash
curl -sSL https://gitwhy.dev/install | bash
Press⌘DorCtrl+Dto go to documentation

One install. Works with every major coding agent

More coming soon…

Claude
Cursor
Cline
Kilo Code
Codex
Kiro
Windsurf
Opencode
Gemini CLI
Trae
GitHub Copilot
Google Antigravity
Claude Code
Ghostty
save
sync
post-pr
search

One install. Works with every major coding agent

More coming soon…

One install. Works with every major coding agent

More coming soon…

Claude
Cursor
Cline
Kilo Code
Codex
Kiro
Windsurf
Opencode
Gemini CLI
Trae
GitHub Copilot
Google Antigravity

//

Problem

AI writes the code, the reasoning stays in the chat window—invisible to your team.

AI writes the code, the reasoning stays in the chat window—invisible to your team.

authMiddleware.ts
commita3f7b2c
1
1
export const authMiddleware = (req, res, next) => {
2
- const token = req.headers['authorization']
3
- if (!token) return res.status(401).json({ error: 'Missing token' })
2
+ const header = req.headers['authorization'] ?? ''
3
+ const token = header.startsWith('Bearer ') ? header.slice(7) : null
4
+ if (!token) return res.status(401).json({ error: 'Unauthorized' })
5
+ try {
6
+ const payload = verifyJwt(token, process.env.JWT_SECRET)
7
+ req.user = payload
8
+ return next()
9
+ } catch (e) {
10
+ return res.status(401).json({ error: 'Invalid token' })
11
+ }
4
12
}

//

How it works

From chat window
to PR review in three steps

Save the reasoning, linked to your commits.

The prompt, decisions, and trade-offs are captured as structured context — automatically linked to the commits that produced it.

Save the reasoning, linked to your commits.

The prompt, decisions, and trade-offs are captured as structured context — automatically linked to the commits that produced it.

Sync to cloud. Surface on PRs.

Push your contexts to the cloud and share them across your team. gitwhy-bot post the full reasoning to pull requests — so reviewers see why, not just the diff.

Sync to cloud. Surface on PRs.

Push your contexts to the cloud and share them across your team. gitwhy-bot post the full reasoning to pull requests — so reviewers see why, not just the diff.

Find why any decision was made.

Search across all your saved contexts by keyword, domain, or topic.
From your terminal, your agent, or the team dashboard — the reasoning is always one search away.

//

Also included

More than just save and search

Explore more at

//

Pricing

Start free. Scale as you grow.

Monthly

Yearly

Save 20%

Free

$0

/month

Perfect for trying Exact. All core features included, forever.

Features

Unlimited local projects

Unlimited PR comments

20 cloud syncs/month

1 connected repo

90-day cloud retention

Premium

$12

$12

/month

For developers who need advanced features and unlimited AI requests.

Features

Everything in Free, plus:

200 cloud syncs/member/month

5 connected repos

Unlimited retention

Up to 5 seats

Team

Popular

$24

$24

/month

For developers who need advanced features and unlimited AI requests.

Features

Everything in Premium, plus:

Unlimited cloud syncs

20 connected repos

Up to 25 seats

Enterprise

Custom

For teams that need dedicated support, custom deployment, and advanced security.

Features

Everything in Pro, plus:

Unlimited connected repos

SSO & SAML

Security review & DPA

Dedicated support

Monthly

Yearly

Save 20%

Free

$0

/month

Perfect for trying Exact. All core features included, forever.

Features

Unlimited local projects

Unlimited PR comments

20 cloud syncs/month

1 connected repo

90-day cloud retention

Premium

$12

$12

/month

For developers who need advanced features and unlimited AI requests.

Features

Everything in Free, plus:

200 cloud syncs/member/month

5 connected repos

Unlimited retention

Up to 5 seats

Team

Popular

$24

$24

/month

For developers who need advanced features and unlimited AI requests.

Features

Everything in Premium, plus:

Unlimited cloud syncs

20 connected repos

Up to 25 seats

Enterprise

Custom

For teams that need dedicated support, custom deployment, and advanced security.

Features

Everything in Pro, plus:

Unlimited connected repos

SSO & SAML

Security review & DPA

Dedicated support

Monthly

Yearly

Save 20%

Free

$0

/month

Perfect for trying Exact. All core features included, forever.

Features

Unlimited local projects

Unlimited PR comments

20 cloud syncs/month

1 connected repo

90-day cloud retention

Premium

$12

$12

/month

For developers who need advanced features and unlimited AI requests.

Features

Everything in Free, plus:

200 cloud syncs/member/month

5 connected repos

Unlimited retention

Up to 5 seats

Team

Popular

$24

$24

/month

For developers who need advanced features and unlimited AI requests.

Features

Everything in Premium, plus:

Unlimited cloud syncs

20 connected repos

Up to 25 seats

Enterprise

Custom

For teams that need dedicated support, custom deployment, and advanced security.

Features

Everything in Pro, plus:

Unlimited connected repos

SSO & SAML

Security review & DPA

Dedicated support

//

FAQ

Questions? We've got answers.

Is GitWhy free?

Which coding agents does GitWhy work with?

Does GitWhy read my code or send it anywhere?

Can I use GitWhy offline?

How is GitWhy different from agent memory tools?

Do I need an LLM API key?

Where is my context stored?

Does GitWhy support GitLab or Bitbucket?

Have more questions?

TRY GITWHY NOW (IT'S FREE)

TRY GITWHY NOW

30-second install. Unlimited local saves.

GitWhy

The context layer for git. Save, share, and review the reasoning behind your code.

© 2026 Intentivity Inc. All rights reserved.

GitWhy

The context layer for git. Save, share, and review the reasoning behind your code.

© 2026 Intentivity Inc. All rights reserved.

GitWhy

The context layer for git. Save, share, and review the reasoning behind your code.

© 2026 Intentivity Inc. All rights reserved.