← back to Ventura Claw
/about: '56 connectors' → '67 + 18 /services orchestrations on top'; key envelope; cross-link /services
ed58e7086f4d603676d56b849fd2b472884f235a · 2026-05-07 07:54:25 -0700 · Steve
Files touched
Diff
commit ed58e7086f4d603676d56b849fd2b472884f235a
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 07:54:25 2026 -0700
/about: '56 connectors' → '67 + 18 /services orchestrations on top'; key envelope; cross-link /services
---
server/server.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/server.js b/server/server.js
index d8010cc..cf4f36e 100644
--- a/server/server.js
+++ b/server/server.js
@@ -1456,7 +1456,7 @@ app.get("/pricing", (req, res) => {
app.get("/about", (req, res) => {
res.type("html").send(_renderTextPage("About", "About this project", `Built by <em>Steve.</em>`, [
`VenturaClaw is built and operated by Steve Abrams. It exists because every workflow-builder I tried — Zapier, Make, n8n — felt like more work than the work it was supposed to replace. Drag, wire, debug, maintain. The actual job (refund this, post that) is one sentence; the canvas was a tax.`,
- `So this tool sells the outcome, not the canvas. You type what you want; the local LLM picks the connector and runs it. 56 connectors are pre-wired. Sensitive actions are gated by approval. Tokens are encrypted at rest. Your business commands are routed through a self-hosted model — not a third-party API.`,
+ `So this tool sells the outcome, not the canvas. You type what you want; the local LLM picks the connector and runs it. 67 connectors are pre-wired and the <a href="/services" style="color:var(--gold)">/services hub</a> ships 18 small-business orchestrations on top (domain + email, Stripe + accounting, insurance routing, contracts, etc.). Sensitive actions are gated by approval. Tokens are encrypted at rest with a versioned key envelope. Your business commands are routed through a self-hosted model — not a third-party API.`,
`If you want to talk shop, reach me at <a href="mailto:${esc(SUPPORT_EMAIL)}" style="color:var(--gold)">${esc(SUPPORT_EMAIL)}</a>.`,
]));
});
← 958d1e1 /services demo widget: tighten CTA copy from 'Run this plan'
·
back to Ventura Claw
·
homepage.html: '56 connectors' → '67' across title/meta/og/t 1e26894 →