Skip to content

Commit 8d65f38

Browse files
author
Laurent Guitton
committed
docs(website): use GitKraken's regular Pro price, not the promo
Previous ~$5/mo came from a promotional rate. Regular pricing is a free Community tier + Pro $8/seat/mo (Advanced $14), billed annually — stable figures that won't date the page when the promo ends.
1 parent a7ebb79 commit 8d65f38

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/.vitepress/theme/CompareMatrix.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface Row {
99
// with Tower appended (it has no deep dive but is in the landscape).
1010
const COLS = [
1111
{ key: 'gw', name: 'GitWand', sub: 'Free · MIT', gw: true },
12-
{ key: 'gk', name: 'GitKraken', sub: 'Free / ~$5/mo Pro' },
12+
{ key: 'gk', name: 'GitKraken', sub: 'Free / $8/mo Pro' },
1313
{ key: 'fork', name: 'Fork', sub: '$59.99 · Native' },
1414
{ key: 'sm', name: 'Sublime Merge', sub: '$99 · Native' },
1515
{ key: 'ghd', name: 'GitHub Desktop', sub: 'Free · Electron' },

website/compare/gitwand-vs-gitkraken.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GitWand vs GitKraken (2026) — free alternative with conflict auto-resolution
3-
description: GitWand vs GitKraken compared — price ($0 vs ~$5/mo Pro), Electron vs native Rust, AI approaches, PR workflow, and merge conflict resolution. An honest verdict, updated July 2026.
3+
description: GitWand vs GitKraken compared — price ($0 vs $8/mo Pro), Electron vs native Rust, AI approaches, PR workflow, and merge conflict resolution. An honest verdict, updated July 2026.
44
head:
55
- - meta
66
- property: og:title
@@ -20,7 +20,7 @@ head:
2020

2121
| | GitWand | GitKraken |
2222
|---|---|---|
23-
| Price | **Free, MIT open source** | Free Community tier; Pro ~$5/mo (billed annually) |
23+
| Price | **Free, MIT open source** | Free Community tier; Pro $8/seat/mo, Advanced $14 (billed annually) |
2424
| Stack | Tauri 2 + Rust, ~8 MB | Electron (v41), ~150 MB class |
2525
| Merge conflicts | **Auto-resolves ~95% of trivial hunks** — 10 deterministic patterns, confidence score, decision trace | 3-way merge editor; AI suggestions |
2626
| PR / MR review | In-app, 4 forges: GitHub, GitLab, Bitbucket, Azure DevOps — inline comments, suggestions, CI annotations | In-app, multi-forge (Launchpad) |

website/compare/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These comparisons are written by the GitWand team, so read them with that in min
2020

2121
| | GitWand | [GitKraken](/compare/gitwand-vs-gitkraken) | [Fork](/compare/gitwand-vs-fork) | [Sublime Merge](/compare/gitwand-vs-sublime-merge) | [GitHub Desktop](/compare/gitwand-vs-github-desktop) | [GitButler](/compare/gitwand-vs-gitbutler) |
2222
|---|---|---|---|---|---|---|
23-
| Price | **Free (MIT)** | Free tier; Pro ~$5/mo | $59.99 | $99 | Free | Free |
23+
| Price | **Free (MIT)** | Free tier; Pro $8/mo | $59.99 | $99 | Free | Free |
2424
| Open source |||||||
2525
| Stack | Tauri 2 + Rust (~8 MB) | Electron | Native | Native | Electron | Tauri + Rust |
2626
| Platforms | macOS · Linux · Windows | macOS · Linux · Windows | macOS · Windows | macOS · Linux · Windows | macOS · Windows | macOS · Linux · Windows |

0 commit comments

Comments
 (0)