thumbgate 1.5.0 โ†’ 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/public/index.html CHANGED
@@ -19,12 +19,12 @@
19
19
  <meta charset="UTF-8">
20
20
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
21
21
  __GOOGLE_SITE_VERIFICATION_META__
22
- <title>ThumbGate โ€” Stop AI agents before they make costly mistakes</title>
23
- <meta name="description" content="Stop expensive AI agent mistakes before they happen. ๐Ÿ‘Ž Thumbs down becomes history-aware lessons and Pre-Action Gates; ๐Ÿ‘ thumbs up reinforces safe patterns. ThumbGate checks risky commands, deploys, API calls, and file edits across ChatGPT, Claude Code, Cursor, Codex, Gemini, Amp, and OpenCode with workflow governance, shared lessons and org visibility for safer vibe coding.">
24
- <meta property="og:title" content="ThumbGate โ€” Stop AI agents before they make costly mistakes">
25
- <meta property="og:description" content="Stop expensive AI agent mistakes before they happen. ๐Ÿ‘Ž Thumbs down becomes history-aware lessons and Pre-Action Gates; ๐Ÿ‘ thumbs up reinforces safe patterns. ThumbGate checks risky commands, deploys, API calls, and file edits across ChatGPT, Claude Code, Cursor, Codex, Gemini, Amp, and OpenCode with workflow governance, shared lessons and org visibility for safer vibe coding.">
22
+ <title>ThumbGate โ€” Stop paying for the same AI mistake twice</title>
23
+ <meta name="description" content="Stop paying for the same AI mistake twice. ThumbGate turns ๐Ÿ‘ thumbs up and ๐Ÿ‘Ž thumbs down feedback into history-aware lessons and Pre-Action Gates that block repeat AI agent mistakes before they reach the model โ€” self-improving agent governance with shared lessons and org visibility for Claude Code, Cursor, Codex, Gemini, Amp, and OpenCode.">
24
+ <meta property="og:title" content="ThumbGate โ€” Stop paying for the same AI mistake twice">
25
+ <meta property="og:description" content="Frontier LLMs are expensive and repeat mistakes cost real money. ThumbGate blocks known-bad AI agent actions before they hit the model โ€” zero tokens spent on retries, hallucinations, or repeat commands. Fix it once, your bill never sees it again.">
26
26
  <meta property="og:type" content="website">
27
- <meta name="keywords" content="ThumbGate, thumbgate, agent governance, AI coding workflow governance, workflow hardening sprint, pre-action gates, CLI-first agent safety, Claude Code, Cursor, Codex, Gemini, Amp, OpenCode, approval policies, audit trail, release confidence, Docker Sandboxes, feedback enforcement, context engineering, AI authenticity, prevent AI slop, human-led AI, AI agent standards enforcement, brand authenticity AI">
27
+ <meta name="keywords" content="ThumbGate, thumbgate, save LLM tokens, reduce Claude API cost, reduce OpenAI cost, AI agent token savings, prevent LLM retries, prevent hallucination retries, stop AI token waste, pre-action gates, agent governance, Claude Code, Cursor, Codex, Gemini, Amp, OpenCode, workflow hardening, context engineering, AI authenticity, brand authenticity AI">
28
28
 
29
29
  <!-- Privacy-friendly analytics by Plausible -->
30
30
  <script defer data-domain="thumbgate-production.up.railway.app" src="https://plausible.io/js/script.js"></script>
@@ -44,7 +44,7 @@ __GA_BOOTSTRAP__
44
44
  "@type": "SoftwareApplication",
45
45
  "name": "ThumbGate",
46
46
  "alternateName": "thumbgate",
47
- "description": "ThumbGate stops costly AI agent mistakes before they happen. It checks risky commands, file edits, deploys, API calls, and other agent actions before execution, then turns thumbs-up/down feedback into Pre-Action Gates, workflow governance, shared lessons, org visibility, release confidence, and isolated execution guidance.",
47
+ "description": "ThumbGate stops you from paying for the same AI mistake twice. Frontier LLMs are expensive โ€” and every repeated hallucination, retry loop, or known-bad tool call burns more tokens. ThumbGate's Pre-Action Gates intercept the call before it hits the model, so you spend zero tokens on mistakes you've already corrected once. Works with Claude Code, Cursor, Codex, Gemini, Amp, OpenCode, and any MCP-compatible agent.",
48
48
  "applicationCategory": "DeveloperApplication",
49
49
  "operatingSystem": "Cross-platform, Node.js >=18.18.0",
50
50
  "license": "https://opensource.org/licenses/MIT",
@@ -98,7 +98,7 @@ __GA_BOOTSTRAP__
98
98
  "name": "Pro Monthly",
99
99
  "price": "19",
100
100
  "priceCurrency": "USD",
101
- "description": "Self-serve side lane for solo operators who want personal enforcement proof, a local dashboard, DPO export, and proof-ready exports",
101
+ "description": "Self-serve side lane for solo operators who want personal enforcement proof, a local dashboard, DPO export, team lesson export/import, and proof-ready exports",
102
102
  "url": "https://thumbgate-production.up.railway.app/checkout/pro?plan_id=pro&landing_path=%2F"
103
103
  },
104
104
  {
@@ -271,6 +271,7 @@ __GA_BOOTSTRAP__
271
271
  .nav-links { display: flex; gap: 24px; align-items: center; }
272
272
  .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 13px; transition: color 0.15s; }
273
273
  .nav-links a:hover { color: var(--text); }
