thumbgate 1.4.6 โ†’ 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
 
@@ -298,6 +299,14 @@ __GA_BOOTSTRAP__
298
299
  .hero-install .cmd { color: var(--cyan); }
299
300
  .hero-install .copy-hint { font-size: 11px; color: var(--text-muted); font-family: var(--font); margin-left: 8px; }
300
301
  .hero-install .copied { color: var(--green); }
302
+ .first-gate-card { max-width: 820px; margin: 0 auto 28px; text-align: left; border: 1px solid rgba(34,211,238,0.28); background: linear-gradient(135deg, rgba(34,211,238,0.08) 0%, rgba(74,222,128,0.06) 100%); border-radius: 14px; padding: 22px; box-shadow: 0 18px 60px rgba(0,0,0,0.22); }
303
+ .first-gate-card h2 { font-size: clamp(22px, 3vw, 30px); line-height: 1.15; margin-bottom: 8px; letter-spacing: -0.025em; }
304
+ .first-gate-card p { max-width: none; margin: 0 0 16px; color: var(--text-muted); font-size: 15px; }
305
+ .first-gate-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
306
+ .first-gate-step { border: 1px solid var(--border); border-radius: 10px; background: rgba(10,10,11,0.62); padding: 14px; }
307
+ .first-gate-step strong { display: block; color: var(--cyan); margin-bottom: 6px; }
308
+ .first-gate-step p { font-size: 13px; line-height: 1.5; margin: 0; }
309
+ .first-gate-example { font-family: var(--mono); color: var(--green); background: rgba(74,222,128,0.08); border: 1px solid rgba(74,222,128,0.24); border-radius: 8px; padding: 10px 12px; font-size: 12px; margin-top: 12px; overflow-x: auto; }
301
310
 
302
311
  /* SOCIAL PROOF BAR */
303
312
  .proof-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; font-size: 13px; color: var(--text-muted); padding: 0 0 8px; }
@@ -443,10 +452,27 @@ __GA_BOOTSTRAP__
443
452
  .footer-links a:hover { color: var(--text); }
444
453
  .footer-copy { font-size: 12px; color: var(--text-muted); }
445
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
+
446
471
  /* RESPONSIVE */
