|
8 | 8 | [](https://github.com/eracle/OpenOutreach/network/members) |
9 | 9 | [](https://www.gnu.org/licenses/gpl-3.0) |
10 | 10 | [](https://github.com/eracle/OpenOutreach/issues) |
| 11 | +[](https://openoutreach.app) |
11 | 12 |
|
12 | 13 | <br/> |
13 | 14 |
|
@@ -73,6 +74,40 @@ Once the container is running, open **http://localhost:6080/vnc.html** in your b |
73 | 74 |
|
74 | 75 | For Docker Compose, build-from-source, and more options see the **[Docker Guide](./docs/docker.md)**. |
75 | 76 |
|
| 77 | +> Don't want to manage Docker and VPNs? See [OpenOutreach Cloud](#%EF%B8%8F-openoutreach-cloud--zero-ops-same-ai) below. |
| 78 | +
|
| 79 | +--- |
| 80 | + |
| 81 | +## ☁️ OpenOutreach Cloud — Zero Ops, Same AI |
| 82 | + |
| 83 | +Once you've set up locally and your campaigns are running, **OpenOutreach Cloud** lets you move everything to a managed, VPN-protected server with a single command. Same open-source code, same database — we just handle the infrastructure. |
| 84 | + |
| 85 | +```bash |
| 86 | +curl -fsSL https://openoutreach.app/install | sh # install the CLI |
| 87 | +openoutreach signup # $49/mo via Stripe |
| 88 | +openoutreach up ./data # upload your DB, provision a server |
| 89 | +openoutreach logs # watch leads roll in |
| 90 | +openoutreach down # download your updated DB, destroy the server |
| 91 | +``` |
| 92 | + |
| 93 | +| | Self-Hosted (Free) | Cloud ($49/mo) | |
| 94 | +|---|---|---| |
| 95 | +| AI lead discovery + Bayesian ML | Yes | Yes | |
| 96 | +| AI follow-up agent | Yes | Yes | |
| 97 | +| Data ownership | Full (your DB) | Full (your DB) | |
| 98 | +| Docker + VPN setup | You manage | We manage | |
| 99 | +| Setup time | 30-60 min | ~1 min | |
| 100 | + |
| 101 | +**Your data stays yours.** `openoutreach up` uploads your local `db.sqlite3` to a dedicated droplet; `openoutreach down` brings it back with every new lead, message, and campaign update before the server is destroyed. Switch between self-hosted and Cloud anytime without losing anything. |
| 102 | + |
| 103 | +No feature gating, no lock-in. Cloud is a convenience layer — the code running on the server is the exact same open-source image you run locally. |
| 104 | + |
| 105 | +<div align="center"> |
| 106 | + |
| 107 | +[](https://openoutreach.app) |
| 108 | + |
| 109 | +</div> |
| 110 | + |
76 | 111 | --- |
77 | 112 |
|
78 | 113 | ## ⚙️ Local Installation (Development) |
|
0 commit comments