274
+ .nav-links a.nav-claude { color: #d97706; font-weight: 600; }
274
275
  .nav-cta { background: var(--cyan); color: var(--bg); padding: 6px 14px; border-radius: 6px; font-weight: 600; font-size: 13px; text-decoration: none; transition: opacity 0.15s; }
275
276
  .nav-cta:hover { opacity: 0.85; }
276
277
 
@@ -451,6 +452,22 @@ __GA_BOOTSTRAP__
451
452
  .footer-links a:hover { color: var(--text); }
452
453
  .footer-copy { font-size: 12px; color: var(--text-muted); }
453
454
 
455
+ /* CONVERSION HIERARCHY โ€” reduce visual weight of secondary sections */
456
+ .hero-secondary-ctas a { transition: opacity 0.15s; }
457
+ .hero-secondary-ctas a:hover { opacity: 1 !important; }
458
+ .hero-trust-bar { border-top: 1px solid var(--border); padding-top: 16px; }
459
+
460
+ /* Make the terminal demo more prominent when placed after hero */
461
+ .code-section { padding: 40px 0 60px; }
462
+ .code-section .code-block { max-width: 720px; border: 1px solid rgba(34,211,238,0.2); }
463
+
464
+ /* Reduce visual density of agent-specific sections */
465
+ #claude-code-section, #thumbgate-gpt { opacity: 0.92; }
466
+ #claude-code-section:hover, #thumbgate-gpt:hover { opacity: 1; }
467
+
468
+ /* Simplify proof bar โ€” make it less overwhelming */
469
+ .proof-bar { font-size: 11px; gap: 16px; opacity: 0.8; }
470
+
454
471
  /* RESPONSIVE */
455
472
  @media (max-width: 700px) {
456
473
  .steps { grid-template-columns: 1fr; }
@@ -487,17 +504,19 @@ __GA_BOOTSTRAP__
487
504
  <a href="#" class="nav-logo"><span>๐Ÿ‘๐Ÿ‘Ž</span> ThumbGate</a>
488
505
  <div class="nav-links">
489
506
  <a href="#how-it-works">How It Works</a>
490
- <a href="#compatibility">Compatibility</a>
491
- <a href="#compare-guides">Comparisons</a>
492
507
  <a href="#pricing">Pricing</a>
493
508
  <a href="#faq">FAQ</a>
494
509
  <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
495
- <a href="/guide">Setup Guide</a>
510
+ <a href="#compatibility" style="display:none;">Compatibility</a>
511
+ <a href="#compare-guides" style="display:none;">Comparisons</a>
512
+ <a href="/guide" style="display:none;">Setup Guide</a>
496
513
  <a href="/learn">Learn</a>
497
- <a href="/compare">Compare</a>
498
- <a href="/dashboard">Dashboard Demo</a>
499
- <a href="#workflow-sprint-intake" onclick="posthog.capture('workflow_sprint')">Start Sprint</a>
500
- <a href="/go/gpt?utm_source=website&utm_medium=nav&utm_campaign=chatgpt_gpt&cta_id=nav_open_gpt&cta_placement=nav" target="_blank" rel="noopener" onclick="posthog.capture('nav_cta_click',{cta:'open_gpt'})" class="nav-cta">Open GPT</a>
514
+ <a href="/compare" style="display:none;">Compare</a>
515
+ <a href="/dashboard" style="display:none;">Dashboard Demo</a>
516
+ <a href="#claude-code-section" class="nav-claude" onclick="posthog.capture('nav_claude_click')" style="display:none;">Claude</a>
517
+ <a href="#workflow-sprint-intake" onclick="posthog.capture('workflow_sprint')" style="display:none;">Start Sprint</a>
518
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" target="_blank" rel="noopener" onclick="posthog.capture('nav_claude_extension_click',{cta:'install_claude_extension'})" class="nav-cta" style="background:#d97706;display:none;">Claude Extension</a>
519
+ <a href="/go/gpt?utm_source=website&utm_medium=nav&utm_campaign=chatgpt_gpt&cta_id=nav_open_gpt&cta_placement=nav" target="_blank" rel="noopener" onclick="posthog.capture('nav_cta_click',{cta:'open_gpt'})" class="nav-cta">Install Free</a>
501
520
  </div>
502
521
  </div>
503
522
  </nav>
@@ -506,13 +525,38 @@ __GA_BOOTSTRAP__
506
525
  <section class="hero">
507
526
  <div class="container">
508
527
  <div class="hero-thumbs">๐Ÿ‘๐Ÿ‘Ž</div>
509
- <div class="hero-badge">โ— Block your first repeated AI mistake in 5 minutes</div>
510
- <h1>Stop the same AI mistake<br>before it runs again.</h1>
511
- <p style="font-size:18px;color:var(--text-muted);max-width:660px;margin:0 auto 20px;line-height:1.6;">Open the ThumbGate GPT, paste the answer or action that went wrong, then type a concrete <code>thumbs down:</code> or <code>thumbs up:</code> lesson.<br><strong style="color:var(--text)">Install locally with <code>npx thumbgate init</code> when you want that lesson enforced before the next agent tool call.</strong></p>
528
+ <div class="hero-badge">โ— Your AI coding bill has a leak</div>
529
+ <h1>Stop paying $ for the same AI mistake.</h1>
530
+ <p style="font-size:18px;color:var(--text-muted);max-width:720px;margin:0 auto 20px;line-height:1.6;">Every retry loop, every hallucinated import, every "let me try a different approach" โ€” those are billable tokens on every LLM vendor's bill. Thumbs-down once; ThumbGate blocks that exact mistake on every future call. Across Claude Code, Cursor, Codex, Gemini, Amp, OpenCode โ€” any MCP-compatible agent, forever, including fast-moving vibe coding workflows.</p>
531
+ <a href="/dashboard" class="hero-dashboard-preview" style="display:block;max-width:620px;margin:0 auto 28px;background:linear-gradient(135deg,#0d1220 0%,#121a2e 100%);border:1px solid rgba(34,211,238,0.35);border-radius:12px;padding:20px 24px;box-shadow:0 0 48px rgba(34,211,238,0.15);font-family:var(--mono);text-align:left;text-decoration:none;color:inherit;" title="Open your live dashboard">
532
+ <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted);">
533
+ <span>Your dashboard ยท <span style="color:#eab308;background:rgba(234,179,8,0.1);padding:2px 6px;border-radius:3px;letter-spacing:0.04em;">Sample</span></span>
534
+ <span style="display:inline-flex;align-items:center;gap:6px;color:#4ade80;"><span style="width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80;animation:pulse 1.6s ease-in-out infinite;"></span>enforcing</span>
535
+ </div>
536
+ <div style="font-size:13px;color:var(--text-muted);margin-bottom:4px;">๐Ÿ’ธ Tokens saved โ€” since install (Sonnet-blended, conservative)</div>
537
+ <div id="hero-savings-counter" data-target="1247.82" style="font-size:44px;font-weight:700;color:#4ade80;letter-spacing:-0.02em;line-height:1;margin-bottom:18px;">$0.00</div>
538
+ <div style="font-size:12px;line-height:1.8;border-top:1px solid rgba(255,255,255,0.06);padding-top:12px;">
539
+ <div style="color:#4ade80;">โœ… gate:no-force-push โ€” blocked 12ร—</div>
540
+ <div style="color:#4ade80;">โœ… gate:no-hallucinated-import โ€” blocked 8ร—</div>
541
+ <div style="color:#f87171;">โŒ gate:no-drop-prod โ€” FIRED ยท saved ~$3.40</div>
542
+ <div style="color:var(--text-muted);font-size:11px;margin-top:8px;">Sample shown. Your own dashboard tracks live feedback log + blocked calls from day one. <span style="color:var(--cyan);">Open dashboard โ†’</span></div>
543
+ </div>
544
+ </a>
545
+ <style>@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}</style>
546
+ <script>
547
+ (function(){
548
+ var el=document.getElementById('hero-savings-counter');
549
+ if(!el)return;
550
+ var target=parseFloat(el.getAttribute('data-target'))||0;
551
+ var start=null,dur=1800;
552
+ function tick(t){if(!start)start=t;var p=Math.min((t-start)/dur,1);var v=target*(1-Math.pow(1-p,3));el.textContent='$'+v.toFixed(2);if(p<1)requestAnimationFrame(tick);}
553
+ requestAnimationFrame(tick);
554
+ })();
555
+ </script>
512
556
  <div class="hero-signals">
513
- <div class="signal-pill signal-down">๐Ÿ‘Ž Prevent expensive mistakes: force-pushes, destructive SQL, bad deploys</div>
514
- <div class="signal-pill signal-up">โœ… Fix it once, then block the repeat before the next tool call</div>
515
- <div class="signal-pill">๐Ÿ” Turn a smart assistant into a reliable operator</div>
557
+ <div class="signal-pill signal-down">Block repeat hallucinations before the model sees them</div>
558
+ <div class="signal-pill signal-up">Thumbs-down once, blocked forever, across every agent</div>
559
+ <div class="signal-pill">CLI-first workflow governance with a live tokens-saved counter</div>
516
560
  </div>
517
561
  <p class="hero-persona" style="display:none">For consultancies, platform teams, and AI product teams with one workflow owner, one repeated failure, and one buyer who needs proof before a wider rollout.</p>
518
562
  <div class="hero-actions" style="margin-top:32px;">
@@ -522,73 +566,150 @@ __GA_BOOTSTRAP__
522
566
  <span class="copy-hint">click to copy</span>
523
567
  </div>
524
568
  <a href="/go/install?utm_source=website&utm_medium=hero_cta&utm_campaign=install_free&cta_id=hero_install_cli&cta_placement=hero" onclick="posthog.capture('hero_install_click',{cta:'install_cli'})" class="btn-gpt-page btn-install-hero" style="font-size:18px;padding:16px 36px;">Install Free CLI</a>
