← back to Ventura Claw
/pricing v2: dual-product split (chat orchestrator free + services hub $0–$99 per-service); kills 'eventual flat workspace fee' single-product framing; cross-links /services + /how-it-works
f80fef5d8ad224282ad2855064cd8b3084c2d2b9 · 2026-05-06 19:43:39 -0700 · Steve
Files touched
Diff
commit f80fef5d8ad224282ad2855064cd8b3084c2d2b9
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 6 19:43:39 2026 -0700
/pricing v2: dual-product split (chat orchestrator free + services hub $0–$99 per-service); kills 'eventual flat workspace fee' single-product framing; cross-links /services + /how-it-works
---
server/server.js | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 deletions(-)
diff --git a/server/server.js b/server/server.js
index 9f181c5..69e9cdf 100644
--- a/server/server.js
+++ b/server/server.js
@@ -1383,29 +1383,44 @@ app.get("/feed", (req, res) => {
app.get("/pricing", (req, res) => {
res.type("html").send(_shell({
title: "Pricing — VenturaClaw",
- desc: "VenturaClaw pricing. Currently free during early access. Eventual model is a flat workspace fee — no per-task metering, no credit math.",
+ desc: "Two products, two price models. The chat orchestrator is free during early access (eventual flat workspace fee). The services hub is per-service flat fees from $0 to $99. No metering, no credit math, no surprise bills.",
canonical: `https://${DOMAIN}/pricing`,
body: `
<main class="page page-narrow">
<div class="eyebrow">Pricing · honest answer</div>
- <h1>Free <em>now.</em><br>Flat fee <em>later.</em></h1>
- <p style="font-family:var(--mono);font-size:13px;line-height:1.7;color:var(--ink-soft);margin:0 0 36px;max-width:64ch">No per-task metering. No credit math. No surprise bills when your workflow gets popular. The eventual model is a flat workspace fee. The current model is zero — we want feedback more than revenue right now.</p>
+ <h1>Two products. <em>Two prices.</em><br>Neither punishes you for being successful.</h1>
+ <p style="font-family:var(--mono);font-size:13px;line-height:1.7;color:var(--ink-soft);margin:0 0 36px;max-width:64ch">No per-task metering. No credit math. No "you used your monthly quota" emails. The <a href="/" style="color:var(--gold)">chat orchestrator</a> is one product; the <a href="/services" style="color:var(--gold)">services hub</a> is another. Each has its own honest price.</p>
+
+ <h2 style="font-family:var(--serif);font-size:26px;margin:48px 0 8px">01 · The <em>chat orchestrator</em></h2>
+ <p style="font-family:var(--mono);font-size:12px;line-height:1.7;color:var(--ink-mute);margin:0 0 22px">Type one sentence; we route it to the right SaaS connector and run it. Free during early access; eventual flat workspace fee.</p>
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-bottom:42px">
<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)</li><li>Sensitive-action approval queue</li><li>AES-256-GCM at-rest token vault</li><li>Audit log · all events</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>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>
</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>
<div style="font-family:var(--serif);font-size:42px;font-style:italic;color:var(--ink-soft);line-height:1;margin-bottom:14px">Flat <span style="font-size:16px;color:var(--ink-mute)">/ workspace</span></div>
- <ul style="font-family:var(--mono);font-size:11px;line-height:1.85;color:var(--ink-soft);padding-left:18px;margin:0"><li>No per-task fees · no Zap quotas</li><li>No credit metering on AI routing</li><li>Predictable bill regardless of volume</li><li>30 days notice before any pricing change</li><li>Audit log + connector registrations exportable on cancel</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>No per-task fees · no Zap quotas</li><li>No credit metering on AI routing</li><li>Predictable bill regardless of volume</li><li>30-day notice before any pricing change</li><li>Audit log + connector registrations exportable on cancel</li></ul>
</div>
</div>
- <h2 style="font-family:var(--serif);font-size:24px;margin:0 0 14px">Why not per-task?</h2>
- <p style="font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--ink-soft);margin:0 0 20px">Zapier charges per task. Make charges per operation. Bardeen meters credits at 3 per row. The math punishes you for being successful — your ops cost scales linearly with traffic, even though the marginal cost of routing a command is essentially electricity.</p>
- <p style="font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--ink-soft);margin:0 0 20px">We run inference on local hardware. The marginal cost of routing your 10,000th command this month is the same as your first. Pricing should reflect that — flat workspace fee, predictable, doesn't punish growth.</p>
- <p style="margin-top:42px;font-family:var(--mono);font-size:11px;color:var(--ink-mute)">Questions? Email <a href="mailto:${esc(SUPPORT_EMAIL)}" style="color:var(--gold)">${esc(SUPPORT_EMAIL)}</a>.</p>
+
+ <h2 style="font-family:var(--serif);font-size:26px;margin:48px 0 8px">02 · The <em>services hub</em></h2>
+ <p style="font-family:var(--mono);font-size:12px;line-height:1.7;color:var(--ink-mute);margin:0 0 22px">18 small-business services that automate via real partner APIs (Stripe, Cloudflare, Embroker, Track1099, etc.). Pay per service — flat fee, no subscription. Bring-your-own-token; we orchestrate.</p>
+ <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:32px">
+ <div style="background:var(--bg-elevated);border:1px solid var(--rule);border-left:3px solid var(--good);padding:20px 22px"><div style="font-family:var(--mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--good);margin-bottom:6px">Free · DIY walkthrough</div><div style="font-family:var(--serif);font-size:32px;font-style:italic;color:var(--ink);margin-bottom:10px">$0</div><div style="font-family:var(--mono);font-size:11px;color:var(--ink-soft);line-height:1.6">Chat answers, free templates (operating agreement, ToS, contracts), gov't form walkthroughs (EIN, BOI), partner referrals (banks, CPAs).</div></div>
+ <div style="background:var(--bg-elevated);border:1px solid var(--gold);border-left:3px solid var(--gold);padding:20px 22px"><div style="font-family:var(--mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:6px">Quick · We orchestrate</div><div style="font-family:var(--serif);font-size:32px;font-style:italic;color:var(--gold);margin-bottom:10px">$29–$59</div><div style="font-family:var(--mono);font-size:11px;color:var(--ink-soft);line-height:1.6">Contracts ($29), 1099-NEC ($9/form), accounting setup ($59), document customization ($39). One-shot, no subscription.</div></div>
+ <div style="background:var(--bg-elevated);border:1px solid var(--gold);border-left:3px solid var(--gold);padding:20px 22px"><div style="font-family:var(--mono);font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:6px">Full · End-to-end</div><div style="font-family:var(--serif);font-size:32px;font-style:italic;color:var(--gold);margin-bottom:10px">$79–$99</div><div style="font-family:var(--mono);font-size:11px;color:var(--ink-soft);line-height:1.6">Domain + email setup ($39), payroll setup ($79), Stripe Connect setup ($49). Multi-API orchestration, ~60s end-to-end.</div></div>
+ </div>
+ <p style="font-family:var(--mono);font-size:11px;color:var(--ink-mute);margin:0 0 8px">Government / partner fees (state filing, USPTO, IRS, registrar) are separate and paid directly to the agency or vendor. We never mark those up.</p>
+ <p style="font-family:var(--mono);font-size:11px;color:var(--ink-mute);margin:0 0 36px">Insurance routing, banking referrals, CPA referrals: <strong style="color:var(--gold)">always free</strong>. We don't take undisclosed kickbacks; if a referral fee exists we name it on the service card.</p>
+
+ <h2 style="font-family:var(--serif);font-size:24px;margin:48px 0 14px">Why not per-task?</h2>
+ <p style="font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--ink-soft);margin:0 0 20px">Zapier charges per task. Make charges per operation. Bardeen meters credits at 3 per row. The math punishes you for being successful — ops cost scales linearly with traffic, even though the marginal cost of routing a command is essentially electricity.</p>
+ <p style="font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--ink-soft);margin:0 0 20px">We run inference on local hardware. The marginal cost of routing your 10,000th command this month is the same as your first. Pricing should reflect that — flat workspace fee on the chat, flat per-service fee on the hub. Either way, predictable.</p>
+
+ <p style="margin-top:42px;font-family:var(--mono);font-size:11px;color:var(--ink-mute)">Questions? Email <a href="mailto:${esc(SUPPORT_EMAIL)}" style="color:var(--gold)">${esc(SUPPORT_EMAIL)}</a> · or browse the <a href="/services" style="color:var(--gold)">services hub</a> · or read <a href="/how-it-works" style="color:var(--gold)">how it works</a>.</p>
</main>`
}));
});
← 6b0bf81 /how-it-works page: 3-step API-orchestration explainer + alt
·
back to Ventura Claw
·
/admin/services-leads: dark/light theme toggle (sun/moon but 8d0f1e1 →