Skip to content

Commit 57693f3

Browse files
Lightheartdevsclaude
authored andcommitted
Reframe pitch — one-shot install is the sell, not speed
Drop all time claims. The differentiator is that one command gets you a full AI stack from bare metal — no manual config, no dependency hell, no six months of piecing it together. That's what nobody else has. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent de7b39a commit 57693f3

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

COLLECTIVE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Each component in this repository maps to a specific architectural role:
400400

401401
The toolkit is the infrastructure layer. The [architecture principles](#architecture-principles) are the design layer. Android-Labs is the application layer.
402402

403-
[**Dream Server**](dream-server/) is how all of this ships to users. It packages vLLM, Open WebUI, voice agents, n8n workflows, RAG, and Privacy Shield into a single installer that auto-detects your GPU and gets everything running in 10 minutes. The toolkit components above are the operational backbone that keeps it stable. Dream Server is the product the Collective built — and the fastest way to get local AI running on your own hardware.
403+
[**Dream Server**](dream-server/) is how all of this ships to users. It packages vLLM, Open WebUI, voice agents, n8n workflows, RAG, and Privacy Shield into a single installer that auto-detects your GPU and gets everything running with a single command. The toolkit components above are the operational backbone that keeps it stable. Dream Server is the product the Collective built — and the fastest way to get local AI running on your own hardware.
404404

405405
You can use the tools without the architecture. But together, they enable something more than the sum of their parts: a system that runs itself.
406406

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
---
1515

16-
## Dream Server — Local AI in 10 Minutes
16+
## Dream Server — One Command, Full AI Stack
1717

18-
One installer. Bare metal to a fully running AI stack — LLM, chat UI, voice agents, workflow automation, RAG, and privacy tools. No cloud. No subscriptions. Runs entirely offline after setup.
18+
One installer gets you from bare metal to a fully running local AI stack — LLM inference, chat UI, voice agents, workflow automation, RAG, and privacy tools. No manual config. No dependency hell. No six months of piecing it together. Run one command, answer a few questions, everything works.
1919

2020
```bash
2121
curl -fsSL https://raw.githubusercontent.com/Light-Heart-Labs/Lighthouse-AI/main/dream-server/get-dream-server.sh | bash

RELEASE-v1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ First public release of Dream Server -- your turnkey local AI stack.
44

55
**Your hardware. Your data. Your rules.**
66

7-
One installer. Bare metal to fully running local AI in 10 minutes -- LLM inference, chat UI, voice agents, workflow automation, RAG, and privacy tools. No subscriptions. No cloud. Runs entirely offline.
7+
One installer. Bare metal to a fully running local AI stack -- LLM inference, chat UI, voice agents, workflow automation, RAG, and privacy tools. No manual config. No dependency hell. Run one command and everything works.
88

99
## Highlights
1010

dream-server/QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dream Server Quick Start
22

3-
Get your local AI stack running in under 10 minutes.
3+
One command to a fully running local AI stack. No manual config, no dependency hell.
44

55
## Prerequisites
66

dream-server/landing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Dream Server — Your Own ChatGPT in 10 Minutes</title>
6+
<title>Dream Server — One Command to Your Own Local ChatGPT</title>
77
<meta name="description" content="Buy hardware, run one command, have your own ChatGPT running locally. Voice agents, RAG, workflows included. Stop paying per token.">
88
<style>
99
:root {
@@ -319,7 +319,7 @@
319319
<section class="hero">
320320
<div class="container">
321321
<span class="badge">🚀 Now Available</span>
322-
<h1>Your Own ChatGPT.<br>Running Locally.<br>In 10 Minutes.</h1>
322+
<h1>Your Own ChatGPT.<br>Running Locally.<br>One Command.</h1>
323323
<p>Dream Server is a turnkey local AI stack. Buy hardware, run one command, and you have voice agents, RAG, and workflows running on your own machine. Stop paying per token.</p>
324324

325325
<div class="hero-cta">

0 commit comments

Comments
 (0)