525
- <a href="/go/pro?utm_source=website&utm_medium=hero_cta&utm_campaign=pro_upgrade&cta_id=hero_go_pro&cta_placement=hero&plan_id=pro&landing_path=%2F" onclick="posthog.capture('hero_pro_click',{cta:'go_pro'})" class="btn-pro-page" style="font-size:13px;padding:10px 18px;margin-bottom:4px;opacity:0.85;">Upgrade to Pro โ€” $19/mo</a>
526
- <a href="/go/gpt?utm_source=website&utm_medium=hero_cta&utm_campaign=chatgpt_gpt&cta_id=hero_open_gpt&cta_placement=hero" class="btn-gpt-page" target="_blank" rel="noopener" onclick="posthog.capture('hero_cta_click',{cta:'open_gpt'})" style="font-size:13px;padding:10px 18px;background:transparent;border:1px solid var(--green);color:var(--green);">Open ThumbGate GPT</a>
527
- <a href="/go/github?utm_source=website&utm_medium=hero_cta&utm_campaign=github_repo&cta_id=hero_star_github&cta_placement=hero" target="_blank" rel="noopener" class="btn-free" style="display:inline-flex;align-items:center;gap:6px;padding:11px 20px;border-radius:999px;">โญ Star on GitHub</a>
528
- <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-codex-plugin.zip" class="btn-install-link" target="_blank" rel="noopener" style="font-size:13px;color:var(--text-muted);text-decoration:none;padding:8px 14px;">Install Codex plugin โ†’</a>
569
+ <a href="/go/pro?utm_source=website&utm_medium=hero_cta&utm_campaign=pro_upgrade&cta_id=hero_go_pro&cta_placement=hero&plan_id=pro&landing_path=%2F" onclick="posthog.capture('hero_pro_click',{cta:'go_pro'})" class="btn-pro-page" style="font-size:18px;padding:16px 32px;background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);color:#fff;font-weight:700;border-radius:10px;box-shadow:0 0 32px rgba(239,68,68,0.35);display:inline-flex;align-items:center;gap:8px;">Start 7-day Pro trial โ€” $19/mo <span style="font-size:12px;opacity:0.85;font-weight:500;">โ†’</span></a>
570
+ <div class="hero-secondary-ctas" style="display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px;opacity:0.7;">
571
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" class="btn-gpt-page" target="_blank" rel="noopener" onclick="posthog.capture('hero_claude_extension_click',{cta:'install_claude_extension'})" style="font-size:12px;padding:8px 16px;background:#d97706;color:#fff;box-shadow:none;">Install Claude Extension</a>
572
+ <a href="/go/github?utm_source=website&utm_medium=hero_cta&utm_campaign=github_repo&cta_id=hero_star_github&cta_placement=hero" target="_blank" rel="noopener" class="btn-free" style="display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;font-size:12px;">โญ Star on GitHub</a>
573
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-codex-plugin.zip" class="btn-install-link" target="_blank" rel="noopener" onclick="posthog.capture('hero_codex_plugin_click',{cta:'install_codex_plugin'})" style="font-size:11px;color:var(--text-muted);text-decoration:none;padding:6px 10px;">Install Codex plugin โ†’</a>
574
+ <a href="/go/gpt?utm_source=website&utm_medium=hero_cta&utm_campaign=chatgpt_gpt&cta_id=hero_open_gpt&cta_placement=hero" class="btn-gpt-page" target="_blank" rel="noopener" onclick="posthog.capture('hero_cta_click',{cta:'open_gpt'})" style="font-size:11px;padding:6px 12px;background:transparent;border:1px solid rgba(74,222,128,0.3);color:var(--green);">Open ThumbGate GPT</a>
575
+ </div>
576
+ </div>
577
+ <div class="hero-trust-bar" style="display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:20px auto 0;max-width:660px;font-size:12px;color:var(--text-muted);">
578
+ <span style="display:inline-flex;align-items:center;gap:4px;">๐Ÿ”“ MIT Open Source</span>
579
+ <span style="display:inline-flex;align-items:center;gap:4px;">โญ 14 GitHub Stars</span>
580
+ <span style="display:inline-flex;align-items:center;gap:4px;">๐Ÿ›ก๏ธ Local-first โ€” no cloud required</span>
581
+ <span style="display:inline-flex;align-items:center;gap:4px;">๐Ÿ”Œ 6 agent integrations</span>
529
582
  </div>
530
583
  <p style="font-size:13px;color:var(--text-muted);margin:16px auto 0;max-width:660px;">No, you do not have to chat inside the GPT forever. The GPT is advice and checkpointing; local hooks do the hard blocking for Claude Code, Cursor, Codex, Gemini, Amp, OpenCode, and MCP-compatible agents.</p>
531
- <p style="font-size:13px;color:var(--text-muted);margin:8px auto 28px;max-width:560px;">Free local CLI proves the enforcement loop on one machine. Pro adds personal enforcement proof, the gate debugger, DPO export, and a dashboard. Team shares the gates across seats. <a href="#pricing" style="color:var(--cyan);text-decoration:none;">See all plans โ†’</a></p>
584
+ <div id="demo" style="margin:28px auto 0;max-width:560px;text-align:center;" onclick="posthog.capture('hero_demo_view')">
585
+ <div style="font-size:13px;color:var(--text-muted);margin-bottom:8px;letter-spacing:0.04em;text-transform:uppercase;">โ–ถ 90-second demo ยท force-push โ†’ ๐Ÿ‘Ž โ†’ blocked</div>
586
+ <video src="/assets/tiktok-agent-memory.mp4" controls playsinline preload="metadata" poster="/assets/instagram-card.png" style="width:100%;max-width:560px;border-radius:12px;border:1px solid var(--border);background:#000;box-shadow:0 10px 40px rgba(0,0,0,0.4);"></video>
587
+ <a href="/checkout/pro?utm_source=website&utm_medium=hero_demo&utm_campaign=pro_trial&cta_id=hero_post_demo" onclick="posthog.capture('hero_cta_click',{cta:'start_trial_post_demo'})" style="display:inline-block;margin-top:14px;color:var(--cyan);font-size:14px;font-weight:700;text-decoration:none;">โ†’ Start 7-day Pro trial</a>
588
+ </div>
589
+ <p style="font-size:13px;color:var(--text-muted);margin:8px auto 28px;max-width:560px;">Your agent has no memory. Every session, the same wrong pattern runs. ThumbGate turns a single correction into a permanent block โ€” before the next tool call fires. <a href="#pricing" style="color:var(--cyan);text-decoration:none;">See all plans โ†’</a></p>
532
590
  <div class="first-gate-card" id="first-gate">
533
591
  <div class="section-label" style="text-align:left;margin-bottom:8px;">First-Dollar Activation Path</div>
534
- <h2>Prove one blocked repeat before asking anyone to buy.</h2>
535
- <p>The fastest path to revenue is not another feature. It is one person proving ThumbGate prevents one repeated mistake they already care about.</p>
592
+ <h2>Block your first repeated AI mistake in 5 minutes.</h2>
593
+ <p>Prove one blocked repeat before asking anyone to buy. The fastest path to value: one person, one repeated mistake, one gate that blocks it permanently.</p>
536
594
  <div class="first-gate-steps">
537
595
  <div class="first-gate-step">
