Skip to content

Commit fc4005f

Browse files
oxgeneralclaude
andcommitted
feat(landing/why): add server/daemon mode as coming soon pain
New pain: "Want agents running 24/7 on a server, not just locally" Solution: orch serve — headless daemon, pm2/systemd compatible, REST API. Updated counter: 10 solved, 3 in progress, 3 coming soon. Also updated docs/ajtbd/05-jobs-pains-solutions.md with this pain. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3a3ab5a commit fc4005f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

landing/why.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h1>Every pain we <em>already solve</em></h1>
124124
<p>10 real problems with multi-agent coordination. How ORCH handles each one. What's still in progress.</p>
125125
</div>
126126

127-
<div class="counter"><b>10</b> <span class="of">solved &nbsp;&middot;&nbsp;</span> <b style="color:var(--amber)">3</b> <span class="of">in progress &nbsp;&middot;&nbsp;</span> <b style="color:var(--red-soft)">2</b> <span class="unsolved">coming soon</span></div>
127+
<div class="counter"><b>10</b> <span class="of">solved &nbsp;&middot;&nbsp;</span> <b style="color:var(--amber)">3</b> <span class="of">in progress &nbsp;&middot;&nbsp;</span> <b style="color:var(--red-soft)">3</b> <span class="unsolved">coming soon</span></div>
128128

129129
<div class="section-div"><span>Coordination</span></div>
130130

@@ -364,10 +364,24 @@ <h1>Every pain we <em>already solve</em></h1>
364364
</div>
365365
</div>
366366

367+
<div class="card missing">
368+
<div class="pain">
369+
<div class="card-label">Pain</div>
370+
<div class="card-title">Want agents running 24/7 on a server, not just locally</div>
371+
<div class="card-desc">You want to deploy ORCH to a VPS and have agents continuously process tasks — like a CI pipeline, but for AI work. Right now ORCH runs in your terminal and stops when you close it.</div>
372+
</div>
373+
<div class="solution">
374+
<div class="card-label"><span class="status-dot"></span> Coming soon</div>
375+
<div class="card-title">Server / daemon mode</div>
376+
<div class="card-desc">Run ORCH as a persistent background process: <code>orch serve</code>. Watches for new tasks, dispatches agents, retries failures — headless, 24/7. Deploy on any VPS with <code>pm2</code> or <code>systemd</code>. REST API for external integrations.</div>
377+
<div class="card-tag">planned</div>
378+
</div>
379+
</div>
380+
367381
</div>
368382

369383
<div class="bottom">
370-
<h2>10 solved. 5 more <em>in progress.</em></h2>
384+
<h2>10 solved. 6 more <em>in progress.</em></h2>
371385
<p>ORCH already handles the hardest parts of multi-agent coordination — isolation, retry, state tracking, messaging. The rest is coming fast.</p>
372386
<a href="https://github.com/oxgeneral/ORCH#start-coordinating-agents-in-30-seconds" class="cta-btn">Try it on your project &rarr;</a>
373387
<div class="sub">MIT license &middot; zero cloud &middot; one npm install</div>

0 commit comments

Comments
 (0)