clawdbot-workspace/proposals/solvr-deliverables-simple.html

713 lines
27 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solvr AI Platform — Phase 1 Deliverables</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', -apple-system, sans-serif;
color: #1a1a2e;
background: #fff;
line-height: 1.6;
font-size: 13px;
}
.page {
width: 8.5in;
min-height: 11in;
margin: 0 auto;
padding: 40px 52px;
page-break-after: always;
position: relative;
}
.page:last-child { page-break-after: avoid; }
.deliverable, .connection-section, .ownership-grid, .numbers-section, .case-study {
page-break-inside: avoid;
}
/* Header */
.header {
text-align: center;
margin-bottom: 32px;
padding-bottom: 20px;
border-bottom: 3px solid #4f46e5;
}
.header h1 {
font-size: 28px;
font-weight: 800;
color: #1a1a2e;
letter-spacing: -0.5px;
margin-bottom: 2px;
}
.header .subtitle {
font-size: 16px;
font-weight: 400;
color: #6366f1;
margin-bottom: 12px;
}
.header .meta {
display: flex;
justify-content: center;
gap: 28px;
font-size: 12px;
color: #64748b;
}
.header .meta strong { color: #1a1a2e; }
.ownership-banner {
background: linear-gradient(135deg, #4f46e5, #7c3aed);
color: #fff;
text-align: center;
padding: 10px 20px;
border-radius: 8px;
font-size: 13px;
font-weight: 600;
margin-top: 12px;
letter-spacing: 0.3px;
}
/* Deliverable Sections */
.deliverable {
margin-bottom: 28px;
}
.deliverable-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 4px;
}
.deliverable-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
background: #4f46e5;
color: #fff;
border-radius: 50%;
font-weight: 700;
font-size: 14px;
flex-shrink: 0;
}
.deliverable h2 {
font-size: 20px;
font-weight: 700;
color: #1a1a2e;
}
.deliverable-tagline {
font-size: 12.5px;
color: #6366f1;
font-weight: 500;
margin: 2px 0 10px 38px;
}
.deliverable p, .deliverable li {
font-size: 12.5px;
color: #374151;
line-height: 1.6;
}
.deliverable ul {
list-style: none;
padding-left: 38px;
}
.deliverable ul li {
position: relative;
padding-left: 16px;
margin-bottom: 6px;
}
.deliverable ul li::before {
content: '→';
position: absolute;
left: 0;
color: #4f46e5;
font-weight: 600;
}
.deliverable ul li strong { color: #1a1a2e; }
/* Asterisk references */
.ref {
color: #6366f1;
font-weight: 700;
font-size: 11px;
vertical-align: super;
cursor: default;
}
/* Images */
.visual {
width: 100%;
border-radius: 10px;
margin: 8px 0 12px;
box-shadow: 0 3px 16px rgba(0,0,0,0.08);
}
/* Connection Table */
.connection-section {
margin-bottom: 24px;
}
.connection-section h2, .cs-page-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
color: #1a1a2e;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 14px;
font-size: 12px;
}
thead th {
background: #4f46e5;
color: #fff;
padding: 8px 12px;
text-align: left;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
thead th:first-child { border-radius: 6px 0 0 0; }
thead th:last-child { border-radius: 0 6px 0 0; }
tbody td {
padding: 7px 12px;
border-bottom: 1px solid #e5e7eb;
color: #374151;
font-size: 12px;
}
tbody tr:nth-child(even) { background: #f8fafc; }
tbody tr:last-child td:first-child { border-radius: 0 0 0 6px; }
tbody tr:last-child td:last-child { border-radius: 0 0 6px 0; }
/* Ownership Grid */
.ownership-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 24px;
}
.own-box {
background: #f8fafc;
border: 2px solid #e5e7eb;
border-radius: 10px;
padding: 18px 20px;
}
.own-box.need {
border-color: #c7d2fe;
background: #eef2ff;
}
.own-box h2 {
font-size: 17px;
font-weight: 700;
margin-bottom: 6px;
color: #1a1a2e;
}
.own-box > p {
font-size: 12px;
color: #374151;
margin-bottom: 8px;
}
.own-box ul {
list-style: none;
padding: 0;
}
.own-box ul li {
padding: 4px 0 4px 22px;
position: relative;
font-size: 12px;
color: #374151;
line-height: 1.5;
}
.own-box ul li::before {
content: '✓';
position: absolute;
left: 0;
color: #10b981;
font-weight: 700;
font-size: 14px;
}
.own-box ul li strong { color: #1a1a2e; }
.cost-summary {
font-size: 11.5px;
color: #6366f1;
margin-top: 6px;
font-weight: 600;
}
/* Numbers */
.numbers {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 16px;
}
.number-card {
background: linear-gradient(135deg, #4f46e5, #6366f1);
color: #fff;
border-radius: 10px;
padding: 16px 20px;
text-align: center;
}
.number-card .value {
font-size: 24px;
font-weight: 800;
display: block;
}
.number-card .label {
font-size: 10px;
opacity: 0.85;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-top: 1px;
}
.number-card.alt {
background: linear-gradient(135deg, #7c3aed, #a78bfa);
}
.context-note {
text-align: center;
font-size: 13px;
color: #64748b;
margin-top: 14px;
font-style: italic;
}
.context-note strong { color: #1a1a2e; }
.footer-note {
text-align: center;
font-size: 12px;
color: #94a3b8;
margin-top: 24px;
padding-top: 16px;
border-top: 1px solid #e5e7eb;
font-style: italic;
}
/* Case Studies */
.cs-page-title {
font-size: 24px;
text-align: center;
margin-bottom: 6px;
color: #1a1a2e;
}
.cs-page-subtitle {
font-size: 13px;
text-align: center;
color: #6366f1;
margin-bottom: 24px;
font-weight: 500;
}
.case-study {
margin-bottom: 28px;
border: 2px solid #e5e7eb;
border-radius: 12px;
overflow: hidden;
}
.cs-header {
background: linear-gradient(135deg, #4f46e5, #6366f1);
color: #fff;
padding: 14px 20px;
}
.cs-header h3 {
font-size: 16px;
font-weight: 700;
margin-bottom: 2px;
}
.cs-header .cs-tag {
font-size: 11px;
opacity: 0.85;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.cs-body {
padding: 16px 20px;
}
.cs-body p {
font-size: 12.5px;
color: #374151;
line-height: 1.6;
margin-bottom: 8px;
}
.cs-body .cs-stats {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
margin: 12px 0;
}
.cs-stat {
background: #f8fafc;
border-radius: 8px;
padding: 10px 12px;
text-align: center;
}
.cs-stat .stat-value {
font-size: 18px;
font-weight: 800;
color: #4f46e5;
display: block;
}
.cs-stat .stat-label {
font-size: 10px;
color: #64748b;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.cs-images {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 12px;
}
.cs-images.single { grid-template-columns: 1fr; }
.cs-img {
width: 100%;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.cs-caption {
font-size: 10.5px;
color: #94a3b8;
text-align: center;
margin-top: 4px;
font-style: italic;
}
</style>
</head>
<body>
<!-- PAGE 1: Header + Work OS -->
<div class="page">
<div class="header">
<h1>What You're Getting & What It Does</h1>
<div class="subtitle">Solvr AI Platform — Phase 1 Deliverables</div>
<div class="meta">
<span><strong>Investment:</strong> $20,000</span>
<span><strong>Timeline:</strong> 6 Weeks</span>
<span><strong>Retainer:</strong> $2,000/mo</span>
</div>
<div class="ownership-banner">You own the software. It runs on your hardware. No vendor lock-in.</div>
</div>
<div class="deliverable">
<div class="deliverable-header">
<span class="deliverable-number">1</span>
<h2>WORK OS</h2>
</div>
<div class="deliverable-tagline">Your entire tech stack, unified under one AI-powered platform</div>
<img src="solvr-images/2026-02-10-solvr-workos-dashboard.png" class="visual" />
<ul>
<li><strong>Build cross-platform dashboards in minutes.</strong> One view pulling ad spend from Google Ads, leads from GHL, website traffic from GA4, social engagement from LinkedIn, and conversion data from Meta — simultaneously. <span class="ref">*A</span></li>
<li><strong>Pull data from any connected app via chat.</strong> Your agents reach into every platform in real-time. "What's our cost-per-lead this week across all channels?" — instant answer. <span class="ref">*A</span></li>
<li><strong>Visualize anything on demand.</strong> Agents generate charts, comparison tables, trend reports, and client scorecards inside the Work OS — pulling live data from every connected tool.</li>
<li><strong>Embed anywhere via iframe.</strong> Every dashboard and micro app you build in the Work OS can be embedded as an iframe inside GoHighLevel, Notion, or any platform that supports custom menus. Your clients see polished dashboards right inside the tools they already use. <span class="ref">*A</span></li>
</ul>
</div>
</div>
<!-- PAGE 2: Factory + Dot -->
<div class="page">
<div class="deliverable">
<div class="deliverable-header">
<span class="deliverable-number">2</span>
<h2>THE FACTORY</h2>
</div>
<div class="deliverable-tagline">Batch production on autopilot with human approval checkpoints</div>
<img src="solvr-images/2026-02-10-solvr-factory-pipeline.png" class="visual" />
<ul>
<li><strong>Generate all monthly client deliverables in one batch.</strong> Branded brochures, performance reports, training materials, competitive analysis — for every client at once. Days become minutes. <span class="ref">*B</span></li>
<li><strong>Auto-brand per client.</strong> The Factory pulls each client's logo, colors, and data, then generates customized versions from master templates. 8 clients = 8 branded packages, no manual swapping. <span class="ref">*B</span></li>
<li><strong>AI-generated creatives at scale.</strong> Social graphics, ad visuals, brochure designs, presentation slides — AI produces polished marketing assets, branded and client-specific.</li>
<li><strong>Quality gates keep you in control.</strong> AI does the heavy lifting. You approve at checkpoints. Nothing goes to a client without your sign-off.</li>
</ul>
</div>
<div class="deliverable">
<div class="deliverable-header">
<span class="deliverable-number">3</span>
<h2>DOT — Zack's Personal AI</h2>
</div>
<div class="deliverable-tagline">Executive assistant: calendar, meetings, docs, LinkedIn, cross-business awareness</div>
<ul>
<li><strong>Drop a meeting recording → get action items in minutes.</strong> Transcribes, extracts decisions, identifies follow-ups, tracks accountability.</li>
<li><strong>Manage your calendar via chat.</strong> "Schedule a call with [person] next week" → Dot handles the logistics.</li>
<li><strong>LinkedIn on autopilot.</strong> Drafts posts in your voice, you approve, she schedules and publishes.</li>
<li><strong>Company docs stay current.</strong> Org chart, policies, SOPs in Notion — maintained without you touching it.</li>
<li><strong>Executive alerts.</strong> Rose closes a deal → Dot tells you. Miles flags a delay → Dot surfaces it with context. <span class="ref">*C</span></li>
</ul>
</div>
</div>
<!-- PAGE 3: Rose + Miles -->
<div class="page">
<div class="deliverable">
<div class="deliverable-header">
<span class="deliverable-number">4</span>
<h2>ROSE — Allyson's AI + Growth Engine</h2>
</div>
<div class="deliverable-tagline">Lead generation, CRM, social media, ad management, sales enablement</div>
<img src="solvr-images/2026-02-10-solvr-agent-chat.png" class="visual" />
<ul>
<li><strong>Auto-post to social platforms.</strong> Rose writes LinkedIn posts (Allyson's + Solvr corporate), generates graphics with AI, schedules content. Monthly batch review → she handles the rest. <span class="ref">*C</span></li>
<li><strong>Make ad creatives without a designer.</strong> Google Ad variations, Facebook carousels, LinkedIn graphics — AI generates polished visuals, branded, on-message. Iterate in chat: "make it warmer" or "try a blue version."</li>
<li><strong>Lead gen across every channel.</strong> Google Ads, organic, Facebook, LinkedIn, outbound, conferences → automatically scored, tagged, routed into GHL, nurture sequences triggered. <span class="ref">*A</span></li>
<li><strong>CRM runs itself.</strong> Pipelines, opportunities, drip campaigns, deduplication, follow-ups — automated in GHL. Rose flags qualified leads; Allyson takes the meetings. <span class="ref">*A</span></li>
<li><strong>Pull performance data via chat.</strong> "What's our Google Ads ROAS this week?" → instant answer with visual breakdown pulling from every connected platform.</li>
</ul>
</div>
<div class="deliverable">
<div class="deliverable-header">
<span class="deliverable-number">5</span>
<h2>MILES — Operations Manager + Content Machine</h2>
</div>
<div class="deliverable-tagline">Deliverable tracking, bulk production, competitive intel, content generation</div>
<img src="solvr-images/2026-02-10-solvr-ai-creatives.png" class="visual" />
<ul>
<li><strong>Branded collateral at scale.</strong> 15 client-specific brochures? Miles spawns sub-agents, pulls each client's branding, generates customized versions, delivers the batch. Minutes, not days. <span class="ref">*B</span></li>
<li><strong>AI-generated marketing materials.</strong> Social graphics, report covers, presentations, inservice slides, educational materials — produced with AI and formatted to brand standards.</li>
<li><strong>Competitive analysis on autopilot.</strong> Quarterly scraping of competitor websites, CMS data, public filings. Branded reports with positioning insights delivered automatically.</li>
<li><strong>PULSE™ training content.</strong> Podcast scripts, mini workbooks, weekly sales tips, coaching summaries — your methodology chunked into deliverable training assets.</li>
<li><strong>Fulfillment tracking across all clients.</strong> Every service, every deliverable, every client — tracked. Alerts when something's late. <span class="ref">*B</span></li>
</ul>
</div>
</div>
<!-- PAGE 4: How It Works + What You Own/Need + Numbers -->
<div class="page">
<div class="connection-section">
<h2>How It All Works Together</h2>
<p style="margin-bottom: 12px; font-size: 12.5px; color: #374151;">Your agents aren't three separate tools. They share the same brain — and they all reach into every connected platform.</p>
<table>
<thead>
<tr>
<th style="width: 40%;">What Happens</th>
<th>Behind the Scenes</th>
</tr>
</thead>
<tbody>
<tr>
<td>Rose closes a new client deal in GHL</td>
<td>Miles automatically knows to start generating fulfillment deliverables</td>
</tr>
<tr>
<td>Miles flags a deliverable is late</td>
<td>Dot alerts Zack with context and suggested action</td>
</tr>
<tr>
<td>You ask "How's the business doing?"</td>
<td>Dot pulls data from GHL + Google Ads + GA4 + Meta + LinkedIn → complete picture in seconds</td>
</tr>
<tr>
<td>Rose generates social posts for 5 clients</td>
<td>Miles verifies brand guidelines from shared knowledge base before publishing</td>
</tr>
<tr>
<td>New lead comes through Google Ads</td>
<td>Rose scores it → GHL triggers nurture → Miles tracks it on the pipeline dashboard</td>
</tr>
</tbody>
</table>
<p style="font-size: 12.5px; color: #374151;">Every agent can pull functions and data from every connected platform. Ask any agent anything — they reach across the entire tech stack and give you an answer with visuals, charts, and dashboards built on the fly.</p>
</div>
<div class="ownership-grid">
<div class="own-box">
<h2>What You Own</h2>
<p>This isn't a subscription. You're buying infrastructure.</p>
<ul>
<li><strong>You own the source code.</strong> Every line, every server, every configuration file.</li>
<li><strong>It runs on your hardware.</strong> Your Mac Mini, your VPS, your choice. No one else touches your data.</li>
<li><strong>No vendor lock-in.</strong> If we part ways tomorrow, you keep everything. It keeps running.</li>
<li><strong>No recurring platform fees.</strong> Just the subscriptions and API costs listed under "What You Need."</li>
</ul>
</div>
<div class="own-box need">
<h2>What You Need</h2>
<p>Subscriptions and accounts you'll maintain:</p>
<ul>
<li><strong>Claude Pro/Team</strong> — $20-30/mo per seat. Powers all 3 agents.</li>
<li><strong>GoHighLevel</strong> — your existing subscription. We connect via API.</li>
<li><strong>Google Workspace</strong> — your existing account. Calendar, Gmail, Drive, GA4.</li>
<li><strong>Ad platform API keys</strong> — Google Ads, Meta Ads (existing accounts).</li>
<li><strong>Hosting</strong> — Mac Mini or VPS ($50-150/mo).</li>
<li><strong>LinkedIn API</strong> — Unipile or similar ($49-200/mo, optional).</li>
<li><strong>Notion</strong> — free or team plan.</li>
</ul>
<p class="cost-summary">Estimated total: $250850/month for everything.</p>
</div>
</div>
<div class="numbers">
<div class="number-card">
<span class="value">$20,000</span>
<span class="label">Total Investment</span>
</div>
<div class="number-card alt">
<span class="value">6 Weeks</span>
<span class="label">To Live Platform</span>
</div>
<div class="number-card alt">
<span class="value">235+</span>
<span class="label">Tools Across 10 Servers</span>
</div>
<div class="number-card">
<span class="value">$2,000/mo</span>
<span class="label">Post-Launch Retainer</span>
</div>
</div>
<p class="context-note">
<strong>For context:</strong> One full-time employee costs $3,5006,000/month minimum.<br/>
You're getting three AI employees that work 24/7 for roughly the cost of half a person.
</p>
<div class="footer-note">
This is Phase 1 — Growth Accelerator. The platform expands into Finance, Operations, Talent, and Clinical AI when you're ready.<br/>
Each expansion plugs into what's already running. No rearchitecting, no starting over.<br/><br/>
<strong style="color: #6366f1;">*A *B *C — See Case Studies on the following pages</strong>
</div>
</div>
<!-- PAGE 5: Case Study A — LocalBosses Work OS -->
<div class="page">
<h2 class="cs-page-title">Case Studies: Projects Built with OpenClaw</h2>
<p class="cs-page-subtitle">Real platforms we've shipped — the same architecture powering your Solvr build</p>
<div class="case-study">
<div class="cs-header">
<div class="cs-tag">Case Study *A — Work OS</div>
<h3>LocalBosses AI — Multi-Tool Business Operations Hub</h3>
</div>
<div class="cs-body">
<p><strong>The Challenge:</strong> A local business operator needed to manage GHL contacts, pull property leads from Reonomy, generate n8n automations, run Google Ads analytics, manage Meta Ads campaigns, and monitor Twilio communications — all from one place, without switching between 6+ platforms.</p>
<p><strong>What We Built:</strong> A unified Work OS with dedicated channels for each business function. The AI agent connects to every tool simultaneously — users type natural language commands like "show me my pipeline" and get a live CRM visualization, or "build me a lead capture workflow" and get a generated n8n automation. Every MCP app (GHL dashboard, Google Ads analytics, Meta Ads manager, Reonomy property search) runs as an embeddable micro app inside the platform.</p>
<div class="cs-stats">
<div class="cs-stat">
<span class="stat-value">5</span>
<span class="stat-label">MCP Servers Integrated</span>
</div>
<div class="cs-stat">
<span class="stat-value">643</span>
<span class="stat-label">Tools Available</span>
</div>
<div class="cs-stat">
<span class="stat-value">29</span>
<span class="stat-label">Embeddable UI Apps</span>
</div>
</div>
<div class="cs-images">
<div>
<img src="solvr-images/cs-localbosses-ghl.png" class="cs-img" />
<p class="cs-caption">GHL CRM pipeline visualization via chat — live data, no manual exports</p>
</div>
<div>
<img src="solvr-images/cs-localbosses-automations.png" class="cs-img" />
<p class="cs-caption">n8n workflow generation — "build me a lead capture workflow" → done</p>
</div>
</div>
<p style="margin-top: 12px; font-size: 11.5px; color: #6366f1; font-weight: 500;"><strong>Relevance to Solvr:</strong> This is exactly the Work OS architecture powering your platform. The same multi-tool integration, embeddable dashboards, and chat-driven data access — customized for your hospice consulting tech stack.</p>
</div>
</div>
</div>
<!-- PAGE 6: Case Study B — MCP Factory + Case Study C — Multi-Channel Agent -->
<div class="page">
<div class="case-study">
<div class="cs-header" style="background: linear-gradient(135deg, #7c3aed, #a78bfa);">
<div class="cs-tag">Case Study *B — The Factory</div>
<h3>MCP Production Pipeline — 30+ Servers Built at Scale</h3>
</div>
<div class="cs-body">
<p><strong>The Challenge:</strong> Build 30+ MCP integration servers (GoHighLevel, Meta Ads, Google Ads, Twilio, Brevo, CloseBot, FreshDesk, HelpScout, and 22 more) — each with API research, tool development, UI apps, testing, documentation, and live website deployment. Doing them sequentially would take years.</p>
<p><strong>What We Built:</strong> An 18-stage production pipeline with AI-driven automation at every step. The Factory auto-advances servers through stages: API research → scaffolding → core tools → UI apps → integration testing → website deployment → publishing. A kanban dashboard tracks all 30+ servers simultaneously, with quality gates at each stage and human approval checkpoints for key decisions.</p>
<div class="cs-stats">
<div class="cs-stat">
<span class="stat-value">30+</span>
<span class="stat-label">Servers Produced</span>
</div>
<div class="cs-stat">
<span class="stat-value">3,500+</span>
<span class="stat-label">Tools Built</span>
</div>
<div class="cs-stat">
<span class="stat-value">18</span>
<span class="stat-label">Pipeline Stages</span>
</div>
</div>
<div class="cs-images single">
<div>
<img src="solvr-images/cs-mcp-factory.png" class="cs-img" />
<p class="cs-caption">Production pipeline dashboard — 30+ servers tracked across 18 stages with automated advancement</p>
</div>
</div>
<p style="margin-top: 12px; font-size: 11.5px; color: #7c3aed; font-weight: 500;"><strong>Relevance to Solvr:</strong> Your Factory uses the same pipeline architecture — but for client deliverables instead of software. Batch production, automated stages, quality gates, and human approval at key checkpoints. Proven at scale.</p>
</div>
</div>
</div>
<!-- PAGE 7: Case Study C — Multi-Channel Agent -->
<div class="page">
<div class="case-study">
<div class="cs-header" style="background: linear-gradient(135deg, #059669, #34d399);">
<div class="cs-tag">Case Study *C — AI Agents</div>
<h3>Buba — Multi-Channel AI Agent with Proactive Scheduling</h3>
</div>
<div class="cs-body">
<p><strong>The Challenge:</strong> Manage daily content coaching for two team members across Discord and iMessage simultaneously — with structured daily schedules (9 AM briefs, 1 PM check-ins, evening wraps), personalized messaging per person, proactive follow-ups, and persistent memory of each person's preferences, progress, and commitments.</p>
<p><strong>What We Built:</strong> An AI agent (Buba) that operates across multiple channels with full context continuity. The agent runs cron-scheduled check-ins, sends personalized coaching messages on Discord and iMessage, tracks each person's progress in persistent memory, escalates when deadlines are missed, and adapts its communication style per individual. The agent shares a single memory layer so context from one channel carries to another — if someone responds on iMessage, the Discord coaching adjusts accordingly.</p>
<div class="cs-stats">
<div class="cs-stat">
<span class="stat-value">7+</span>
<span class="stat-label">Channels Supported</span>
</div>
<div class="cs-stat">
<span class="stat-value">24/7</span>
<span class="stat-label">Always-On Operation</span>
</div>
<div class="cs-stat">
<span class="stat-value"></span>
<span class="stat-label">Persistent Memory</span>
</div>
</div>
<div class="cs-images">
<div>
<img src="solvr-images/cs-agent-coaching.png" class="cs-img" />
<p class="cs-caption">Multi-channel agent: coordinated coaching across Discord + iMessage with cron scheduling</p>
</div>
<div>
<img src="solvr-images/cs-multi-channel.png" class="cs-img" />
<p class="cs-caption">One AI, every channel — Discord, iMessage, Telegram, SMS, WhatsApp, Slack, Web</p>
</div>
</div>
<p style="margin-top: 12px; font-size: 11.5px; color: #059669; font-weight: 500;"><strong>Relevance to Solvr:</strong> Dot, Rose, and Miles use this same multi-channel architecture. Proactive scheduling, cross-channel memory, personalized communication — your agents don't just respond, they initiate. Exactly what you need for coordinating across your team and clients.</p>
</div>
</div>
<div style="text-align: center; margin-top: 24px; padding: 20px; background: linear-gradient(135deg, #4f46e5, #7c3aed); border-radius: 12px; color: #fff;">
<p style="font-size: 14px; font-weight: 600; margin-bottom: 4px;">These aren't concepts. They're production systems running today.</p>
<p style="font-size: 12px; opacity: 0.9;">The same architecture, the same team, the same tools — customized for Solvr's hospice consulting workflow.</p>
</div>
</div>
</body>
</html>