538
- <strong>1. Open the GPT</strong>
539
- <p>Paste the bad answer, command, deploy, PR action, or agent plan before it runs again.</p>
596
+ <strong>1. Install ThumbGate</strong>
597
+ <p>Run <code>npx thumbgate init</code> in your repo. Or install the <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" style="color:var(--cyan);">Claude Extension</a>, <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-codex-plugin.zip" style="color:var(--cyan);">Codex plugin</a>, or <a href="/go/gpt" style="color:var(--cyan);">open the GPT</a>. Native ChatGPT rating buttons are not the ThumbGate capture path.</p>
540
598
  </div>
541
599
  <div class="first-gate-step">
542
- <strong>2. Type the signal</strong>
543
- <p>Use <code>thumbs down:</code> for the mistake or <code>thumbs up:</code> for the pattern worth repeating. Native ChatGPT rating buttons are not the ThumbGate capture path.</p>
600
+ <strong>2. Give feedback</strong>
601
+ <p>When your agent makes a mistake, give it a <code>thumbs down</code>. ThumbGate captures the context and distills a lesson from up to 8 prior entries.</p>
544
602
  </div>
545
603
  <div class="first-gate-step">
546
- <strong>3. Enforce the lesson</strong>
547
- <p>Run <code>npx thumbgate init</code>. Upgrade to Pro when you need the dashboard, proof, exports, or more captures.</p>
604
+ <strong>3. The gate blocks the repeat</strong>
605
+ <p>Next time the agent tries the same mistake, the PreToolUse hook fires and physically blocks it. Upgrade after one real blocked repeat when you need the dashboard and exports.</p>
548
606
  </div>
549
607
  </div>
550
608
  <div class="first-gate-example">thumbs down: the answer ignored my request for exact files and tests; next time include file paths, commands, and verification evidence.</div>
551
609
  </div>
552
610
  <div class="proof-bar">
553
- <a href="/guide" rel="noopener">CLI-first setup guide โ†’</a>
554
- <span class="dot"></span>
555
- <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" target="_blank" rel="noopener">Claude plugin bundle โ†’</a>
556
- <span class="dot"></span>
557
- <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/CLAUDE_DESKTOP_EXTENSION.md" target="_blank" rel="noopener">Claude submission packet โ†’</a>
611
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" target="_blank" rel="noopener" style="color:var(--cyan);font-weight:600;">Claude Extension โ†’</a>
558
612
  <span class="dot"></span>
559
613
  <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/.claude-plugin/README.md" target="_blank" rel="noopener">Claude marketplace install โ†’</a>
560
614
  <span class="dot"></span>
561
- <a href="/go/gpt?utm_source=website&utm_medium=proof_bar&utm_campaign=chatgpt_gpt&cta_id=proof_bar_open_gpt&cta_placement=proof_bar" target="_blank" rel="noopener">Open ThumbGate GPT โ†’</a>
562
- <span class="dot"></span>
563
- <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/adapters/chatgpt/INSTALL.md" target="_blank" rel="noopener">ChatGPT Actions setup โ†’</a>
615
+ <a href="/guide" rel="noopener">CLI setup guide โ†’</a>
564
616
  <span class="dot"></span>
565
617
  <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-codex-plugin.zip" target="_blank" rel="noopener">Codex plugin download โ†’</a>
566
618
  <span class="dot"></span>
567
- <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/VERIFICATION_EVIDENCE.md" target="_blank" rel="noopener">Verification evidence โ†’</a>
568
- <span class="dot"></span>
569
- <a href="https://arxiv.org/abs/2603.18743" target="_blank" rel="noopener">Research-backed (Memento-Skills, arXiv 2603.18743) โ†’</a>
570
- <span class="dot"></span>
571
- <a href="https://blog.langchain.dev/continual-learning-for-ai-agents/" target="_blank" rel="noopener">Three-layer continual learning (LangChain) โ†’</a>
619
+ <a href="/go/gpt?utm_source=website&utm_medium=proof_bar&utm_campaign=chatgpt_gpt&cta_id=proof_bar_open_gpt&cta_placement=proof_bar" target="_blank" rel="noopener">ThumbGate GPT โ†’</a>
572
620
  <span class="dot"></span>
573
- <a href="https://cloud.google.com/blog/topics/healthcare-life-sciences/ensuring-safety-and-quality-in-healthcare-qa-agents" target="_blank" rel="noopener">Google Cloud safety framework architecture โ†’</a>
574
- <span class="dot"></span>
575
- <a href="https://www.nytimes.com/2026/04/06/technology/ai-cybersecurity.html" target="_blank" rel="noopener">NYT: AI agents as attack vectors (April 2026) โ†’</a>
621
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/VERIFICATION_EVIDENCE.md" target="_blank" rel="noopener">Verification evidence โ†’</a>
576
622
  <span class="dot"></span>
577
- <a href="https://www.producthunt.com/products/thumbgate" target="_blank" rel="noopener">Product Hunt โ†’</a>
623
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/THUMBGATE_BENCH.md" target="_blank" rel="noopener">ThumbGate Bench โ†’</a>
578
624
  <span class="dot"></span>
579
625
  <a href="https://github.com/IgorGanapolsky/ThumbGate/actions" target="_blank" rel="noopener">Proof-backed CI โ†’</a>
580
626
  <span class="dot"></span>
581
- <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/RELEASE_CONFIDENCE.md" target="_blank" rel="noopener">Release confidence โ†’</a>
627
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/actions" target="_blank" rel="noopener">CI and proof lanes โ†’</a>
582
628
  <span class="dot"></span>
583
- <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/THUMBGATE_BENCH.md" target="_blank" rel="noopener">ThumbGate Bench โ†’</a>
629
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/RELEASE_CONFIDENCE.md" target="_blank" rel="noopener">Release confidence โ†’</a>
584
630
  <span class="dot"></span>
585
- <a href="https://github.com/IgorGanapolsky/ThumbGate/actions" target="_blank" rel="noopener">CI and proof lanes โ†’</a>
631
+ <a href="https://www.producthunt.com/products/thumbgate" target="_blank" rel="noopener">Product Hunt โ†’</a>
586
632
  <span class="dot"></span>
587
633
  <a href="#compatibility">Claude Code ยท Cursor ยท Codex ยท Gemini ยท Amp ยท OpenCode</a>
588
634
  </div>
589
635
  </div>
590
636
  </section>
591
637
 
