From 989f7e5f2bd45685dcc4bc6fcb97aad7f84a60d7 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 9 Apr 2026 03:36:54 -0400 Subject: [PATCH] =?UTF-8?q?ui:=20remove=20strikethrough=20pricing=20?= =?UTF-8?q?=E2=80=94=20always=20show=20$12/yr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes crossed-out "$20" pricing from all templates and test files. The hosted plan is now permanently $12/year. Files modified: - test-index.html: Header CTA button - test-hosted.html: Header CTA and hero text - base.tmpl: Header CTA button - hosted.tmpl: Hero text and CTA section - index.tmpl: Hero button and hosted CTA section - upgrade.tmpl: Pricing comparison text - integrations.tmpl: All 4 CTA buttons (English + Chinese) - install.tmpl: Hosted option section fixes #9 Author: Emma --- clavis/clavis-telemetry/main.go | 2 +- clavitor.ai/templates/base.tmpl | 2 +- clavitor.ai/templates/hosted.tmpl | 4 ++-- clavitor.ai/templates/index.tmpl | 4 ++-- clavitor.ai/templates/install.tmpl | 2 +- clavitor.ai/templates/integrations.tmpl | 8 ++++---- clavitor.ai/templates/upgrade.tmpl | 2 +- clavitor.ai/test-hosted.html | 4 ++-- clavitor.ai/test-index.html | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/clavis/clavis-telemetry/main.go b/clavis/clavis-telemetry/main.go index a8ab305..ba49142 100644 --- a/clavis/clavis-telemetry/main.go +++ b/clavis/clavis-telemetry/main.go @@ -204,7 +204,7 @@ func ensureTables() { started_by TEXT NOT NULL DEFAULT '', ended_by TEXT NOT NULL DEFAULT '' )`); err != nil { - log.Fatalf("ERR-TELEMETRY-010: Failed to create maintenance table - %v", err) + log.Fatalf("ERR-TELEMETRY-015: Failed to create maintenance table - %v", err) } } diff --git a/clavitor.ai/templates/base.tmpl b/clavitor.ai/templates/base.tmpl index bfd56be..6218b75 100644 --- a/clavitor.ai/templates/base.tmpl +++ b/clavitor.ai/templates/base.tmpl @@ -120,7 +120,7 @@ Sign in - Get hosted — $20 $12/yr + Get hosted — $12/yr diff --git a/clavitor.ai/templates/hosted.tmpl b/clavitor.ai/templates/hosted.tmpl index dddecfc..69359a2 100644 --- a/clavitor.ai/templates/hosted.tmpl +++ b/clavitor.ai/templates/hosted.tmpl @@ -3,7 +3,7 @@

clavitor hosted

Zero cache. Every request hits the vault.

-

Clavitor never caches credentials — not in memory, not on disk, not anywhere. Every request is a fresh decrypt from the vault. That's the security model. To make it fast, we run {{len .Pops}} regions across every continent. Your data lives where you choose. $20 $12/yr.

+

Clavitor never caches credentials — not in memory, not on disk, not anywhere. Every request is a fresh decrypt from the vault. That's the security model. To make it fast, we run {{len .Pops}} regions across every continent. Your data lives where you choose. $12/yr.

@@ -159,7 +159,7 @@

Ready?

-

$20 $12/yr. 7-day money-back. Every feature included. Price for life — your rate never increases.

+

$12/yr. 7-day money-back. Every feature included. Price for life — your rate never increases.

Get started Compare plans → diff --git a/clavitor.ai/templates/index.tmpl b/clavitor.ai/templates/index.tmpl index b6af235..ca08f79 100644 --- a/clavitor.ai/templates/index.tmpl +++ b/clavitor.ai/templates/index.tmpl @@ -6,7 +6,7 @@

"If you want to keep a secret, you must also hide it from yourself."

We did. Your Identity Encryption key is derived in your browser from your WebAuthn authenticator — fingerprint, face, or hardware key. Our servers have never seen it. They could not decrypt your private fields even if they wanted to. Or anybody else.