447
472
  @media (max-width: 700px) {
448
473
  .steps { grid-template-columns: 1fr; }
449
474
  .compatibility-grid { grid-template-columns: 1fr; }
475
+ .first-gate-steps { grid-template-columns: 1fr; }
450
476
  .gpt-steps { grid-template-columns: 1fr; }
451
477
  .seo-grid { grid-template-columns: 1fr; }
452
478
  .pricing-grid { grid-template-columns: 1fr; }
@@ -478,17 +504,19 @@ __GA_BOOTSTRAP__
478
504
  <a href="#" class="nav-logo"><span>๐Ÿ‘๐Ÿ‘Ž</span> ThumbGate</a>
479
505
  <div class="nav-links">
480
506
  <a href="#how-it-works">How It Works</a>
481
- <a href="#compatibility">Compatibility</a>
482
- <a href="#compare-guides">Comparisons</a>
483
507
  <a href="#pricing">Pricing</a>
484
508
  <a href="#faq">FAQ</a>
485
509
  <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
486
- <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>
487
513
  <a href="/learn">Learn</a>
488
- <a href="/compare">Compare</a>
489
- <a href="/dashboard">Dashboard Demo</a>
490
- <a href="#workflow-sprint-intake" onclick="posthog.capture('workflow_sprint')">Start Sprint</a>
491
- <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>
492
520
  </div>
493
521
  </div>
494
522
  </nav>
@@ -497,13 +525,38 @@ __GA_BOOTSTRAP__
497
525
  <section class="hero">
498
526
  <div class="container">
499
527
  <div class="hero-thumbs">๐Ÿ‘๐Ÿ‘Ž</div>
500
- <div class="hero-badge">โ— Stop costly AI mistakes before they run</div>
501
- <h1>Stop AI agents before<br>they make costly mistakes.</h1>
502
- <p style="font-size:18px;color:var(--text-muted);max-width:640px;margin:0 auto 20px;line-height:1.6;">Paste a risky command, file edit, deploy, payment, API call, or email into the live ThumbGate GPT for allow, block, or checkpoint guidance.<br><strong style="color:var(--text)">Then enforce locally with <code>npx thumbgate init</code> where your agent actually executes.</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>
503
556
  <div class="hero-signals">
504
- <div class="signal-pill signal-down">๐Ÿ‘Ž Prevent expensive mistakes: force-pushes, destructive SQL, bad deploys</div>
505
- <div class="signal-pill signal-up">โœ… Fix it once, then block the repeat before the next tool call</div>
506
- <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>
507
560
  </div>
508
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>
509
562
  <div class="hero-actions" style="margin-top:32px;">
@@ -513,67 +566,164 @@ __GA_BOOTSTRAP__
513
566
  <span class="copy-hint">click to copy</span>
514
567
  </div>
515
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>
516
- <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>
517
- <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>
518
- <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>
519
- <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>
520
582
  </div>
521
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>
522
- <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>
590
+ <div class="first-gate-card" id="first-gate">
591
+ <div class="section-label" style="text-align:left;margin-bottom:8px;">First-Dollar Activation Path</div>
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>
594
+ <div class="first-gate-steps">
595
+ <div class="first-gate-step">
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>
598
+ </div>
599
+ <div class="first-gate-step">
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>
602
+ </div>
603
+ <div class="first-gate-step">
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>
606
+ </div>
607
+ </div>
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>
609
+ </div>
523
610
  <div class="proof-bar">
524
- <a href="/guide" rel="noopener">CLI-first setup guide โ†’</a>
525
- <span class="dot"></span>
526
- <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-claude-desktop.mcpb" target="_blank" rel="noopener">Claude plugin bundle โ†’</a>
527
- <span class="dot"></span>
528
- <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>
529
612
  <span class="dot"></span>
530
613
  <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/.claude-plugin/README.md" target="_blank" rel="noopener">Claude marketplace install โ†’</a>
531
614
  <span class="dot"></span>
532
- <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>
533
- <span class="dot"></span>
534
- <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>
535
616
  <span class="dot"></span>
536
617
  <a href="https://github.com/IgorGanapolsky/ThumbGate/releases/latest/download/thumbgate-codex-plugin.zip" target="_blank" rel="noopener">Codex plugin download โ†’</a>
537
618
  <span class="dot"></span>
538
- <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/docs/VERIFICATION_EVIDENCE.md" target="_blank" rel="noopener">Verification evidence โ†’</a>
539
- <span class="dot"></span>
540
- <a href="https://arxiv.org/abs/2603.18743" target="_blank" rel="noopener">Research-backed (Memento-Skills, arXiv 2603.18743) โ†’</a>
541
- <span class="dot"></span>
542
- <a href="https://blog.langchain.dev/continual-learning-for-ai-agents/" target="_blank" rel="noopener">Three-layer continual learning (LangChain) โ†’</a>
543
- <span class="dot"></span>
544
- <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>
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>
545
620
  <span class="dot"></span>
546
- <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>
547
622
  <span class="dot"></span>
548
- <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>
549
624
  <span class="dot"></span>
550
625
  <a href="https://github.com/IgorGanapolsky/ThumbGate/actions" target="_blank" rel="noopener">Proof-backed CI โ†’</a>
551
626
  <span class="dot"></span>
552
- <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>
553
628
  <span class="dot"></span>
554
- <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>
555
630
  <span class="dot"></span>
556
- <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>
557
632
  <span class="dot"></span>
558
633
  <a href="#compatibility">Claude Code ยท Cursor ยท Codex ยท Gemini ยท Amp ยท OpenCode</a>
559
634
  </div>
560
635
  </div>
561
636
  </section>
562
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 -->
563
713
  <section class="gpt-path" id="thumbgate-gpt">
564
714
  <div class="container">
565
715
  <div class="gpt-panel">
566
716
  <div class="section-label" style="text-align:left;">ChatGPT Entry Point ยท Live ThumbGate GPT for ChatGPT</div>
567
- <h2>Open the GPT. Check the action. Turn the lesson into a gate.</h2>
568
- <p>ThumbGate should meet users where they already ask AI for help. The live GPT is the lowest-friction way to prevent an expensive AI mistake before installing anything.</p>
717
+ <h2>Open the GPT. Give typed thumbs feedback. Turn the lesson into a gate.</h2>
718
+ <p>ThumbGate should meet users where they already ask AI for help. The live GPT is the lowest-friction way to capture a useful thumbs-up/down lesson, check a risky action, and prove the enforcement loop before installing anything.</p>
569
719
  <div class="gpt-steps">
570
720
  <div class="gpt-step">
571
721
  <strong>1. Try the live GPT</strong>
572
- <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>
573
723
  </div>
574
724
  <div class="gpt-step">
575
725
  <strong>2. Save the signal</strong>
576
- <p>Reply with <code>thumbs up:</code> or <code>thumbs down:</code> plus one concrete sentence. One signal becomes one remembered rule.</p>
726
+ <p>Reply in chat with <code>thumbs up:</code> or <code>thumbs down:</code> plus one concrete sentence. Do not rely on ChatGPT's native rating buttons for ThumbGate memory.</p>
577
727
  </div>
578
728
  <div class="gpt-step">
579
729
  <strong>3. Enforce locally</strong>
@@ -584,7 +734,7 @@ __GA_BOOTSTRAP__
584
734
  <a href="/go/gpt?utm_source=website&utm_medium=gpt_section&utm_campaign=chatgpt_gpt&cta_id=gpt_path_open_gpt&cta_placement=gpt_section" class="btn-gpt-page" target="_blank" rel="noopener" onclick="posthog.capture('gpt_path_cta_click',{cta:'open_gpt'})">Open ThumbGate GPT</a>
585
735
  <a href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/adapters/chatgpt/INSTALL.md" class="btn-free" target="_blank" rel="noopener" style="display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;">ChatGPT Actions setup</a>
586
736
  </div>
587
- <p class="gpt-note"><strong>Plain English rule:</strong> ChatGPT is the discovery and memory surface for advice, checkpointing, and typed feedback capture. The hard Reliability Gateway still runs in the local agent or CI lane.</p>
737
+ <p class="gpt-note"><strong>Plain English rule:</strong> ChatGPT is the discovery and memory surface for advice, checkpointing, and typed feedback capture. One typed signal becomes one remembered rule. The hard Reliability Gateway still runs in the local agent or CI lane.</p>
588
738
  </div>
589
739
  </div>
590
740
  </section>
@@ -594,9 +744,19 @@ __GA_BOOTSTRAP__
594
744
  <div class="section-label">Compatibility</div>
595
745
  <h2 class="section-title">One gateway across the agent surfaces you already use</h2>
596
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>
597
757
  <a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/plugins/claude-codex-bridge/INSTALL.md" target="_blank" rel="noopener">
598
758
  <h3>๐Ÿค– AI CLIs</h3>
599
- <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>
600
760
  <div class="card-arrow">View setup guide โ†’</div>
601
761
  </a>
602
762
  <a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/blob/main/plugins/codex-profile/INSTALL.md" target="_blank" rel="noopener">
@@ -604,25 +764,15 @@ __GA_BOOTSTRAP__
604
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>
605
765
  <div class="card-arrow">Get the Codex plugin โ†’</div>
606
766
  </a>
607
- <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">
608
- <h3>๐Ÿ’ฌ ChatGPT GPT Actions</h3>
609
- <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>
610
- <div class="card-arrow">Open ThumbGate GPT โ†’</div>
611
- </a>
612
- <a class="compat-card" href="/guides/claude-desktop">
613
- <h3>๐Ÿงฉ Claude Desktop plugin</h3>
614
- <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>
615
- <div class="card-arrow">Get the Claude plugin โ†’</div>
616
- </a>
617
767
  <a class="compat-card" href="https://github.com/IgorGanapolsky/ThumbGate/tree/main/plugins" target="_blank" rel="noopener">
618
768
  <h3>โœ๏ธ Editor workflows</h3>
619
769
  <p>Cursor ships with a bundled marketplace plugin. VS Code works when you run an MCP-compatible agent inside it.</p>
620
770
  <div class="card-arrow">Browse plugins โ†’</div>
621
771
  </a>
622
- <a class="compat-card seo-card" href="https://github.com/IgorGanapolsky/ThumbGate/tree/main/.claude/skills/thumbgate" target="_blank" rel="noopener">
623
- <h3>โšก Claude Code Skill</h3>
624
- <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>
625
- <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>
626
776
  </a>
627
777
  </div>
628
778
  </div>
@@ -722,7 +872,7 @@ __GA_BOOTSTRAP__
722
872
  <!-- HOW IT WORKS -->
723
873
  <section class="how-it-works" id="how-it-works">
724
874
  <div class="container">
725
- <div class="section-label">New in v1.4.6</div>
875
+ <div class="section-label">New in v1.5.1</div>
726
876
  <h2 class="section-title">Three steps to stop repeated AI failures</h2>
727
877
  <div class="steps">
728
878
  <div class="step">
@@ -865,21 +1015,21 @@ __GA_BOOTSTRAP__
865
1015
  <section class="pricing" id="pricing">
866
1016
  <div class="container">
867
1017
  <div class="section-label">Pricing</div>
868
- <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>
869
1019
  <div class="pricing-grid">
870
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;">
871
- <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>
872
1021
  <div class="tier" style="color:var(--cyan);">Free</div>
873
1022
  <div class="price">$0</div>
874
- <div class="price-sub">Forever free ยท CLI-first local enforcement for one developer</div>
875
- <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 local value 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>
876
1025
  <ul>
877
- <li>3 feedback captures/day ยท 5 lesson searches/day ยท unlimited recall</li>
878
- <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>
879
1031
  <li>All MCP integrations (Claude Code, Cursor, Codex, etc.)</li>
880
1032
  <li>PreToolUse hook blocking</li>
881
- <li>Local SQLite lesson DB</li>
882
- <li>Unified context assembly โ€” one call gets session, lessons, guards, and code-graph</li>
883
1033
  <li><a href="/guide" style="color:var(--cyan);text-decoration:underline;">Setup guide for all agents โ†’</a></li>
884
1034
  </ul>
885
1035
  <div class="hero-install" onclick="copyInstall(this)" title="Click to copy" style="margin-bottom:12px;width:100%;justify-content:center;">
@@ -893,9 +1043,9 @@ __GA_BOOTSTRAP__
893
1043
  <div class="tier">Solo Pro</div>
894
1044
  <div class="price">$19<span style="font-size:16px;color:var(--text-dim)">/mo</span></div>
895
1045
  <div class="price-sub">or $149/yr (save 35%) ยท Personal dashboard + enforcement proof</div>
896
- <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>
897
1047
  <div class="pro-upgrade-triggers" style="font-size:12px;color:#aaa;margin-bottom:12px;">
898
- <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.
899
1049
  </div>
900
1050
  <div class="dashboard-preview" style="margin-bottom:16px;border:1px solid #333;border-radius:8px;overflow:hidden;">
901
1051
  <div style="background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:16px;text-align:center;">
@@ -919,20 +1069,25 @@ __GA_BOOTSTRAP__
919
1069
  <li>Review-ready workflow support โ€” we help you wire the riskiest flows first: migrations, force-pushes, deploys, and CI</li>
920
1070
  </ul>
921
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>
922
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>
923
- <p style="font-size:11px;color:#666;margin-top:8px;">Start with the free CLI. Upgrade when you hit the 3 captures/day limit and need the dashboard, 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>
924
1078
  </div>
925
1079
  <div class="price-card team">
926
1080
  <div class="tier">Team</div>
927
- <div class="price">$99<span style="font-size:16px;color:var(--text-dim)">/seat/mo</span></div>
928
- <div class="price-sub">3-seat minimum ยท intake-led rollout for the first workflow</div>
929
- <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>
930
1084
  <div class="pro-upgrade-triggers" style="font-size:12px;color:#aaa;margin-bottom:12px;">
931
- <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.
932
1086
  </div>
933
1087
  <ul>
934
1088
  <li>Workflow hardening sprint โ€” map one painful workflow, one repeated failure, and one buyer proof review before wider rollout</li>
935
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>
936
1091
  <li>Org dashboard โ€” active agents, gate hit rates, risk agents, and proof-backed team metrics in one place</li>
937
1092
  <li>Hosted review views โ€” constrained cards, lists, and callouts for rollout, incident, and audit visibility</li>
938
1093
  <li>Gate template library โ€” pre-built guardrails for force-pushes, skipped tests, destructive SQL, and evidence-before-done</li>
@@ -942,7 +1097,7 @@ __GA_BOOTSTRAP__
942
1097
  <li>Proof pack โ€” attach verification evidence and rollout diagnostics so the buyer does not have to trust a demo</li>
943
1098
  </ul>
944
1099
  <a href="#workflow-sprint-intake" class="btn-team">Start Workflow Hardening Sprint</a>
945
- <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>
946
1101
  </div>
947
1102
  </div>
948
1103
  </div>
@@ -953,7 +1108,9 @@ __GA_BOOTSTRAP__
953
1108
  <div class="section-label">Team Pilot</div>
954
1109
  <h2 class="section-title">Start with one repo, one workflow, one repeat failure</h2>
955
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>
956
- <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;">
957
1114
  <input type="hidden" name="ctaId" value="workflow_sprint_intake">
958
1115
  <input type="hidden" name="ctaPlacement" value="team_pricing">
959
1116
  <input type="hidden" name="planId" value="team">
@@ -968,6 +1125,7 @@ __GA_BOOTSTRAP__
968
1125
  <button type="submit" class="btn-team">Start Team Pilot Intake</button>
969
1126
  </div>
970
1127
  </form>
1128
+ </details>
971
1129
  </div>
972
1130
  </section>
973
1131
 
@@ -1007,7 +1165,7 @@ __GA_BOOTSTRAP__
1007
1165
  </div>
1008
1166
  <div class="faq-item">
1009
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>
1010
- <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>
1011
1169
  </div>
1012
1170
  <div class="faq-item">
1013
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>
@@ -1015,11 +1173,11 @@ __GA_BOOTSTRAP__
1015
1173
  </div>
1016
1174
  <div class="faq-item">
1017
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>
1018
- <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>
1019
1177
  </div>
1020
1178
  <div class="faq-item">
1021
1179
  <div class="faq-q" role="button" tabindex="0" aria-expanded="false" onclick="toggleFaq(this)" onkeydown="handleFaqKeydown(event)">What does Pro cost?</div>
1022
- <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>
1023
1181
  </div>
1024
1182
  </div>
1025
1183
  </div>
@@ -1028,9 +1186,9 @@ __GA_BOOTSTRAP__
1028
1186
  <!-- NEWSLETTER SIGNUP -->
1029
1187
  <section class="compatibility" id="newsletter" style="padding: 48px 0;">
1030
1188
  <div class="container" style="text-align: center;">
1031
- <div class="section-label">Buyer Follow-Up</div>
1032
- <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>
1033
- <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>
1034
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;">
1035
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;">
1036
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>
@@ -1043,16 +1201,19 @@ __GA_BOOTSTRAP__
1043
1201
  <section class="final-cta">
1044
1202
  <div class="container">
1045
1203
  <h2>Stop the same mistake before it runs again.</h2>
1046
- <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>
1047
1205
  <div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;align-items:center;">
1048
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);">
1049
1207
  <span class="prompt">$</span>
1050
1208
  <span class="cmd">npx thumbgate init</span>
1051
1209
  <span class="copy-hint">click to copy</span>
1052
1210
  </div>
1053
- <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>
1054
- <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>
1055
- <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>
1056
1217
  </div>
1057
1218
  </div>
1058
1219
  </section>
@@ -1068,7 +1229,7 @@ __GA_BOOTSTRAP__
1068
1229
  <a href="https://www.linkedin.com/in/igorganapolsky" target="_blank" rel="noopener">LinkedIn</a>
1069
1230
  <a href="/blog">Blog</a>
1070
1231
  </div>
1071
- <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.4.6</span>
1232
+ <span class="footer-copy">ยฉ 2026 Max Smith KDP LLC ยท MIT License ยท v1.5.1</span>
1072
1233
  </div>
1073
1234
  </footer>
1074
1235