← back to Ventura Claw
server/public/services.html
1296 lines
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Set up your business stack via API · VenturaClaw</title>
<meta name="description" content="Connect Stripe. Register your domain. Generate your contracts. Quote insurance. Set up payroll and accounting. 18 services that automate via real API calls — no portals, no paper, no UPL." />
<meta property="og:type" content="website" />
<meta property="og:title" content="VenturaClaw — Business stack via API" />
<meta property="og:description" content="18 services that automate via real API calls. Stripe, accounting, banking, insurance, contracts, domains. No paper. No portals. ~60 seconds end-to-end." />
<meta property="og:url" content="https://venturaclaw.com/services" />
<meta property="og:site_name" content="VenturaClaw" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://venturaclaw.com/services" />
<link rel="alternate" type="application/rss+xml" title="VenturaClaw changelog" href="/feed" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[
{"@type":"ListItem","position":1,"name":"Home","item":"https://venturaclaw.com/"},
{"@type":"ListItem","position":2,"name":"Services","item":"https://venturaclaw.com/services"}
]}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechnologyOrganization",
"name": "VenturaClaw",
"url": "https://venturaclaw.com",
"description": "API-orchestration service that sets up a small business's full operating stack — banking, payments, accounting, insurance, payroll, contracts, domain, and email — via direct API calls to vetted partners.",
"areaServed": "United States",
"priceRange": "$0–$99",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Business Stack Services",
"itemListElement": [
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Operating agreement generation" }, "price": "49", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Privacy policy + Terms of Service generator" }, "price": "39", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Contract template customization" }, "price": "29", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Business bank account setup" }, "price": "39", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Stripe / Square setup" }, "price": "49", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Payroll setup" }, "price": "79", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Accounting / bookkeeping setup" }, "price": "59", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "1099-NEC e-filing" }, "price": "9", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Domain + business email setup" }, "price": "39", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "General liability insurance routing" }, "price": "0", "priceCurrency": "USD" },
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Professional liability E&O routing" }, "price": "0", "priceCurrency": "USD" }
]
},
"publisher": {
"@type": "Organization",
"name": "VenturaClaw",
"email": "info@venturaclaw.com",
"url": "https://venturaclaw.com"
}
}
</script>
<script>
// Anti-flash theme apply (before paint)
(function () { try { if (localStorage.getItem('vc-theme') === 'light') document.documentElement.setAttribute('data-theme', 'light'); } catch (e) {} })();
</script>
<style>
:root {
--bg: #0e0e10; --bg-2: #15151a; --bg-3: #1c1c22; --bg-4: #25252e;
--rule: #2a2a32; --rule-2: #3a3a45;
--ink: #f4f1ea; --ink-soft: #d8d2c5; --ink-mute: #8b857a; --ink-faint: #5d574c;
--gold: #d4a04a; --gold-glow: #e6b96a; --gold-soft: rgba(212,160,74,0.12);
--good: #6ec081; --warn: #d4a04a; --bad: #c66c4d;
--serif: "Cormorant Garamond", Georgia, serif;
--mono: "JetBrains Mono", "SFMono-Regular", Menlo, monospace;
--sans: -apple-system, "SF Pro Text", system-ui, sans-serif;
--chat-w: 360px;
--chat-w-collapsed: 44px;
}
html[data-theme="light"] {
--bg: #faf8f3; --bg-2: #f1ece1; --bg-3: #e8e0cf; --bg-4: #d6cfbd;
--rule: #d6cfbd; --rule-2: #c3b9a2;
--ink: #1a1a1a; --ink-soft: #383530; --ink-mute: #6a655a; --ink-faint: #908a7d;
--gold: #8a6520; --gold-glow: #ad8333; --gold-soft: rgba(138,101,32,0.14);
--good: #3d7a4a; --bad: #a04a32;
}
/* sun/moon toggle in topbar */
.theme-toggle {
background: var(--bg-3); color: var(--ink-mute); border: 1px solid var(--rule);
width: 30px; height: 30px; border-radius: 50%; cursor: pointer;
display: inline-flex; align-items: center; justify-content: center;
font-size: 14px; line-height: 1; padding: 0; margin-left: 14px;
transition: all 200ms;
}
.theme-toggle:hover { color: var(--gold); border-color: var(--gold); transform: rotate(20deg); }
.theme-toggle .moon { display: inline; }
.theme-toggle .sun { display: none; }
html[data-theme="light"] .theme-toggle .moon { display: none; }
html[data-theme="light"] .theme-toggle .sun { display: inline; }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.6; min-height: 100vh; transition: background-color 200ms ease, color 200ms ease; }
::selection { background: var(--gold); color: var(--bg); }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-glow); }
/* CHAT PANEL — fixed left, collapsible */
.chat-panel {
position: fixed; top: 0; left: 0; bottom: 0;
width: var(--chat-w);
background: linear-gradient(180deg, var(--bg-2), var(--bg));
border-right: 1px solid var(--rule);
display: flex; flex-direction: column;
z-index: 100;
transition: width 250ms cubic-bezier(.2,.8,.2,1);
}
.chat-panel.collapsed { width: var(--chat-w-collapsed); }
.chat-panel.collapsed .chat-body,
.chat-panel.collapsed .chat-input-wrap,
.chat-panel.collapsed .chat-header > *:not(.chat-toggle) { display: none; }
.chat-header {
display: flex; align-items: center; justify-content: space-between;
padding: 14px 14px 14px 18px;
border-bottom: 1px solid var(--rule);
flex-shrink: 0;
}
.chat-title {
font-family: var(--serif); font-size: 17px; font-weight: 500; color: var(--ink);
display: flex; align-items: center; gap: 8px; letter-spacing: -0.005em;
}
.chat-title .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--good); box-shadow: 0 0 8px var(--good); animation: pulse 2.4s infinite; }
@keyframes pulse { 50% { opacity: .55; } }
.chat-toggle {
background: var(--bg-3); color: var(--ink-soft); border: 1px solid var(--rule);
width: 28px; height: 28px; border-radius: 4px;
cursor: pointer; font-family: var(--mono); font-size: 14px;
display: flex; align-items: center; justify-content: center;
transition: all 200ms;
}
.chat-toggle:hover { color: var(--gold); border-color: var(--gold); }
.chat-panel.collapsed .chat-toggle {
margin: 0 auto;
}
.chat-body {
flex: 1; overflow-y: auto;
padding: 14px 18px;
font-size: 14px;
}
.chat-body::-webkit-scrollbar { width: 6px; }
.chat-body::-webkit-scrollbar-thumb { background: var(--rule-2); border-radius: 3px; }
.chat-msg { margin-bottom: 14px; padding: 12px 14px; border-radius: 6px; line-height: 1.55; }
.chat-msg.user { background: var(--gold-soft); border: 1px solid var(--gold); color: var(--ink); }
.chat-msg.assistant { background: var(--bg-3); border: 1px solid var(--rule); color: var(--ink-soft); }
.chat-msg.assistant a { color: var(--gold); }
.chat-msg.assistant.thinking { color: var(--ink-mute); font-style: italic; }
.chat-msg .who {
font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--ink-mute); margin-bottom: 4px;
}
.chat-suggestions {
display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px;
}
.chat-suggest {
background: var(--bg-3); border: 1px solid var(--rule);
color: var(--ink-soft); font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em;
padding: 6px 10px; border-radius: 999px; cursor: pointer;
transition: all 200ms;
}
.chat-suggest:hover { color: var(--gold); border-color: var(--gold); background: var(--gold-soft); }
.chat-input-wrap {
border-top: 1px solid var(--rule);
padding: 12px;
background: var(--bg-2);
flex-shrink: 0;
}
.chat-input {
width: 100%; min-height: 60px; max-height: 160px;
background: var(--bg); color: var(--ink);
border: 1px solid var(--rule); border-radius: 4px;
padding: 10px 12px;
font-family: var(--sans); font-size: 13px; font-weight: 300;
resize: none; outline: none;
transition: border-color 200ms;
}
.chat-input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold-soft); }
.chat-actions { display: flex; justify-content: space-between; margin-top: 8px; align-items: center; }
.chat-hint { font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; color: var(--ink-faint); text-transform: uppercase; }
.chat-send {
background: var(--gold); color: var(--bg); border: 0;
padding: 8px 14px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
cursor: pointer; border-radius: 3px;
transition: background 200ms;
}
.chat-send:hover { background: var(--gold-glow); }
.chat-send:disabled { opacity: 0.5; cursor: not-allowed; }
/* MAIN */
main {
margin-left: var(--chat-w);
transition: margin-left 250ms cubic-bezier(.2,.8,.2,1);
min-height: 100vh;
}
body.chat-collapsed main { margin-left: var(--chat-w-collapsed); }
.topbar {
padding: 22px 36px;
display: flex; justify-content: space-between; align-items: center;
border-bottom: 1px solid var(--rule);
background: rgba(14,14,16,0.85);
backdrop-filter: blur(8px);
position: sticky; top: 0; z-index: 50;
}
.brand { display: flex; gap: 12px; align-items: baseline; }
.brand .logo-dot {
width: 12px; height: 12px; border-radius: 50%;
background: radial-gradient(circle at 30% 30%, var(--gold-glow), var(--gold) 60%, #7a5a26);
box-shadow: 0 0 14px rgba(212, 160, 74, 0.45);
align-self: center;
}
.brand .name { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.brand .name em { color: var(--gold); font-style: italic; }
.brand .crumb { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.brand .crumb::before { content: "/ "; color: var(--ink-faint); }
.topbar nav { display: flex; gap: 22px; align-items: center; }
.topbar nav a { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
.topbar nav a:hover { color: var(--gold); }
.hero {
padding: 64px 48px 40px; max-width: 1100px;
}
.eyebrow {
font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
color: var(--ink-mute); margin-bottom: 18px;
display: flex; align-items: center; gap: 10px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--good); box-shadow: 0 0 10px var(--good); }
.hero h1 {
font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -0.012em;
font-size: clamp(40px, 5.5vw, 76px); margin: 0 0 20px;
}
.hero h1 em { color: var(--gold); font-style: italic; }
.hero .lede {
font-size: 18px; line-height: 1.6; color: var(--ink-soft); max-width: 720px;
}
.hero .lede em { color: var(--gold); font-style: italic; }
.hero .stats { display: flex; gap: 36px; margin-top: 32px; flex-wrap: wrap; }
.hero .stat {
border-left: 2px solid var(--gold);
padding-left: 14px;
}
.hero .stat .num { font-family: var(--serif); font-size: 32px; color: var(--gold); font-weight: 500; }
.hero .stat .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
/* Category sections */
.cat-section { padding: 36px 48px; max-width: 1400px; }
.cat-section .cat-head {
display: flex; align-items: baseline; justify-content: space-between;
border-bottom: 1px solid var(--rule); padding-bottom: 14px; margin-bottom: 28px;
gap: 20px; flex-wrap: wrap;
}
.cat-section .cat-head h2 {
font-family: var(--serif); font-weight: 400; font-size: 32px; letter-spacing: -0.005em; margin: 0;
}
.cat-section .cat-head h2 em { color: var(--gold); font-style: italic; }
.cat-section .cat-head .cat-icon {
font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase;
}
.cat-section .cat-head .cat-blurb {
font-size: 13px; color: var(--ink-mute); flex: 1; max-width: 520px; text-align: right;
}
.svc-grid {
display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px;
}
.svc {
background: var(--bg-2); border: 1px solid var(--rule); border-left: 3px solid var(--rule-2);
padding: 20px 22px;
transition: all 200ms;
cursor: pointer;
display: flex; flex-direction: column;
position: relative;
}
.svc .nla-badge {
position: absolute; top: 12px; right: 14px;
font-family: var(--mono); font-size: 8px; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--bad); background: rgba(198,108,77,0.08);
border: 1px solid var(--bad); border-radius: 999px;
padding: 3px 8px;
pointer-events: none;
}
.svc .nla-badge::before { content: "⚠ "; }
.svc:hover {
border-left-color: var(--gold);
background: var(--bg-3);
transform: translateX(2px);
}
.svc .svc-num {
font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em;
color: var(--ink-faint); margin-bottom: 6px;
}
.svc .svc-name {
font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--ink);
margin-bottom: 6px; letter-spacing: -0.005em;
}
.svc .svc-desc {
font-size: 13px; color: var(--ink-mute); line-height: 1.55;
flex: 1; margin-bottom: 16px;
}
.svc .svc-pricing {
display: flex; gap: 14px; align-items: center;
border-top: 1px dashed var(--rule); padding-top: 12px;
flex-wrap: wrap;
}
.svc .price-tag {
font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em;
display: flex; flex-direction: column; gap: 2px;
}
.svc .price-tag .lbl { color: var(--ink-faint); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.svc .price-tag .val { color: var(--ink); font-size: 13px; font-family: var(--serif); font-weight: 500; }
.svc .price-tag.free .val { color: var(--good); }
.svc .price-tag.gold .val { color: var(--gold); }
.svc .ask-link {
margin-left: auto;
font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--ink-mute);
}
.svc:hover .ask-link { color: var(--gold); }
/* Visual flair: floating shapes for hero */
.hero { position: relative; overflow: hidden; }
.hero::before, .hero::after {
content: ""; position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.5; z-index: -1;
}
.hero::before {
width: 380px; height: 380px; right: -100px; top: -120px;
background: radial-gradient(circle, var(--gold), transparent 70%);
}
.hero::after {
width: 280px; height: 280px; left: 30%; bottom: -180px;
background: radial-gradient(circle, rgba(110,192,129,0.4), transparent 70%);
}
/* Footer */
footer {
padding: 40px 48px 60px; border-top: 1px solid var(--rule);
font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute);
display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
margin-top: 60px;
}
footer a { color: var(--ink-mute); }
footer a:hover { color: var(--gold); }
/* Live demo widget — domain + email setup */
.demo-section { padding-top: 36px; padding-bottom: 36px; }
.demo-form {
display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px;
margin-bottom: 20px;
align-items: end;
}
.demo-row { display: flex; flex-direction: column; gap: 4px; }
.demo-row label {
font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--ink-mute);
}
.demo-row label .opt { color: var(--ink-faint); text-transform: none; letter-spacing: 0.04em; }
.demo-row input {
background: var(--bg-2); color: var(--ink);
border: 1px solid var(--rule); border-radius: 3px;
padding: 12px 14px;
font-family: var(--mono); font-size: 14px; font-weight: 400;
outline: none; transition: border-color 200ms;
}
.demo-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold-soft); }
.demo-go {
background: var(--gold); color: var(--bg); border: 0;
padding: 13px 20px;
font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
cursor: pointer; border-radius: 3px;
transition: background 200ms;
grid-column: span 1;
}
.demo-go:hover { background: var(--gold-glow); }
.demo-go:disabled { opacity: 0.55; cursor: wait; }
.demo-result { display: none; margin-top: 24px; }
.demo-result.show { display: block; }
.demo-summary {
padding: 18px 22px;
background: linear-gradient(180deg, rgba(212,160,74,0.10), rgba(212,160,74,0.02));
border: 1px solid var(--gold);
border-left: 3px solid var(--gold);
margin-bottom: 18px;
}
.demo-summary .total {
font-family: var(--serif); font-size: 28px; color: var(--gold); font-style: italic;
font-weight: 500; letter-spacing: -0.005em;
}
.demo-summary .total .lbl {
font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
text-transform: uppercase; color: var(--ink-mute);
font-style: normal; margin-right: 8px;
}
.demo-summary .breakdown {
font-family: var(--mono); font-size: 11px; color: var(--ink-soft); margin-top: 6px;
}
.demo-summary .summary-line {
color: var(--ink); font-size: 14px; margin-top: 12px; line-height: 1.55;
}
.demo-steps { background: var(--bg-2); border: 1px solid var(--rule); margin-bottom: 18px; }
.demo-step { padding: 14px 18px; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 36px 1fr; gap: 16px; }
.demo-step:last-child { border-bottom: 0; }
.demo-step .n {
font-family: var(--mono); font-size: 11px; color: var(--gold); font-weight: 600;
letter-spacing: 0.06em;
text-align: right;
}
.demo-step .api { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); margin-bottom: 4px; }
.demo-step .action { font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.demo-step .meta {
font-family: var(--mono); font-size: 10px; color: var(--ink-mute); display: flex; gap: 14px; flex-wrap: wrap;
}
.demo-step .meta .risk { color: var(--ink-faint); }
.demo-step .meta .risk.destructive { color: var(--bad); }
.demo-step .meta .cost { color: var(--gold); }
.demo-step .meta .needs { color: var(--bad); }
.demo-deliv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 720px) { .demo-deliv { grid-template-columns: 1fr; } }
.demo-deliv .panel {
background: var(--bg-2); border: 1px solid var(--rule);
padding: 16px 20px;
}
.demo-deliv .panel h4 {
font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
color: var(--gold); margin: 0 0 10px;
}
.demo-deliv .panel.not h4 { color: var(--ink-mute); }
.demo-deliv .panel ul { margin: 0; padding-left: 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.demo-cta-row {
margin-top: 20px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
padding: 16px 18px; background: var(--bg-3); border: 1px solid var(--gold);
}
.demo-cta-row .pre { color: var(--ink-soft); font-size: 13px; flex: 1; min-width: 240px; }
.demo-cta-run {
background: var(--gold); color: var(--bg); border: 0;
padding: 12px 22px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
cursor: pointer; border-radius: 3px;
}
.demo-cta-run:hover { background: var(--gold-glow); }
/* "How it actually runs" 3-step flow */
.how-section { padding-top: 56px; }
.flow-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px;
margin-bottom: 28px;
}
.flow-step {
background: var(--bg-2); border: 1px solid var(--rule); border-left: 3px solid var(--gold);
padding: 26px 28px;
position: relative;
}
.flow-step::after {
content: ""; position: absolute; right: -18px; top: 50%;
width: 26px; height: 1px; background: var(--gold);
display: none;
}
.flow-step:not(:last-child)::after { display: block; }
@media (max-width: 820px) { .flow-step::after { display: none !important; } }
.flow-num {
font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em;
color: var(--gold); margin-bottom: 12px;
}
.flow-title {
font-family: var(--serif); font-weight: 500; font-size: 22px; letter-spacing: -0.005em;
color: var(--ink); margin-bottom: 10px;
}
.flow-body { font-size: 14px; line-height: 1.6; color: var(--ink-soft); }
.flow-foot {
color: var(--ink-mute); font-size: 13px; line-height: 1.6;
padding: 16px 4px 0; border-top: 1px solid var(--rule);
}
.flow-foot a { color: var(--gold); }
/* Comparison table — public-facing pricing matrix */
.compare-section { padding-top: 56px; }
.compare-wrap {
background: var(--bg-2); border: 1px solid var(--rule);
overflow-x: auto;
margin-bottom: 24px;
}
.compare-table {
width: 100%; border-collapse: collapse; min-width: 880px;
font-family: var(--mono); font-size: 12px;
}
.compare-table th {
background: var(--bg-3);
padding: 14px 16px;
text-align: left;
font-family: var(--mono); font-size: 10px; font-weight: 500;
letter-spacing: 0.14em; text-transform: uppercase;
color: var(--ink-mute);
border-bottom: 1px solid var(--rule);
}
.compare-table th.us {
background: linear-gradient(180deg, rgba(212,160,74,0.15), rgba(212,160,74,0.05));
color: var(--gold);
border-bottom: 2px solid var(--gold);
}
.compare-table td {
padding: 14px 16px;
border-bottom: 1px solid var(--rule);
color: var(--ink-soft);
vertical-align: top;
}
.compare-table td.row-label {
color: var(--ink); font-family: var(--serif); font-weight: 500; font-size: 14px;
background: var(--bg-3); letter-spacing: -0.005em;
}
.compare-table td.row-label .row-sub {
display: block; color: var(--ink-mute); font-family: var(--mono); font-size: 10px;
font-weight: 300; letter-spacing: 0.04em; margin-top: 2px;
}
.compare-table td.us {
background: rgba(212,160,74,0.04);
color: var(--ink);
border-left: 1px solid var(--gold);
border-right: 1px solid var(--gold);
}
.compare-table td.us b {
font-family: var(--serif); font-style: italic; font-weight: 500;
color: var(--gold); font-size: 19px; letter-spacing: -0.005em;
}
.compare-table td.us .us-sub {
display: block; font-family: var(--mono); font-size: 9px; color: var(--ink-mute);
margin-top: 2px; letter-spacing: 0.06em;
}
.compare-table tr.total td {
border-top: 2px solid var(--gold);
background: var(--bg-3);
padding-top: 18px; padding-bottom: 18px;
}
.compare-table tr.total td.us { background: rgba(212,160,74,0.08); }
.compare-table tr.total td.row-label .row-sub { color: var(--ink-soft); }
.compare-table tr:hover td:not(.us):not(.row-label) { background: var(--bg-3); }
.compare-foot {
padding: 0 4px;
}
.compare-foot p {
color: var(--ink-soft); font-size: 14px; margin-bottom: 12px;
}
.compare-foot .small-print {
color: var(--ink-mute); font-size: 11px; line-height: 1.55; padding-top: 14px; border-top: 1px solid var(--rule);
}
.compare-foot .small-print em { color: var(--ink); }
/* GET STARTED button on cards */
.svc-cta {
margin-top: 14px; padding: 10px 14px;
background: var(--bg-3); color: var(--ink);
border: 1px solid var(--gold); border-radius: 3px;
font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
cursor: pointer; align-self: flex-start;
transition: all 200ms;
}
.svc-cta:hover { background: var(--gold); color: var(--bg); }
/* Lead-capture modal */
.lead-modal {
position: fixed; inset: 0; background: rgba(0,0,0,0.78);
z-index: 1000; padding: 30px;
display: none; align-items: center; justify-content: center;
backdrop-filter: blur(6px);
}
.lead-modal.show { display: flex; }
.lead-card {
background: var(--bg-2); border: 1px solid var(--gold); border-left: 3px solid var(--gold);
max-width: 520px; width: 100%;
padding: 28px 32px;
max-height: 90vh; overflow-y: auto;
position: relative;
}
.lead-card .close-x {
position: absolute; top: 12px; right: 14px;
background: none; border: 1px solid var(--rule); color: var(--ink-mute);
width: 28px; height: 28px; border-radius: 4px;
cursor: pointer; font-size: 14px; line-height: 1;
}
.lead-card .close-x:hover { color: var(--bad); border-color: var(--bad); }
.lead-card h3 {
font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: -0.005em;
margin: 0 0 6px; color: var(--ink);
}
.lead-card .svc-tag {
font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
margin-bottom: 18px; display: block;
}
.lead-card label {
display: block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
color: var(--ink-mute); margin: 12px 0 4px;
}
.lead-card label.required::after { content: " *"; color: var(--bad); }
.lead-card input, .lead-card textarea {
width: 100%; background: var(--bg); color: var(--ink);
border: 1px solid var(--rule); border-radius: 3px;
padding: 10px 12px; font-family: var(--sans); font-size: 14px; font-weight: 300;
outline: none; transition: border-color 200ms;
}
.lead-card input:focus, .lead-card textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold-soft); }
.lead-card textarea { resize: vertical; min-height: 70px; max-height: 200px; }
.lead-card .nla-line {
margin: 14px 0 0; padding: 10px 12px;
background: rgba(198,108,77,0.08); border: 1px solid var(--bad);
font-size: 11px; color: var(--ink-soft); line-height: 1.5;
}
.lead-card .nla-line strong { color: var(--bad); }
.lead-card .submit-row {
display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px;
}
.lead-card .submit-btn {
background: var(--gold); color: var(--bg); border: 0;
padding: 12px 22px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
cursor: pointer; border-radius: 3px;
transition: background 200ms;
}
.lead-card .submit-btn:hover { background: var(--gold-glow); }
.lead-card .submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.lead-card .price-line {
font-family: var(--mono); font-size: 11px; color: var(--ink-soft);
}
.lead-card .price-line b { color: var(--gold); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 14px; }
.lead-card .ack {
margin-top: 14px; padding: 14px 16px;
background: rgba(110,192,129,0.08); border: 1px solid var(--good);
font-size: 13px; color: var(--good); display: none;
}
.lead-card .ack.show { display: block; }
.lead-card .err {
margin-top: 14px; padding: 10px 14px;
background: rgba(198,108,77,0.08); border: 1px solid var(--bad);
font-size: 12px; color: var(--bad); display: none;
}
.lead-card .err.show { display: block; }
/* Mobile — chat collapses to bottom drawer */
@media (max-width: 820px) {
.chat-panel { width: 100%; height: 50vh; top: auto; }
.chat-panel.collapsed { width: 100%; height: 50px; }
main { margin-left: 0; margin-bottom: 50vh; }
body.chat-collapsed main { margin-left: 0; margin-bottom: 50px; }
.hero { padding: 36px 24px 28px; }
.cat-section { padding: 28px 24px; }
.topbar { padding: 18px 24px; }
}
/* Legal banner — bold, top-of-page, can't be dismissed */
.legal-banner {
background: linear-gradient(90deg, #2a1a0a, #3a2410, #2a1a0a);
border-bottom: 2px solid var(--bad);
padding: 14px 36px;
position: relative;
}
.legal-banner::before {
content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
background: linear-gradient(90deg, transparent, var(--bad), transparent);
animation: scan 3s ease-in-out infinite;
}
@keyframes scan { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }
.legal-banner-inner {
display: flex; gap: 14px; align-items: flex-start;
max-width: 1100px; margin: 0 auto;
}
.legal-banner-icon {
font-size: 22px; color: var(--bad); flex-shrink: 0; line-height: 1.2;
}
.legal-banner-text {
font-size: 13px; color: var(--ink); line-height: 1.55;
}
.legal-banner-text strong {
color: var(--bad); font-weight: 600; letter-spacing: 0.005em;
text-transform: uppercase; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em;
display: inline-block; margin-right: 6px;
}
.legal-banner-text a {
color: var(--gold); text-decoration: underline; text-underline-offset: 2px;
}
/* Money saved badge in hero */
.savings-badge {
display: inline-flex; align-items: center; gap: 8px;
background: linear-gradient(90deg, rgba(110,192,129,0.15), transparent);
border: 1px solid var(--good); border-radius: 999px;
padding: 6px 14px;
font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--good);
margin-top: 24px;
}
.savings-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--good); box-shadow: 0 0 8px var(--good); }
</style>
</head>
<body>
<!-- COLLAPSIBLE CHAT PANEL -->
<aside class="chat-panel" id="chatPanel">
<div class="chat-header">
<div class="chat-title"><span class="dot"></span><span>Ask anything</span></div>
<button class="chat-toggle" id="chatToggle" title="collapse / expand">«</button>
</div>
<div class="chat-body" id="chatBody">
<div class="chat-msg assistant">
<div class="who">VenturaClaw</div>
Hi — I'm here to help you set up your business stack via API. Ask me anything: <em>"connect Stripe to my new LLC"</em>, <em>"register a domain and set up business email"</em>, <em>"quote E&O insurance for a one-person consulting biz"</em>.
</div>
<div class="chat-suggestions">
<div class="chat-suggest" data-q="Set up Stripe and accounting for a brand new LLC, what's the order?">Stripe + accounting setup</div>
<div class="chat-suggest" data-q="Register a domain and set up info@ email with SPF/DKIM/DMARC for me">Domain + email</div>
<div class="chat-suggest" data-q="Generate an operating agreement for a single-member LLC">Operating agreement</div>
<div class="chat-suggest" data-q="Privacy policy + terms for a SaaS that stores customer emails and Stripe tokens">Privacy + ToS</div>
<div class="chat-suggest" data-q="Quote general liability and E&O insurance for a one-person consulting business">Liability quotes</div>
<div class="chat-suggest" data-q="File 1099-NEC for two contractors I paid this year">1099-NEC filing</div>
<div class="chat-suggest" data-q="Walk me through the full $99 freelance LLC stack — domain, email, Stripe, accounting, contracts. What gets set up and in what order?">$99 freelance stack</div>
</div>
</div>
<div class="chat-input-wrap">
<textarea class="chat-input" id="chatInput" placeholder="ask anything about your business — taxes, legal, banking, insurance…" rows="2"></textarea>
<div class="chat-actions">
<span class="chat-hint">⌘↵ to send · runs on a local model</span>
<button class="chat-send" id="chatSend">Send →</button>
</div>
</div>
</aside>
<main>
<header class="topbar">
<div class="brand">
<span class="logo-dot"></span>
<span class="name">Ventura<em>Claw</em></span>
<span class="crumb">Small-Business Services</span>
</div>
<nav>
<a href="/">Home</a>
<a href="/connectors">Connectors</a>
<a href="/pricing">Pricing</a>
<a href="/login">Sign in</a>
<button class="theme-toggle" id="themeToggle" type="button" title="Toggle light/dark" aria-label="Toggle theme"><span class="moon">☾</span><span class="sun">☀︎</span></button>
</nav>
</header>
<div class="legal-banner">
<div class="legal-banner-inner">
<div class="legal-banner-icon">⚠</div>
<div class="legal-banner-text">
<strong>VenturaClaw is NOT a law firm and NOT your attorney.</strong>
We are an API-orchestration service. We route requests to vetted partners (Stripe, Cloudflare, QuickBooks, Embroker, etc.). We do not give legal, tax, insurance, or financial advice.
Read the <a href="/legal-notice">full legal notice</a> before using any paid orchestration tier.
</div>
</div>
</div>
<section class="hero">
<div class="eyebrow"><span class="dot"></span><span>18 services · 5 categories · all via real APIs</span></div>
<h1>Your <em>entire business stack.</em><br>One sentence. Sixty seconds.</h1>
<p class="lede">
Connect Stripe. Generate your contracts. Register your domain. Quote insurance. Set up payroll and accounting. <em>All via direct API calls</em> to vetted partners — Stripe, QuickBooks, Embroker, Track1099, Cloudflare, Mercury. No paper. No portals. The chat on the left runs on a local model — your inputs never leave your laptop.
</p>
<span class="savings-badge"><span class="dot"></span>47-second domain + email setup · $39 flat · what a VA charges $300 for</span>
<div class="stats">
<div class="stat"><div class="num">18</div><div class="lbl">Services covered</div></div>
<div class="stat"><div class="num">100%</div><div class="lbl">API-real</div></div>
<div class="stat"><div class="num">$0–99</div><div class="lbl">Flat orchestration fee</div></div>
<div class="stat"><div class="num">24/7</div><div class="lbl">AI assistant</div></div>
</div>
</section>
<!-- SERVICE FILTER — client-side search across the 18-card catalog -->
<section class="cat-section" style="padding-top:12px;padding-bottom:12px">
<div style="display:flex;align-items:center;gap:12px;flex-wrap:wrap">
<input type="search" id="svcFilter" placeholder='Filter the 18 services — try "stripe", "domain", "insurance"…'
oninput="filterSvc(this.value)"
style="flex:1;min-width:240px;background:var(--bg-2);color:var(--ink);border:1px solid var(--rule);padding:11px 14px;font-family:var(--mono);font-size:13px;outline:none;border-radius:3px" />
<span id="svcCount" style="font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--ink-mute);text-transform:uppercase">18 services</span>
</div>
</section>
<script>
function filterSvc(q) {
q = (q || '').trim().toLowerCase();
let total = 0, shown = 0;
document.querySelectorAll('section.cat-section').forEach(sec => {
if (sec.querySelector('#svcFilter')) return; // skip filter row itself
if (sec.id === 'try-it') return; // skip demo widget
if (sec.classList.contains('how-section')) return; // skip 'how it works' card
if (sec.classList.contains('compare-section')) return;
let any = false;
const cards = sec.querySelectorAll('.svc');
if (!cards.length) return;
cards.forEach(card => {
total++;
const svc = (card.dataset.svc || '').toLowerCase();
const name = (card.querySelector('.svc-name')?.textContent || '').toLowerCase();
const desc = (card.querySelector('.svc-desc')?.textContent || '').toLowerCase();
const head = (sec.querySelector('h2')?.textContent || '').toLowerCase();
const hit = !q || svc.includes(q) || name.includes(q) || desc.includes(q) || head.includes(q);
card.style.display = hit ? '' : 'none';
if (hit) { shown++; any = true; }
});
sec.style.display = any ? '' : 'none';
});
const c = document.getElementById('svcCount');
if (c) c.textContent = q ? (shown + ' / ' + total + ' match') : (total + ' services');
}
</script>
<!-- DEMO WIDGET — domain + email setup, real plumbing -->
<section class="cat-section demo-section" id="try-it">
<div class="cat-head">
<div>
<span class="cat-icon">▲ TRY IT NOW · LIVE</span>
<h2>Type a domain. See exactly <em>what we'd do.</em></h2>
</div>
<div class="cat-blurb">No payment, no signup. Type the domain you'd want, we return the precise sequence of API calls (Porkbun → Cloudflare → DNS → SPF/DKIM/DMARC → email forwarding) we'd fire, with cost. Run it for $39 + the registration fee when you're ready.</div>
</div>
<form class="demo-form" id="demoForm" autocomplete="off">
<div class="demo-row">
<label for="demoDomain">Domain you want</label>
<input type="text" id="demoDomain" name="domain" required
placeholder="mybiz.com" pattern="[a-z0-9-]+\.[a-z]{2,24}"
autocapitalize="off" spellcheck="false" />
</div>
<div class="demo-row">
<label for="demoBiz">Business name <span class="opt">(optional)</span></label>
<input type="text" id="demoBiz" name="business_name" placeholder="Acme Consulting LLC" maxlength="80" />
</div>
<div class="demo-row">
<label for="demoFwd">Forward info@ to <span class="opt">(your inbox)</span></label>
<input type="email" id="demoFwd" name="forward_to" placeholder="you@gmail.com" />
</div>
<button type="submit" class="demo-go">Show the plan →</button>
</form>
<div class="demo-result" id="demoResult"></div>
</section>
<!-- (Formation section removed — government-portal services pivoted out 2026-05-06; Operating Agreement relocated to Documents) -->
<!-- BANKING -->
<section class="cat-section">
<div class="cat-head">
<div>
<span class="cat-icon">▲ 01 · BANKING & PAYMENTS</span>
<h2>Open the <em>right accounts</em>, the first time.</h2>
</div>
<div class="cat-blurb">Business checking, payments processor, payroll, accounting. We pre-vet the providers that don't have surprise fees and integrate with the connectors VenturaClaw already speaks.</div>
</div>
<div class="svc-grid">
<div class="svc" data-svc="business bank account"><div class="svc-num">01-A</div><div class="svc-name">Business bank account</div><div class="svc-desc">Mercury, Relay, Bluevine — no monthly fee, online only, opens in ~15 min once your LLC + EIN are in hand.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Recommendation</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">Concierge open</span><span class="val">$39</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Stripe / Square setup"><div class="svc-num">01-B</div><div class="svc-name">Payments (Stripe/Square)</div><div class="svc-desc">Pick the right processor for your model — recurring, one-time, in-person. We help you avoid the 2.9%+30¢ surprise.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">DIY</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">Setup</span><span class="val">$49</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Payroll setup (Gusto/Justworks)"><div class="svc-num">01-C</div><div class="svc-name">Payroll setup</div><div class="svc-desc">Gusto for most, Justworks for PEO needs. We handle Form 941 and state unemployment registration.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">DIY</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">We set up</span><span class="val">$79</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Business credit card"><div class="svc-num">01-D</div><div class="svc-name">Business credit card</div><div class="svc-desc">Personal-credit-only options for new LLCs (Brex, Mercury IO, Capital One Spark). We compare cash-back vs. travel.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Guidance</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">Apply</span><span class="val">Self-serve</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Bookkeeping / accounting setup"><div class="svc-num">01-E</div><div class="svc-name">Accounting setup</div><div class="svc-desc">QuickBooks for tax-ready, Wave for free, Xero for international. Chart of accounts seeded for your industry.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">DIY</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">Concierge</span><span class="val">$59</span></div><span class="ask-link">Ask the chat →</span></div></div>
</div>
</section>
<!-- (Compliance section removed — government-portal services pivoted out 2026-05-06) -->
<!-- TAXES -->
<section class="cat-section">
<div class="cat-head">
<div>
<span class="cat-icon">▲ 02 · TAX HELP</span>
<h2>Pay <em>only</em> what you owe.</h2>
</div>
<div class="cat-blurb">Quarterly estimates, Schedule C walkthroughs, 1099-NEC for contractors, IRS payment plans. Mostly free guidance plus a CPA referral when it gets weird.</div>
</div>
<div class="svc-grid">
<div class="svc" data-svc="Quarterly estimated tax filings"><div class="svc-num">02-A</div><div class="svc-name">Quarterly estimates</div><div class="svc-desc">If you'll owe more than $1,000 at year-end, you owe quarterly. We calculate and remind. Most underpay.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Calc + reminders</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">CPA file</span><span class="val">Referral</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Schedule C / Schedule E walkthrough"><div class="svc-num">02-B</div><div class="svc-name">Schedule C walkthrough</div><div class="svc-desc">Sole props and single-member LLCs file Schedule C. We help you find every deduction without crossing audit lines.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Walkthrough</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">CPA</span><span class="val">Referral</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="1099-NEC for contractors"><div class="svc-num">02-C</div><div class="svc-name">1099-NEC filing</div><div class="svc-desc">Pay any contractor over $600 in a year and you owe them (and the IRS) a 1099-NEC by Jan 31. We file them.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">DIY</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">We file</span><span class="val">$9 / form</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="CPA referral"><div class="svc-num">02-D</div><div class="svc-name">CPA referral</div><div class="svc-desc">When the chat says "ask a CPA" — we connect you to a vetted small-business CPA in your state. No kickback.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Intro</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">CPA fees</span><span class="val">~$300+</span></div><span class="ask-link">Ask the chat →</span></div></div>
</div>
</section>
<!-- INSURANCE -->
<section class="cat-section">
<div class="cat-head">
<div>
<span class="cat-icon">▲ 03 · INSURANCE</span>
<h2>Cover the <em>predictable disasters.</em></h2>
</div>
<div class="cat-blurb">General liability, professional liability (E&O), workers' comp, cyber, BOP. Routed through brokers we've vetted — no surprise commissions hidden in your premium.</div>
</div>
<div class="svc-grid">
<div class="svc" data-svc="General liability insurance"><div class="svc-num">03-A</div><div class="svc-name">General liability</div><div class="svc-desc">Slip-and-fall, property damage, libel. Most clients require it. ~$30–60/mo for a one-person business.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Quote routing</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">Broker</span><span class="val">~$30–60/mo</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Professional liability / E&O"><div class="svc-num">03-B</div><div class="svc-name">Professional liability (E&O)</div><div class="svc-desc">Errors & omissions — for consultants, designers, agencies. Covers "I gave bad advice" claims.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Quote routing</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">Broker</span><span class="val">~$40–100/mo</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Cyber liability insurance"><div class="svc-num">03-C</div><div class="svc-name">Cyber liability</div><div class="svc-desc">Customer-data breach coverage. Cheap for solos (~$25/mo), critical the moment you store SSNs or card data.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Quote routing</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">Carrier</span><span class="val">~$25–60/mo</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="BOP / business owners policy"><div class="svc-num">03-D</div><div class="svc-name">Business Owner's Policy</div><div class="svc-desc">Bundle: GL + property + biz interruption. Cheaper than buying separate. Standard for retail, food, salons.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Quote routing</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">Carrier</span><span class="val">~$50–150/mo</span></div><span class="ask-link">Ask the chat →</span></div></div>
</div>
</section>
<!-- IDENTITY & OPERATIONS -->
<section class="cat-section">
<div class="cat-head">
<div>
<span class="cat-icon">▲ 04 · IDENTITY & OPERATIONS</span>
<h2>Get the <em>name, address, and inbox</em> right.</h2>
</div>
<div class="cat-blurb">Domain registration, DNS, MX/SPF/DKIM/DMARC for clean inbox delivery, and a real street address (not a PO box). Done via Cloudflare + Namecheap APIs in under a minute.</div>
</div>
<div class="svc-grid">
<div class="svc" data-svc="Domain + business email setup"><div class="svc-num">04-A</div><div class="svc-name">Domain + email</div><div class="svc-desc">Register a .com via Namecheap or Porkbun API, point DNS at Cloudflare, set up info@yourbiz.com with SPF/DKIM/DMARC. End-to-end in ~60 seconds.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Walkthrough</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">We set up via API</span><span class="val">$39 + reg fee</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Virtual mailbox / business address"><div class="svc-num">04-B</div><div class="svc-name">Virtual mailbox</div><div class="svc-desc">Real street address (not a PO Box) so your home doesn't show up on every public filing. iPostal1 partner API.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Recommendation</span><span class="val">Free</span></div><div class="price-tag"><span class="lbl">Provider</span><span class="val">~$10–25/mo</span></div><span class="ask-link">Ask the chat →</span></div></div>
</div>
</section>
<!-- DOCUMENTS -->
<section class="cat-section">
<div class="cat-head">
<div>
<span class="cat-icon">▲ 05 · DOCUMENTS</span>
<h2>The <em>paperwork</em> a real business actually needs.</h2>
</div>
<div class="cat-blurb">Operating agreement (banks demand it), privacy policy + terms (regulators demand it), client contracts (you'll be glad you had them). All generated from vetted templates against the facts you provide.</div>
</div>
<div class="svc-grid">
<div class="svc" data-svc="Operating agreement"><div class="svc-num">05-A</div><div class="svc-name">Operating agreement</div><div class="svc-desc">LLC's internal rulebook. Not always required by state, always required by banks. Generated from a vetted template — single-member, multi-member, or member-managed variants.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Template</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">Custom-tuned</span><span class="val">$49</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Privacy policy and terms generator"><div class="svc-num">05-B</div><div class="svc-name">Privacy policy + ToS</div><div class="svc-desc">Generated from a vetted CCPA/GDPR/COPPA template, customized to your actual data flow (what you collect, who you share with, retention). Don't copy a competitor's — they don't fit.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Generate</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">Custom</span><span class="val">$39</span></div><span class="ask-link">Ask the chat →</span></div></div>
<div class="svc" data-svc="Contract templates"><div class="svc-num">05-C</div><div class="svc-name">Contract templates</div><div class="svc-desc">MSA, NDA, contractor agreement, statement of work, payment terms, kill fee, IP assignment. Free library; we customize for $29.</div><div class="svc-pricing"><div class="price-tag free"><span class="lbl">Library</span><span class="val">Free</span></div><div class="price-tag gold"><span class="lbl">Custom edit</span><span class="val">$29</span></div><span class="ask-link">Ask the chat →</span></div></div>
</div>
</section>
<!-- LEAD CAPTURE MODAL -->
<div class="lead-modal" id="leadModal" role="dialog" aria-modal="true" aria-labelledby="leadModalTitle">
<div class="lead-card">
<button type="button" class="close-x" id="leadClose" aria-label="Close">×</button>
<span class="svc-tag" id="leadSvcTag">Service</span>
<h3 id="leadModalTitle">Get started</h3>
<p style="font-size: 13px; color: var(--ink-soft); margin: 0 0 4px;">
Tell us a little, we'll reply within one business day with a clear next step. No payment now — we walk you through what's free, and only quote a fee if there's something we can do for you.
</p>
<form id="leadForm">
<input type="hidden" id="leadService" name="service" value="">
<label class="required" for="leadEmail">Your email</label>
<input type="email" id="leadEmail" name="email" required placeholder="you@example.com" autocomplete="email">
<label for="leadPhone">Phone (optional)</label>
<input type="tel" id="leadPhone" name="phone" placeholder="(optional)" autocomplete="tel">
<label for="leadState">Your state (optional, helps us answer faster)</label>
<input type="text" id="leadState" name="state" placeholder="e.g. CA" autocomplete="address-level1" maxlength="60">
<label for="leadNotes">What are you trying to do?</label>
<textarea id="leadNotes" name="notes" rows="3" placeholder="One or two sentences — what you need, what you've already done, anything we should know."></textarea>
<div class="nla-line">
<strong>Reminder:</strong> VenturaClaw is not a law firm and not your attorney. We are an API-orchestration service that routes requests to vetted partners. Submitting this form does not create an attorney–client, accountant–client, or fiduciary relationship. <a href="/legal-notice" target="_blank" rel="noopener" style="color: var(--gold)">Read the full notice →</a>
</div>
<div class="submit-row">
<span class="price-line" id="leadPrice"></span>
<button type="submit" class="submit-btn" id="leadSubmit">Send →</button>
</div>
<div class="ack" id="leadAck"></div>
<div class="err" id="leadErr"></div>
</form>
</div>
</div>
<!-- HOW IT WORKS — replacing the old LegalZoom comparison matrix -->
<section class="cat-section how-section">
<div class="cat-head">
<div>
<span class="cat-icon">▲ THE FLOW</span>
<h2>How it actually <em>runs</em>.</h2>
</div>
<div class="cat-blurb">No portals. No "fill out this form and wait." Every service above is a real API call to a vetted partner. You ask, the chat picks the right one, the API runs, you get a confirmation. Total time: under a minute for most.</div>
</div>
<div class="flow-grid">
<div class="flow-step">
<div class="flow-num">01</div>
<div class="flow-title">You ask in plain English</div>
<div class="flow-body">"Set up payments for my new freelance LLC" — that's the input. No forms, no checkboxes, no decision trees. The chat parses it.</div>
</div>
<div class="flow-step">
<div class="flow-num">02</div>
<div class="flow-title">We pick the right API</div>
<div class="flow-body">Stripe Connect for payments. QuickBooks for accounting. Cloudflare for DNS. Embroker for liability quotes. Track1099 for 1099 filings. Each is a real API call — no scraping, no portal automation, no UPL exposure.</div>
</div>
<div class="flow-step">
<div class="flow-num">03</div>
<div class="flow-title">You confirm. We run it.</div>
<div class="flow-body">Approval queue shows you what's about to fire (with the actual data) before the API call goes out. You hit yes. ~5–60 seconds later, it's done. Confirmation in your email + the audit trail.</div>
</div>
</div>
<p class="flow-foot">VenturaClaw doesn't form your LLC, file your BOI, or register your trademark. Those are government-portal-only and we don't operate in that lane. For those, we'll point you at the right free or low-cost alternative — IRS, FinCEN, USPTO, your state Secretary of State. <a href="/legal-notice">Full legal notice →</a></p>
</section>
<footer>
<span>© 2026 VenturaClaw · Steve Abrams · <a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a></span>
<span>
<a href="/privacy">Privacy</a> · <a href="/terms">Terms</a> · <a href="/about">About</a>
</span>
</footer>
</main>
<script>
// ----- TRY-IT-NOW domain demo widget -----
(function wireDemo() {
const form = document.getElementById('demoForm');
const result = document.getElementById('demoResult');
if (!form || !result) return;
form.addEventListener('submit', async e => {
e.preventDefault();
const btn = form.querySelector('.demo-go');
btn.disabled = true; btn.textContent = 'Calling APIs…';
const payload = {
domain: document.getElementById('demoDomain').value.trim().toLowerCase(),
business_name: document.getElementById('demoBiz').value.trim(),
forward_to: document.getElementById('demoFwd').value.trim(),
};
try {
const r = await fetch('/api/services-demo/domain-email', {
method: 'POST', headers: {'Content-Type':'application/json'},
body: JSON.stringify(payload)
});
const j = await r.json();
if (!r.ok) throw new Error(j.msg || j.error || 'Demo failed.');
renderDemo(j.plan, payload);
} catch (err) {
result.innerHTML = `<div style="padding:14px;border:1px solid var(--bad);color:var(--bad);font-size:13px">${err.message}</div>`;
result.classList.add('show');
} finally {
btn.disabled = false; btn.textContent = 'Show the plan →';
}
});
function escHtml(s) { return (s||'').replace(/[<>&"]/g, c=>({'<':'<','>':'>','&':'&','"':'"'}[c])); }
function renderDemo(plan, payload) {
const stepsHtml = plan.steps.map(s => `<div class="demo-step">
<div class="n">${s.n}</div>
<div>
<div class="api">${escHtml(s.api)}</div>
<div class="action">${escHtml(s.action)}</div>
<div class="meta">
<span class="risk ${s.risk === 'destructive: changes ownership of DNS' ? 'destructive' : ''}">${escHtml(s.risk||'')}</span>
${s.cost ? `<span class="cost">${escHtml(s.cost)}</span>` : ''}
${s.needs_input ? `<span class="needs">needs your input</span>` : ''}
</div>
</div>
</div>`).join('');
const youGet = plan.you_get.map(x => `<li>${escHtml(x)}</li>`).join('');
const notIncl = plan.not_included.map(x => `<li>${escHtml(x)}</li>`).join('');
result.innerHTML = `
<div class="demo-summary">
<div class="total"><span class="lbl">Total</span>$${plan.fees.total.toFixed(2)}</div>
<div class="breakdown">
VenturaClaw orchestration: <b>$${plan.fees.ventura_claw_orchestration.toFixed(2)}</b>
· Domain registration (year 1): <b>$${plan.fees.domain_registration.toFixed(2)}</b>
· Cloudflare DNS: <b>free</b>
· ETA: <b>~${plan.estimated_total_seconds}s end-to-end</b>
</div>
<div class="summary-line">${escHtml(plan.summary)}</div>
</div>
<div class="demo-steps">${stepsHtml}</div>
<div class="demo-deliv">
<div class="panel"><h4>You get</h4><ul>${youGet}</ul></div>
<div class="panel not"><h4>Not included</h4><ul>${notIncl}</ul></div>
</div>
<div class="demo-cta-row">
<div class="pre">Like the plan? One click pre-fills the Get-Started form with these inputs. We reply within one business day — and tell you exactly what fires and when.</div>
<button type="button" class="demo-cta-run" id="demoCtaRun">Pre-fill & send →</button>
</div>`;
result.classList.add('show');
result.scrollIntoView({ behavior: 'smooth', block: 'start' });
const runBtn = document.getElementById('demoCtaRun');
runBtn.addEventListener('click', () => {
// Open the lead modal pre-filled with the demo inputs
document.getElementById('leadSvcTag').textContent = 'Domain + email setup';
document.getElementById('leadService').value = 'Domain + email setup';
document.getElementById('leadModalTitle').textContent = 'Run: Domain + email setup';
document.getElementById('leadEmail').value = payload.forward_to || '';
document.getElementById('leadNotes').value = `Demo plan for ${payload.domain}${payload.business_name ? ' / '+payload.business_name : ''}. Forward to ${payload.forward_to || '(unspecified)'}. Total ~$${plan.fees.total.toFixed(2)}, ~${plan.estimated_total_seconds}s.`;
document.getElementById('leadPrice').innerHTML = `<b>Total:</b> $${plan.fees.total.toFixed(2)} · <b>ETA:</b> ~${plan.estimated_total_seconds}s`;
document.getElementById('leadModal').classList.add('show');
setTimeout(() => document.getElementById('leadEmail').focus(), 100);
});
}
})();
// ----- "not legal advice" badge on every service card -----
document.querySelectorAll('.svc').forEach(el => {
const b = document.createElement('span');
b.className = 'nla-badge';
b.textContent = 'Not legal advice';
b.title = 'VenturaClaw is not a law firm. See /legal-notice.';
el.appendChild(b);
});
// ----- "GET STARTED →" button on every service card (opens modal) -----
document.querySelectorAll('.svc').forEach(el => {
const btn = document.createElement('button');
btn.type = 'button';
btn.className = 'svc-cta';
btn.textContent = 'Get Started →';
btn.addEventListener('click', e => {
e.stopPropagation(); // don't trigger the card-click chat seed
openLeadModal(el.dataset.svc, el);
});
el.appendChild(btn);
});
// ----- Lead modal wiring -----
const leadModal = document.getElementById('leadModal');
const leadClose = document.getElementById('leadClose');
const leadForm = document.getElementById('leadForm');
const leadAck = document.getElementById('leadAck');
const leadErr = document.getElementById('leadErr');
const leadSubmit= document.getElementById('leadSubmit');
function openLeadModal(svcName, cardEl) {
document.getElementById('leadSvcTag').textContent = svcName;
document.getElementById('leadService').value = svcName;
document.getElementById('leadModalTitle').textContent = 'Get started: ' + svcName;
// Pull the price line from the card if available
const priceTags = cardEl ? cardEl.querySelectorAll('.price-tag') : [];
let priceText = '';
priceTags.forEach(p => {
const lbl = p.querySelector('.lbl')?.textContent || '';
const val = p.querySelector('.val')?.textContent || '';
if (lbl && val) priceText += `<b>${lbl}:</b> ${val} · `;
});
document.getElementById('leadPrice').innerHTML = priceText.replace(/\s*·\s*$/, '');
leadAck.classList.remove('show'); leadAck.textContent = '';
leadErr.classList.remove('show'); leadErr.textContent = '';
leadSubmit.disabled = false;
leadSubmit.textContent = 'Send →';
leadModal.classList.add('show');
setTimeout(() => document.getElementById('leadEmail').focus(), 100);
}
function closeLeadModal() { leadModal.classList.remove('show'); }
leadClose.addEventListener('click', closeLeadModal);
leadModal.addEventListener('click', e => { if (e.target === leadModal) closeLeadModal(); });
document.addEventListener('keydown', e => { if (e.key === 'Escape' && leadModal.classList.contains('show')) closeLeadModal(); });
leadForm.addEventListener('submit', async e => {
e.preventDefault();
leadAck.classList.remove('show'); leadErr.classList.remove('show');
leadSubmit.disabled = true;
leadSubmit.textContent = 'Sending…';
const payload = {
service: document.getElementById('leadService').value,
email: document.getElementById('leadEmail').value.trim(),
phone: document.getElementById('leadPhone').value.trim(),
state: document.getElementById('leadState').value.trim(),
notes: document.getElementById('leadNotes').value.trim(),
};
try {
const r = await fetch('/api/services-lead', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(payload)
});
const j = await r.json();
if (!r.ok) throw new Error(j.msg || j.error || 'Submission failed.');
leadAck.textContent = j.msg || 'Got it — we\'ll be in touch.';
leadAck.classList.add('show');
leadForm.reset();
leadSubmit.textContent = 'Sent ✓';
setTimeout(closeLeadModal, 3500);
} catch (err) {
leadErr.textContent = err.message || 'Network error.';
leadErr.classList.add('show');
leadSubmit.disabled = false;
leadSubmit.textContent = 'Try again →';
}
});
// ----- theme toggle wiring -----
document.getElementById('themeToggle').addEventListener('click', () => {
const cur = document.documentElement.getAttribute('data-theme') === 'light' ? 'light' : 'dark';
const next = cur === 'light' ? 'dark' : 'light';
if (next === 'light') document.documentElement.setAttribute('data-theme', 'light');
else document.documentElement.removeAttribute('data-theme');
try { localStorage.setItem('vc-theme', next); } catch {}
});
// ----- chat panel state -----
const panel = document.getElementById('chatPanel');
const toggle = document.getElementById('chatToggle');
const body = document.getElementById('chatBody');
const input = document.getElementById('chatInput');
const send = document.getElementById('chatSend');
function setCollapsed(v) {
panel.classList.toggle('collapsed', v);
document.body.classList.toggle('chat-collapsed', v);
toggle.innerHTML = v ? '»' : '«';
try { localStorage.setItem('vc-chat-collapsed', v ? '1' : '0'); } catch {}
}
setCollapsed(localStorage.getItem('vc-chat-collapsed') === '1');
toggle.addEventListener('click', () => setCollapsed(!panel.classList.contains('collapsed')));
// suggested-question pills
document.querySelectorAll('.chat-suggest').forEach(el => {
el.addEventListener('click', () => {
input.value = el.dataset.q;
input.focus();
send.click();
});
});
// service-card click → seed chat with question about that service
document.querySelectorAll('.svc').forEach(el => {
el.addEventListener('click', () => {
if (panel.classList.contains('collapsed')) setCollapsed(false);
input.value = `Tell me about ${el.dataset.svc} — do I need it, what's it cost, and what's the catch?`;
input.focus();
send.click();
});
});
// restore prior conversation from localStorage
const HISTORY_KEY = 'vc-services-chat';
function loadHistory() {
try {
const raw = localStorage.getItem(HISTORY_KEY);
if (!raw) return;
const msgs = JSON.parse(raw);
// keep the welcome message + suggestions; append history below
msgs.forEach(m => appendMsg(m.role, m.content, false));
} catch {}
}
function saveHistory() {
try {
const msgs = Array.from(body.querySelectorAll('.chat-msg.user, .chat-msg.assistant:not(.welcome):not(.thinking)')).slice(-20).map(el => ({
role: el.classList.contains('user') ? 'user' : 'assistant',
content: el.dataset.raw || el.textContent.replace(/^VenturaClaw|^You/, '').trim()
}));
localStorage.setItem(HISTORY_KEY, JSON.stringify(msgs));
} catch {}
}
function appendMsg(role, text, save = true) {
const d = document.createElement('div');
d.className = 'chat-msg ' + role;
d.dataset.raw = text;
const who = document.createElement('div');
who.className = 'who';
who.textContent = role === 'user' ? 'You' : 'VenturaClaw';
d.appendChild(who);
const c = document.createElement('div');
// very simple markdown-ish rendering: line breaks + **bold** + *italic*
c.innerHTML = text
.replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>')
.replace(/\*\*(.+?)\*\*/g, '<strong>$1</strong>')
.replace(/\*(.+?)\*/g, '<em>$1</em>')
.replace(/\n/g, '<br>');
d.appendChild(c);
body.appendChild(d);
body.scrollTop = body.scrollHeight;
if (save) saveHistory();
return d;
}
let isSending = false;
async function sendMsg() {
const q = input.value.trim();
if (!q || isSending) return;
isSending = true;
send.disabled = true;
input.value = '';
appendMsg('user', q);
const thinking = appendMsg('assistant', 'thinking…', false);
thinking.classList.add('thinking');
try {
const r = await fetch('/api/services-chat', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ message: q, history: [] })
});
const j = await r.json();
thinking.remove();
appendMsg('assistant', j.answer || j.error || 'No response.');
} catch (e) {
thinking.remove();
appendMsg('assistant', 'Network error: ' + e.message);
} finally {
isSending = false;
send.disabled = false;
}
}
send.addEventListener('click', sendMsg);
input.addEventListener('keydown', e => {
if (e.key === 'Enter' && (e.metaKey || e.ctrlKey)) { e.preventDefault(); sendMsg(); }
});
loadHistory();
</script>
</body>
</html>