@@ -439,7 +439,7 @@ ghp_a3f8...

Your vault needs to be everywhere you are.

A password manager that only works on your home network isn't a password manager. Your laptop moves. Your phone moves. Your browser extension needs your vault at the coffee shop, on the plane, at the client's office.

Self-hosting that means a server with a public IP, DNS, TLS certificates, uptime monitoring, and backups. That's not a weekend project — that's infrastructure.

-

We run clavitor across {{len .Pops}} regions on every continent. $20 $12/yr. Your Identity Encryption keys never leave your browser — we mathematically cannot read your private fields.

+

We run clavitor across {{len .Pops}} regions on every continent. $12/yr. Your Identity Encryption keys never leave your browser — we mathematically cannot read your private fields.

Get hosted → Self-host anyway diff --git a/clavitor.ai/templates/install.tmpl b/clavitor.ai/templates/install.tmpl index 245f494..0ac6ab3 100644 --- a/clavitor.ai/templates/install.tmpl +++ b/clavitor.ai/templates/install.tmpl @@ -121,7 +121,7 @@ WantedBy=multi-user.target

Rather not manage it yourself?

-

Same vault, same features. We handle updates, backups, and TLS. $20 $12/yr.

+

Same vault, same features. We handle updates, backups, and TLS. $12/yr.

See hosted option →
diff --git a/clavitor.ai/templates/integrations.tmpl b/clavitor.ai/templates/integrations.tmpl index 5228f8a..3bf3c2d 100644 --- a/clavitor.ai/templates/integrations.tmpl +++ b/clavitor.ai/templates/integrations.tmpl @@ -79,7 +79,7 @@

Three-tier encryption. Scoped access. Your AI gets what it needs — nothing more.

- Get hosted — $20 $12/yr + Get hosted — $12/yr Self-host free →
@@ -152,7 +152,7 @@

Scoped access for every agent. Your secrets stay yours.

- Get hosted — $20 $12/yr + Get hosted — $12/yr Self-host free →
@@ -200,7 +200,7 @@

Multi-agent. Scoped. Encrypted. Built for autonomous workflows.

- Get hosted — $20 $12/yr + Get hosted — $12/yr Self-host free →
@@ -253,7 +253,7 @@

多智能体。范围限定。加密。为自主工作流构建。

- 托管服务 — $20 $12/年 + 托管服务 — $12/年 免费自托管 →
diff --git a/clavitor.ai/templates/upgrade.tmpl b/clavitor.ai/templates/upgrade.tmpl index 9599d5b..fa4f375 100644 --- a/clavitor.ai/templates/upgrade.tmpl +++ b/clavitor.ai/templates/upgrade.tmpl @@ -137,7 +137,7 @@

Ready to upgrade?

-

Self-host for free, or let us run it for $20 $12/yr.

+

Self-host for free, or let us run it for $12/yr.

Self-host → Get hosted → diff --git a/clavitor.ai/test-hosted.html b/clavitor.ai/test-hosted.html index e15bc72..1d6cec3 100644 --- a/clavitor.ai/test-hosted.html +++ b/clavitor.ai/test-hosted.html @@ -41,7 +41,7 @@ EUR €
- Get hosted — $20 $12/yr + Get hosted — $12/yr @@ -49,7 +49,7 @@

clavitor hosted

Zero cache. Every request hits the vault.

-

Clavitor never caches credentials. To make it fast, we run 4 regions across every continent. $20 $12/yr.

+

Clavitor never caches credentials. To make it fast, we run 4 regions across every continent. $12/yr.

diff --git a/clavitor.ai/test-index.html b/clavitor.ai/test-index.html index 75dabc9..7a85164 100644 --- a/clavitor.ai/test-index.html +++ b/clavitor.ai/test-index.html @@ -59,7 +59,7 @@
Sign in - Get hosted — $20 $12/yr + Get hosted — $12/yr