638
+ <!-- CODE EXAMPLE โ€” moved up for conversion: show the product immediately after hero -->
639
+ <section class="code-section">
640
+ <div class="container">
641
+ <div class="code-block" style="box-shadow:0 0 40px rgba(34,211,238,0.08);">
642
+ <div class="code-header">
643
+ <div class="code-dot red"></div>
644
+ <div class="code-dot yellow"></div>
645
+ <div class="code-dot green"></div>
646
+ <span>terminal โ€” see it work in 30 seconds</span>
647
+ </div>
648
+ <div class="code-body" style="font-size:14px;">
649
+ <div><span class="comment"># Install in 30 seconds</span></div>
650
+ <div><span class="fn">npx</span> thumbgate init</div>
651
+ <div>&nbsp;</div>
652
+ <div><span class="comment"># Your agent tries to delete production db...</span></div>
653
+ <div><span class="keyword">โ›” Gate blocked:</span> <span class="string">"Never run DROP on production tables"</span></div>
654
+ <div><span class="comment"># Rule auto-generated from your previous ๐Ÿ‘Ž</span></div>
655
+ <div>&nbsp;</div>
656
+ <div><span class="comment"># That's it. One thumbs-down = one permanent gate.</span></div>
657
+ </div>
658
+ </div>
659
+ <p style="text-align:center;margin-top:16px;font-size:14px;color:var(--text-muted);">This is the entire product in 2 lines. Install, give feedback, gates auto-generate.</p>
660
+ </div>
661
+ </section>
662
+
663
+ <section style="padding:28px 0 10px;">
664
+ <div class="container" style="max-width:1240px;">
665
+ <div class="section-label">Status bar proof</div>
666
+ <h2 style="text-align:center;margin-bottom:12px;">See the footer before you ship the next repeat.</h2>
667
+ <p style="text-align:center;font-size:16px;color:var(--text-muted);max-width:860px;margin:0 auto 28px;line-height:1.7;">Claude renders the live ThumbGate footer now. <code>npx thumbgate init --agent codex</code> installs the same Codex hook bundle and writes the ThumbGate <code>statusLine</code> target so you can test it on your local Codex build immediately.</p>
668
+ <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;align-items:start;">
669
+ <figure style="margin:0;">
670
+ <img src="/assets/claude-thumbgate-statusbar.svg" alt="Claude Code terminal footer showing ThumbGate version, plan, thumbs up and thumbs down counts, dashboard, lessons, and latest mistake." style="width:100%;height:auto;display:block;border-radius:14px;border:1px solid var(--border);background:#050816;">
671
+ <figcaption style="margin-top:10px;font-size:14px;color:var(--text-muted);line-height:1.6;">Claude live footer with ThumbGate stats, links, and the latest mistake summary.</figcaption>
672
+ </figure>
673
+ <figure style="margin:0;">
674
+ <img src="/assets/codex-thumbgate-statusbar-test.svg" alt="OpenAI Codex terminal footer on the published ThumbGate test lane." style="width:100%;height:auto;display:block;border-radius:14px;border:1px solid var(--border);background:#050816;">
675
+ <figcaption style="margin-top:10px;font-size:14px;color:var(--text-muted);line-height:1.6;">Codex test lane after the published ThumbGate install path writes PreToolUse, UserPromptSubmit, PostToolUse, SessionStart, and the statusLine target.</figcaption>
676
+ </figure>
677
+ </div>
678
+ </div>
679
+ </section>
680
+
681
+ <!-- CLAUDE CODE SECTION -->
682
+ <section class="gpt-path" id="claude-code-section">
683
+ <div class="container">
684
+ <div class="gpt-panel" style="border-color:rgba(217,119,6,0.3);background:linear-gradient(135deg, rgba(217,119,6,0.06) 0%, rgba(34,211,238,0.04) 100%);">
685
+ <div class="section-label" style="text-align:left;color:#d97706;">Claude Code ยท Claude Desktop ยท Claude Extension</div>
686
+ <h2>The fastest path for Claude users: install the extension and start blocking mistakes.</h2>
687
+ <p>ThumbGate ships a published Claude Desktop extension bundle (<code>.mcpb</code>) you can install today. Claude Code users can also add the repo marketplace plugin immediately. No waiting for directory approval.</p>
688
+ <div class="gpt-steps">
689
+ <div class="gpt-step">
690
+ <strong>1. Install for Claude Code</strong>
691
+ <p>Run <code>npx thumbgate init --agent claude-code</code> or add via <code>claude mcp add thumbgate -- npx --yes --package thumbgate thumbgate serve</code></p>
692
+ </div>
693
+ <div class="gpt-step">
694
+ <strong>2. Or install the Claude Extension</strong>
695
+ <p>Download the <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" style="color:#d97706;font-weight:600;">.mcpb bundle</a> for Claude Desktop, or use the repo marketplace: <code>/plugin marketplace add IgorGanapolsky/ThumbGate</code></p>
696
+ </div>
697
+ <div class="gpt-step">
698
+ <strong>3. Give feedback, gates auto-generate</strong>
699
+ <p>Type <code>thumbs down</code> when Claude makes a mistake. ThumbGate distills a lesson from up to 8 prior entries and blocks the pattern permanently via PreToolUse hooks.</p>
700
+ </div>
701
+ </div>
702
+ <div style="display:flex;gap:12px;flex-wrap:wrap;">
703
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" class="btn-gpt-page" target="_blank" rel="noopener" onclick="posthog.capture('claude_section_extension_click',{cta:'install_claude_extension'})" style="background:#d97706;color:#fff;">Download Claude Extension (.mcpb)</a>
704
+ <a href="/guides/claude-desktop" class="btn-free" style="display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;">Claude Desktop setup guide</a>
705
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/.claude-plugin/README.md" class="btn-free" target="_blank" rel="noopener" style="display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;">Claude plugin docs</a>
706
+ </div>
707
+ <p class="gpt-note"><strong>Claude Code Skill:</strong> Type <code>/thumbgate</code> in any Claude Code session. Auto-triggers on โ€œgateโ€, โ€œfeedbackโ€, โ€œblock mistakeโ€. Free skill on top of the same local gateway.</p>
708
+ </div>
709
+ </div>
710
+ </section>
711
+
712
+ <!-- CHATGPT GPT SECTION -->
592
713
  <section class="gpt-path" id="thumbgate-gpt">
593
714
  <div class="container">
594
715
  <div class="gpt-panel">
@@ -598,7 +719,7 @@ __GA_BOOTSTRAP__
598
719
  <div class="gpt-steps">
599
720
  <div class="gpt-step">
600
721
  <strong>1. Try the live GPT</strong>
601
- <p>Paste a proposed command, file edit, merge, deploy, payment, email, or API call and ask whether to allow, block, or checkpoint it.</p>
722
+ <p>Paste a proposed command, file edit, merge, deploy, or API call and ask whether to allow, block, or checkpoint it.</p>
602
723
  </div>
603
724
  <div class="gpt-step">
604
725
  <strong>2. Save the signal</strong>
@@ -623,9 +744,19 @@ __GA_BOOTSTRAP__
623
744
  <div class="section-label">Compatibility</div>
624
745
  <h2 class="section-title">One gateway across the agent surfaces you already use</h2>
625
746
  <div class="compatibility-grid">
747
+ <a class="compat-card" href="/guides/claude-desktop" style="border-color:rgba(217,119,6,0.3);background:linear-gradient(135deg, rgba(217,119,6,0.06) 0%, var(--bg-card) 100%);">
748
+ <h3>๐Ÿงฉ Claude Desktop Extension</h3>
749
+ <p>Install the published Claude Desktop plugin <code>.mcpb</code> bundle today. Claude Code users can add the repo marketplace immediately with <code>/plugin marketplace add</code>. No waiting for directory approval.</p>
750
+ <div class="card-arrow" style="color:#d97706;">Get the Claude plugin โ†’</div>
751
+ </a>
752
+ <a class="compat-card seo-card" href="https://github.com/IgorGanapolsky/ThumbGate/tree/main/.claude/skills/thumbgate" target="_blank" rel="noopener">
753
+ <h3>โšก Claude Code Skill</h3>
754
+ <p>Type <code>/thumbgate</code> in any Claude Code session. Auto-triggers on "gate", "feedback", "block mistake". Free skill on top of the same local gateway teams later harden into a shared workflow.</p>
755
+ <div class="card-arrow">View skill on GitHub โ†’</div>
756
+ </a>
626
757
  <a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/plugins/claude-codex-bridge/INSTALL.md" target="_blank" rel="noopener">
627
758
  <h3>๐Ÿค– AI CLIs</h3>
628
- <p>Claude Code, Claw-code, Codex, Gemini CLI, Amp, and OpenCode all use the same gateway and memory model. Any MCP-compatible agent gets pre-action gates, feedback memory, and enforcement out of the box.</p>
759
+ <p>Claude Code, Codex, Gemini CLI, Amp, and OpenCode all use the same gateway and memory model. Any MCP-compatible agent gets pre-action gates, feedback memory, and enforcement out of the box.</p>
629
760
  <div class="card-arrow">View setup guide โ†’</div>
