[object Object]

← back to Ventura Claw

/pricing + /connectors + /docs: '56 connectors' → '67 connectors' (real count from /api/public/connectors)

45ead1c95fb57361dbffc0dccbbce370ca371ab5 · 2026-05-06 21:02:04 -0700 · Steve

Files touched

Diff

commit 45ead1c95fb57361dbffc0dccbbce370ca371ab5
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 6 21:02:04 2026 -0700

    /pricing + /connectors + /docs: '56 connectors' → '67 connectors' (real count from /api/public/connectors)
---
 server/server.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/server.js b/server/server.js
index 69e9cdf..3d4538a 100644
--- a/server/server.js
+++ b/server/server.js
@@ -1199,7 +1199,7 @@ app.get("/faq", (req, res) => {
 app.get("/docs", (req, res) => {
   const examples = [
     {
-      title: "Public catalog — list all 56 connectors",
+      title: "Public catalog — list all 67 connectors",
       method: "GET", path: "/api/public/connectors", auth: "none",
       curl: `curl https://${DOMAIN}/api/public/connectors | jq '.connectors[0]'`,
       reply: `{
@@ -1309,7 +1309,7 @@ const CHANGELOG = [
   ]},
   { date: "2026-05-05 (evening)", title: "Public homepage shipped", items: [
     "/ now serves a real public homepage (was login redirect)",
-    "Live-demo widget — type a command, watch the LLM route it to one of 56 connectors",
+    "Live-demo widget — type a command, watch the LLM route it to one of 67 connectors",
     "10-min LRU response cache + parallel preset-prime on boot + 25-min keep-alive ping",
     "/connectors directory — 1 hub + 56 indexable per-connector pages",
     "ItemList JSON-LD on /connectors · sitemap grew from 3 to 64 URLs",
@@ -1397,7 +1397,7 @@ app.get("/pricing", (req, res) => {
           <div style="background:var(--bg-elevated);border:1px solid var(--gold);border-left:3px solid var(--gold);border-radius:4px;padding:24px 26px">
             <div style="font-family:var(--mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:8px">Today · Early access</div>
             <div style="font-family:var(--serif);font-size:42px;font-style:italic;color:var(--ink);line-height:1;margin-bottom:14px">Free</div>
-            <ul style="font-family:var(--mono);font-size:11px;line-height:1.85;color:var(--ink-soft);padding-left:18px;margin:0"><li>56 connectors pre-wired</li><li>Local LLM routing (qwen3:14b on Mac1)</li><li>Sensitive-action approval queue · free tier</li><li>AES-256-GCM at-rest token vault</li><li>Per-event audit log · exportable</li><li>Email support — <a href="mailto:${esc(SUPPORT_EMAIL)}" style="color:var(--gold)">${esc(SUPPORT_EMAIL)}</a></li></ul>
+            <ul style="font-family:var(--mono);font-size:11px;line-height:1.85;color:var(--ink-soft);padding-left:18px;margin:0"><li>67 connectors pre-wired</li><li>Local LLM routing (qwen3:14b on Mac1)</li><li>Sensitive-action approval queue · free tier</li><li>AES-256-GCM at-rest token vault</li><li>Per-event audit log · exportable</li><li>Email support — <a href="mailto:${esc(SUPPORT_EMAIL)}" style="color:var(--gold)">${esc(SUPPORT_EMAIL)}</a></li></ul>
           </div>
           <div style="background:var(--bg-elevated);border:1px solid var(--rule);border-radius:4px;padding:24px 26px;opacity:0.78">
             <div style="font-family:var(--mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:8px">Eventual · TBD</div>

← df490ed /services: align top banner + modal disclaimer + flow-foot w  ·  back to Ventura Claw  ·  /services chat: add 7th suggestion pill — '$99 freelance sta edaa577 →