EasyRetro is $25/mo (Team). Hearthside is a self-hosted alternative at $0.99/mo. Here's when each makes sense.
| Hearthside | EasyRetro | |
|---|---|---|
| Hosting | Self-hosted, your infra | Managed SaaS (cloud only) |
| Data location | Your server, your disk | EasyRetro's cloud |
| Free tier | 3 retros | Paid only |
| Pro pricing | $0.99/mo | $25/mo (Team) |
| Dependencies | None (single binary + SQLite) | N/A (managed) |
| Setup time | ~30 seconds | Account signup |
| Dashboard | Built-in at /ui | Cloud dashboard |
| License | BSL 1.1 | Proprietary SaaS |
Hearthside is a single Go binary with embedded SQLite. Install it with one command, and you are running in under a minute. Your data stays on your server.
curl -fsSL https://stockyard.dev/hearthside/install.sh | sh
Choosing between Hearthside and EasyRetro is less about which tool is better and more about what kind of infrastructure you want to maintain. EasyRetro at $25/mo (Team) handles hosting, backups, and uptime for you. Hearthside at $0.99/mo shifts that responsibility to you — but also shifts the control. If you already run servers, Hearthside adds negligible operational burden. If you do not, EasyRetro removes it entirely.
Architecturally, Hearthside and EasyRetro could not be more different. EasyRetro runs on distributed cloud infrastructure with load balancers, managed databases, CDNs, and redundancy across availability zones. Hearthside is a single process writing to a single file on a single disk. That sounds fragile until you realize that SQLite handles more concurrent readers than most web applications will ever need, and WAL mode means reads never block writes.
The migration path from EasyRetro depends on how much history you need to bring over. If you only need active records, a manual re-entry through Hearthside's dashboard might be faster than writing a migration script. If you need full history, export from EasyRetro and use Hearthside's POST API to import records. Either way, the process is measured in hours, not weeks.
Single binary. Free to start. $0.99/mo for Pro.