630
761
  </a>
631
762
  <a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/plugins/codex-profile/INSTALL.md" target="_blank" rel="noopener">
@@ -633,25 +764,15 @@ __GA_BOOTSTRAP__
633
764
  <p>Codex ships with a published standalone ThumbGate plugin bundle plus a repo-local plugin profile. Download the zip, extract it, and install without wiring MCP by hand.</p>
634
765
  <div class="card-arrow">Get the Codex plugin โ†’</div>
635
766
  </a>
636
- <a class="compat-card" href="/go/gpt?utm_source=website&utm_medium=compatibility&utm_campaign=chatgpt_gpt&cta_id=compat_open_gpt&cta_placement=compatibility" target="_blank" rel="noopener">
637
- <h3>๐Ÿ’ฌ ChatGPT GPT Actions</h3>
638
- <p>Open the ThumbGate GPT to check proposed AI actions, capture thumbs-up/down lessons, and get setup guidance. Real blocking for coding agents still runs locally after <code>npx thumbgate init</code>.</p>
639
- <div class="card-arrow">Open ThumbGate GPT โ†’</div>
640
- </a>
641
- <a class="compat-card" href="/guides/claude-desktop">
642
- <h3>๐Ÿงฉ Claude Desktop plugin</h3>
643
- <p>Install the published <code>.mcpb</code> bundle today, point buyers at the submission packet, and let Claude Code users add the repo marketplace while the official directory review is still pending.</p>
644
- <div class="card-arrow">Get the Claude plugin โ†’</div>
645
- </a>
646
767
  <a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/tree/main/plugins" target="_blank" rel="noopener">
647
768
  <h3>โœ๏ธ Editor workflows</h3>
648
769
  <p>Cursor ships with a bundled marketplace plugin. VS Code works when you run an MCP-compatible agent inside it.</p>
649
770
  <div class="card-arrow">Browse plugins โ†’</div>
650
771
  </a>
651
- <a class="compat-card seo-card" href="https://github.com/IgorGanapolsky/ThumbGate/tree/main/.claude/skills/thumbgate" target="_blank" rel="noopener">
652
- <h3>โšก Claude Code Skill</h3>
653
- <p>Type <code>/thumbgate</code> in any Claude Code session. Auto-triggers on "gate", "feedback", "block mistake". Free skill on top of the same local gateway teams later harden into a shared workflow.</p>
654
- <div class="card-arrow">View skill on GitHub โ†’</div>
772
+ <a class="compat-card" href="/go/gpt?utm_source=website&utm_medium=compatibility&utm_campaign=chatgpt_gpt&cta_id=compat_open_gpt&cta_placement=compatibility" target="_blank" rel="noopener">
773
+ <h3>๐Ÿ’ฌ ChatGPT GPT Actions</h3>
774
+ <p>Open the ThumbGate GPT to check proposed AI actions, capture thumbs-up/down lessons, and get setup guidance. Real blocking for coding agents still runs locally after <code>npx thumbgate init</code>.</p>
775
+ <div class="card-arrow">Open ThumbGate GPT โ†’</div>
655
776
  </a>
656
777
  </div>
657
778
  </div>
@@ -751,7 +872,7 @@ __GA_BOOTSTRAP__
751
872
  <!-- HOW IT WORKS -->
752
873
  <section class="how-it-works" id="how-it-works">
753
874
  <div class="container">
754
- <div class="section-label">New in v1.5.0</div>
875
+ <div class="section-label">New in v1.5.1</div>
755
876
  <h2 class="section-title">Three steps to stop repeated AI failures</h2>
756
877
  <div class="steps">
757
878
  <div class="step">
@@ -894,21 +1015,21 @@ __GA_BOOTSTRAP__
894
1015
  <section class="pricing" id="pricing">
895
1016
  <div class="container">
896
1017
  <div class="section-label">Pricing</div>
897
- <h2 class="section-title">Install free. Pro adds enforcement proof. Team shares it across seats.</h2>
1018
+ <h2 class="section-title">Stop paying for agent mistakes you already fixed.</h2>
898
1019
  <div class="pricing-grid">
899
1020
  <div class="price-card free-highlight" style="border-color:var(--cyan);box-shadow:0 0 40px var(--cyan-dim), inset 0 1px 0 rgba(34,211,238,0.15);position:relative;">
900
- <div style="position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--cyan);color:#000;padding:4px 16px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;white-space:nowrap;">Most Popular</div>
901
1021
  <div class="tier" style="color:var(--cyan);">Free</div>
902
1022
  <div class="price">$0</div>
903
- <div class="price-sub">Forever free ยท CLI-first local enforcement for one developer</div>
904
- <p style="font-size:13px;color:#aaa;margin-bottom:16px;">For solo developers who want to stop the same agent mistake from showing up twice and prove one blocked repeat before a team rollout conversation exists.</p>
1023
+ <div class="price-sub">See how it works. Hit the wall. Then decide.</div>
1024
+ <p style="font-size:13px;color:#aaa;margin-bottom:16px;">3 captures, 1 rule, 1 agent. Enough to prove the enforcement loop works. When you need more, you will know.</p>
905
1025
  <ul>
906
- <li>3 feedback captures/day ยท 5 lesson searches/day ยท unlimited recall</li>
907
- <li>5 auto-promoted gates plus the core safety policy</li>
1026
+ <li><strong>3 feedback captures total</strong> (not per day)</li>
1027
+ <li>1 prevention rule</li>
1028
+ <li>1 agent</li>
1029
+ <li>No recall or lesson search</li>
1030
+ <li>No exports</li>
908
1031
  <li>All MCP integrations (Claude Code, Cursor, Codex, etc.)</li>
909
1032
  <li>PreToolUse hook blocking</li>
910
- <li>Local SQLite lesson DB</li>
911
- <li>Unified context assembly โ€” one call gets session, lessons, guards, and code-graph</li>
912
1033
  <li><a href="/guide" style="color:var(--cyan);text-decoration:underline;">Setup guide for all agents โ†’</a></li>
913
1034
  </ul>
914
1035
  <div class="hero-install" onclick="copyInstall(this)" title="Click to copy" style="margin-bottom:12px;width:100%;justify-content:center;">
@@ -922,9 +1043,9 @@ __GA_BOOTSTRAP__
922
1043
  <div class="tier">Solo Pro</div>
923
1044
  <div class="price">$19<span style="font-size:16px;color:var(--text-dim)">/mo</span></div>
924
1045
  <div class="price-sub">or $149/yr (save 35%) ยท Personal dashboard + enforcement proof</div>
925
- <p style="font-size:13px;color:var(--cyan);margin-bottom:16px;font-weight:500;">For an individual operator who wants the gate debugger, personal dashboard, proof-ready exports, and export-ready evidence without starting the team rollout motion.</p>
1046
+ <p style="font-size:13px;color:var(--cyan);margin-bottom:16px;font-weight:500;">Unlimited captures, unlimited rules, full recall. $19/mo costs less than 20 minutes of re-fixing a mistake your agent already learned to avoid.</p>
926
1047
  <div class="pro-upgrade-triggers" style="font-size:12px;color:#aaa;margin-bottom:12px;">
927
- <strong style="color:#fff;">Choose Pro when:</strong> you want review-ready evidence, need your own dashboard, or need to show which mistakes were blocked.
1048
+ <strong style="color:#fff;">No credit card required.</strong> 7-day free trial. Cancel anytime. Your rules and captures stay local.
928
1049
  </div>
929
1050
  <div class="dashboard-preview" style="margin-bottom:16px;border:1px solid #333;border-radius:8px;overflow:hidden;">
