Skip to content

Commit bcb90eb

Browse files
Lightheartdevsclaude
authored andcommitted
Fix time claims — 20-30 minutes is honest, not 10
Replace "10 minutes" headline claims with honest numbers: - README: "Bare Metal to Local AI" + "Chatting in 2 minutes, fully loaded in 20-30" - QUICKSTART: "under 30 minutes" - COLLECTIVE: "under 30 minutes" - Release notes: same - Landing page: "Chatting in 2 Minutes" (bootstrap mode) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent de7b39a commit bcb90eb

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 in under 30 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.
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 — Bare Metal to Local AI
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. Bare metal to a fully running AI stack — LLM, chat UI, voice agents, workflow automation, RAG, and privacy tools. Chatting in 2 minutes (bootstrap mode), fully loaded in 20–30. No cloud. No subscriptions. Runs entirely offline after setup.
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 fully running local AI -- LLM inference, chat UI, voice agents, workflow automation, RAG, and privacy tools. Chatting in 2 minutes (bootstrap mode), fully loaded in 20-30. No subscriptions. No cloud. Runs entirely offline.
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+
Get your local AI stack running in under 30 minutes — chatting in 2 with bootstrap mode.
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 — Your Own ChatGPT, Running Locally</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>Chatting in 2 Minutes.</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)