Skip to content

Commit fa3400e

Browse files
committed
Add Cloud product section and badge to README
1 parent c3fd946 commit fa3400e

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![GitHub forks](https://img.shields.io/github/forks/eracle/OpenOutreach.svg?style=flat-square&logo=github)](https://github.com/eracle/OpenOutreach/network/members)
99
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0)
1010
[![Open Issues](https://img.shields.io/github/issues/eracle/OpenOutreach.svg?style=flat-square&logo=github)](https://github.com/eracle/OpenOutreach/issues)
11+
[![Cloud](https://img.shields.io/badge/Cloud-$49%2Fmo-28A745?style=flat-square)](https://openoutreach.app)
1112

1213
<br/>
1314

@@ -73,6 +74,40 @@ Once the container is running, open **http://localhost:6080/vnc.html** in your b
7374

7475
For Docker Compose, build-from-source, and more options see the **[Docker Guide](./docs/docker.md)**.
7576

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+
[![Get Started with Cloud](https://img.shields.io/badge/Get%20Started%20with%20Cloud-49%24%2Fmo-28A745?style=for-the-badge)](https://openoutreach.app)
108+
109+
</div>
110+
76111
---
77112

78113
## ⚙️ Local Installation (Development)

0 commit comments

Comments
 (0)