930
1051
  <div style="background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:16px;text-align:center;">
@@ -948,20 +1069,25 @@ __GA_BOOTSTRAP__
948
1069
  <li>Review-ready workflow support โ€” we help you wire the riskiest flows first: migrations, force-pushes, deploys, and CI</li>
949
1070
  </ul>
950
1071
  <div class="trial-badge" style="background:var(--cyan);color:#000;display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;margin-bottom:12px;">7-DAY FREE TRIAL</div>
1072
+ <div style="display:flex;gap:8px;margin-bottom:12px;">
1073
+ <input type="email" id="pro-email" data-buyer-email placeholder="you@company.com" style="flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-raised);color:var(--text);font-size:14px;">
1074
+ <a href="/go/pro?utm_source=website&utm_medium=pricing_card&utm_campaign=pro_upgrade&cta_id=pricing_pro_upgrade&cta_placement=pricing&plan_id=pro&landing_path=%2F" id="pro-checkout-link" class="btn-pro" onclick="handleProTrial();return false;" style="display:flex;align-items:center;padding:10px 20px;font-size:14px;white-space:nowrap;">Start Free Trial</a>
1075
+ </div>
951
1076
  <a href="/go/pro?utm_source=website&utm_medium=pricing_card&utm_campaign=pro_upgrade&cta_id=pricing_pro_upgrade&cta_placement=pricing&plan_id=pro&landing_path=%2F" class="btn-pro" onclick="posthog.capture('pricing_cta_click',{cta:'pro_upgrade',plan:'pro'})" style="display:block;width:100%;text-align:center;padding:12px;font-size:15px;">Upgrade to Pro โ€” $19/mo</a>
952
- <p style="font-size:11px;color:#666;margin-top:8px;">Start with the free CLI. Upgrade after one real blocked repeat when you hit the 3 captures/day limit or need dashboard proof, DPO export, and export-ready evidence.</p>
1077
+ <p style="font-size:11px;color:#666;margin-top:8px;">No credit card required. Cancel anytime. Your rules and captures stay local.</p>
953
1078
  </div>
954
1079
  <div class="price-card team">
955
1080
  <div class="tier">Team</div>
956
- <div class="price">$99<span style="font-size:16px;color:var(--text-dim)">/seat/mo</span></div>
957
- <div class="price-sub">3-seat minimum ยท intake-led rollout for the first workflow</div>
958
- <p style="font-size:13px;color:var(--green);margin-bottom:16px;font-weight:500;">For teams shipping AI-generated changes across shared repos who need one correction to protect every reviewer and runtime. This is the primary buying motion.</p>
1081
+ <div class="price">$49<span style="font-size:16px;color:var(--text-dim)">/seat/mo</span></div>
1082
+ <div class="price-sub">3-seat minimum ยท One engineer's correction protects the whole team</div>
1083
+ <p style="font-size:13px;color:var(--green);margin-bottom:16px;font-weight:500;">When one engineer teaches the agent not to delete staging data, that lesson applies to every agent on the team. Stop paying the same mistake tax across different developers.</p>
959
1084
  <div class="pro-upgrade-triggers" style="font-size:12px;color:#aaa;margin-bottom:12px;">
960
- <strong style="color:#fff;">Best first paid motion:</strong> one workflow, one owner, one proof review. Qualify the blocker first, then expand into seats.
1085
+ <strong style="color:#fff;">Previously $49/seat.</strong> Now $49/seat. Start with one repo, one workflow, one repeat failure.
961
1086
  </div>
962
1087
  <ul>
963
1088
  <li>Workflow hardening sprint โ€” map one painful workflow, one repeated failure, and one buyer proof review before wider rollout</li>
964
1089
  <li>Shared enforcement memory โ€” a shared lesson database where one developer's ๐Ÿ‘Ž on a bad migration protects every agent on the team</li>
1090
+ <li>Team lesson export/import โ€” export lessons from one project, import into another. Deduplication, provenance tracking, and <code>team-import</code> tagging built in. One team's hard-won lessons become every team's prevention rules</li>
965
1091
  <li>Org dashboard โ€” active agents, gate hit rates, risk agents, and proof-backed team metrics in one place</li>
966
1092
  <li>Hosted review views โ€” constrained cards, lists, and callouts for rollout, incident, and audit visibility</li>
967
1093
  <li>Gate template library โ€” pre-built guardrails for force-pushes, skipped tests, destructive SQL, and evidence-before-done</li>
@@ -971,7 +1097,7 @@ __GA_BOOTSTRAP__
971
1097
  <li>Proof pack โ€” attach verification evidence and rollout diagnostics so the buyer does not have to trust a demo</li>
972
1098
  </ul>
973
1099
  <a href="#workflow-sprint-intake" class="btn-team">Start Workflow Hardening Sprint</a>
974
- <p style="font-size:11px;color:#666;margin-top:8px;">Team pricing anchors at $99/seat/mo with a 3-seat minimum after qualification. The first step is a 30-minute intake around one real blocker.</p>
1100
+ <p style="font-size:11px;color:#666;margin-top:8px;">$49/seat/mo with a 3-seat minimum. Start with a 30-minute intake around one real blocker.</p>
975
1101
  </div>
976
1102
  </div>
977
1103
  </div>
@@ -982,7 +1108,9 @@ __GA_BOOTSTRAP__
982
1108
  <div class="section-label">Team Pilot</div>
983
1109
  <h2 class="section-title">Start with one repo, one workflow, one repeat failure</h2>
984
1110
  <p style="color:var(--text-dim);max-width:720px;margin:0 auto 16px;">This is the fastest path to first paid value for teams. Start with one workflow, one owner, and one blocker. The intake is designed to prove that ThumbGate reduces review churn, rollout risk, or repeated agent mistakes before a wider rollout.</p>
985
- <form class="team-form" action="/v1/intake/workflow-sprint" method="POST">
1111
+ <details style="max-width:860px;margin:0 auto;">
1112
+ <summary style="cursor:pointer;color:var(--green);font-size:16px;font-weight:600;text-align:center;padding:16px;border:1px solid rgba(74,222,128,0.3);border-radius:12px;list-style:none;">Open Team Pilot Intake Form โ†’</summary>
1113
+ <form class="team-form" action="/v1/intake/workflow-sprint" method="POST" style="margin-top:16px;">
986
1114
  <input type="hidden" name="ctaId" value="workflow_sprint_intake">
987
1115
  <input type="hidden" name="ctaPlacement" value="team_pricing">
988
1116
  <input type="hidden" name="planId" value="team">
@@ -997,6 +1125,7 @@ __GA_BOOTSTRAP__
997
1125
  <button type="submit" class="btn-team">Start Team Pilot Intake</button>
998
1126
  </div>
999
1127
  </form>
1128
+ </details>
1000
1129
  </div>
1001
1130
  </section>
1002
1131
 
@@ -1036,7 +1165,7 @@ __GA_BOOTSTRAP__
1036
1165
  </div>
1037
1166
  <div class="faq-item">
1038
1167
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">Do I need a cloud account?</div>
1039
- <div class="faq-a">No. Free keeps local enforcement on your machine with 3 daily feedback captures, 5 lesson searches, unlimited recall, gates, and hook blocking. No cloud account is required. The business starts when a team wants shared rules, approval boundaries, hosted review views, org dashboard visibility, and proof that survives handoffs. Pro is the optional solo side lane for a personal dashboard and DPO export.</div>
1168
+ <div class="faq-a">No. Free keeps local enforcement on your machine with 3 daily feedback captures, 5 lesson searches, unlimited recall, gates, and hook blocking. No cloud account is required. The business starts when a team wants shared rules, approval boundaries, hosted review views, org dashboard visibility, and proof that survives handoffs. Pro is the optional solo side lane for a personal dashboard, DPO export, and team lesson export/import โ€” share lessons across projects so one team's mistakes become every team's prevention rules.</div>
1040
1169
  </div>
