Skip to content

Commit 3bb1f72

Browse files
stephanjclaude
andcommitted
feat(docs): add Local AI Cluster section to landing page
Showcase Exo distributed inference on the homepage with cluster dashboard screenshot and link to the existing Exo provider docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 80198de commit 3bb1f72

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docusaurus/src/pages/index.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,32 @@ milestone: v2.0
358358
</div>
359359
</div>
360360
</div>
361+
<div className="container home-section home-section-alternate">
362+
<div className="row">
363+
<div className="col col--6">
364+
<img src={useBaseUrl('/img/exo-dashboard-cluster-view.png')} alt="Exo distributed AI cluster dashboard showing connected devices" className="feature-image" />
365+
</div>
366+
<div className="col col--6">
367+
<h2>Local AI Cluster</h2>
368+
<p>
369+
Pool the compute power of multiple Apple Silicon devices into a single, unified LLM inference cluster using <strong>Exo</strong>. Run large models like <code>Llama 3.1 405B</code> that don't fit on a single machine — split across your MacBook, Mac Studio, and Mac Mini over Thunderbolt or network.
370+
</p>
371+
<p>
372+
<strong>Automatic Device Discovery:</strong> Exo detects nearby devices automatically and distributes model layers using pipeline or tensor parallelism — no manual configuration needed.
373+
</p>
374+
<p>
375+
<strong>OpenAI-Compatible API:</strong> DevoxxGenie connects to your Exo cluster just like any other local provider. Run powerful models entirely on your own hardware with zero cloud costs and full data privacy.
376+
</p>
377+
<div className={styles.buttons} style={{justifyContent: 'flex-start', marginTop: '10px'}}>
378+
<Link
379+
className="button button--primary button--md"
380+
to={useBaseUrl('/docs/llm-providers/exo')}>
381+
Learn More
382+
</Link>
383+
</div>
384+
</div>
385+
</div>
386+
</div>
361387
<div className="container home-section">
362388
<div className="row">
363389
<div className="col col--12 text--center">

0 commit comments

Comments
 (0)