1041
1170
  <div class="faq-item">
1042
1171
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What if my thumbs-down is vague?</div>
@@ -1044,11 +1173,11 @@ __GA_BOOTSTRAP__
1044
1173
  </div>
1045
1174
  <div class="faq-item">
1046
1175
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">How are pre-action gates different from prompt rules?</div>
1047
- <div class="faq-a">Prompt rules are suggestions that agents can ignore. Pre-Action Gates are enforcement โ€” they block the action before execution. Gates are auto-generated from your human-in-the-loop feedback and use Thompson Sampling to adapt over time.</div>
1176
+ <div class="faq-a">Prompt rules are a starting point, not a finish line. Without prompt evaluation you do not know whether they still hold up under real tool use. ThumbGate adds the human-in-the-loop measurement loop and the enforcement layer: proof lanes, ThumbGate Bench, and self-heal checks show whether behavior improved, and Pre-Action Gates block the action before execution when it did not.</div>
1048
1177
  </div>
1049
1178
  <div class="faq-item">
1050
1179
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What does Pro cost?</div>
1051
- <div class="faq-a">Pro is $19/mo or $149/yr (save 35%) for individual operators. Team pricing anchors at $99/seat/mo with a 3-seat minimum, and team buyers start with the workflow sprint intake instead of a blind org-wide rollout.</div>
1180
+ <div class="faq-a">Pro is $19/mo or $149/yr for individual operators. Team is $49/seat/mo with a 3-seat minimum. Both start with a 7-day free trial, no credit card required.</div>
1052
1181
  </div>
1053
1182
  </div>
1054
1183
  </div>
@@ -1057,9 +1186,9 @@ __GA_BOOTSTRAP__
1057
1186
  <!-- NEWSLETTER SIGNUP -->
1058
1187
  <section class="compatibility" id="newsletter" style="padding: 48px 0;">
1059
1188
  <div class="container" style="text-align: center;">
1060
- <div class="section-label">Buyer Follow-Up</div>
1061
- <h2 class="section-title" style="margin-bottom: 16px;">Not ready to buy today? Keep the sprint brief, demo, and discovery notes one click away.</h2>
1062
- <p style="color: var(--text-dim); margin-bottom: 24px; max-width: 560px; margin-left: auto; margin-right: auto;">Save your work email for the workflow sprint brief, new gate patterns, and buyer-facing proof updates. If you later choose the solo Pro checkout, we keep that path prefilled on this device too.</p>
1189
+ <div class="section-label">Stay Updated</div>
1190
+ <h2 class="section-title" style="margin-bottom: 16px;">Get notified when we ship new gates and integrations.</h2>
1191
+ <p style="color: var(--text-dim); margin-bottom: 24px; max-width: 560px; margin-left: auto; margin-right: auto;">Join the mailing list for new gate patterns, agent integration updates, and product news. If you later choose Pro, we keep checkout prefilled on this device.</p>
1063
1192
  <form action="/api/newsletter" method="POST" data-newsletter-form data-page="homepage" data-intent="buyer_follow_up" style="display: flex; gap: 8px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center;">
1064
1193
  <input type="email" name="email" data-buyer-email placeholder="you@company.com" required style="flex: 1; min-width: 220px; padding: 12px 16px; border: 1px solid var(--border); border-radius: 8px; background: var(--bg-raised); color: var(--text); font-size: 15px;">
1065
1194
  <button type="submit" style="padding: 12px 24px; background: var(--cyan); color: #000; border: none; border-radius: 8px; font-weight: 600; font-size: 15px; cursor: pointer;">Get sprint brief + updates</button>
@@ -1072,16 +1201,19 @@ __GA_BOOTSTRAP__
1072
1201
  <section class="final-cta">
1073
1202
  <div class="container">
1074
1203
  <h2>Stop the same mistake before it runs again.</h2>
1075
- <p>Install free. No credit card. No signup. Hit your first gate in 60 seconds. Upgrade to Pro when you need the dashboard and exports.</p>
1204
+ <p>Install free. No credit card. No signup. Hit your first gate in 60 seconds.</p>
1076
1205
  <div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;align-items:center;">
1077
1206
  <div class="hero-install" onclick="copyInstall(this)" title="Click to copy" style="margin-bottom:0;font-size:16px;padding:14px 24px;border:2px solid var(--cyan);">
1078
1207
  <span class="prompt">$</span>
1079
1208
  <span class="cmd">npx thumbgate init</span>
1080
1209
  <span class="copy-hint">click to copy</span>
1081
1210
  </div>
1082
- <a href="/go/install?utm_source=website&utm_medium=homepage_final&utm_campaign=install_free&cta_id=final_install_cli&cta_placement=final_cta" onclick="posthog.capture('final_install_click',{cta:'install_cli'})" class="btn-pro btn-install-link" style="padding:12px 32px;font-size:15px;">Install Free CLI</a>
1083
- <a href="/go/pro?utm_source=website&utm_medium=final_cta&utm_campaign=pro_upgrade&cta_id=final_go_pro&cta_placement=final_cta&plan_id=pro&landing_path=%2F" onclick="posthog.capture('final_pro_click',{cta:'go_pro'})" class="btn-pro" style="padding:10px 24px;font-size:13px;opacity:0.85;">Upgrade to Pro โ€” $19/mo</a>
1084
- <a href="#workflow-sprint-intake" class="btn-team" style="background:var(--green);">Start Workflow Hardening Sprint</a>
1211
+ <a href="/go/install?utm_source=website&utm_medium=homepage_final&utm_campaign=install_free&cta_id=final_install_cli&cta_placement=final_cta" onclick="posthog.capture('final_install_click',{cta:'install_cli'})" class="btn-pro btn-install-link" style="padding:14px 36px;font-size:16px;">Install Free CLI</a>
1212
+ </div>
1213
+ <div style="display:flex;gap:10px;justify-content:center;flex-wrap:wrap;align-items:center;margin-top:12px;opacity:0.7;">
1214
+ <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" class="btn-gpt-page" target="_blank" rel="noopener" onclick="posthog.capture('final_claude_extension_click',{cta:'install_claude_extension'})" style="padding:8px 16px;font-size:12px;background:#d97706;color:#fff;">Install Claude Extension</a>
1215
+ <a href="/go/pro?utm_source=website&utm_medium=final_cta&utm_campaign=pro_upgrade&cta_id=final_go_pro&cta_placement=final_cta&plan_id=pro&landing_path=%2F" onclick="posthog.capture('final_pro_click',{cta:'go_pro'})" class="btn-pro" style="padding:8px 16px;font-size:12px;opacity:0.85;">Upgrade to Pro โ€” $19/mo</a>
1216
+ <a href="#workflow-sprint-intake" class="btn-team" style="padding:8px 16px;font-size:12px;">Start Workflow Hardening Sprint</a>
1085
1217
  </div>
1086
1218
  </div>
1087
1219
  </section>
@@ -1097,7 +1229,7 @@ __GA_BOOTSTRAP__
1097
1229
  <a href="https://www.linkedin.com/in/igorganapolsky" target="_blank" rel="noopener">LinkedIn</a>
1098
1230
  <a href="/blog">Blog</a>
1099
1231
  </div>
1100
- <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.5.0</span>
1232
+ <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.5.1</span>
1101
1233
  </div>
1102
1234
  </footer>
1103
1235