Self-hosted chat. Full control.
A Discord-compatible communication platform you own. Text channels, voice, DMs, threads—all on your infrastructure.
git clone https://github.com/ghndrx/hearth.git
cd hearth
cp .env.example .env
docker compose up -d
Open http://localhost:3000
| Layer | Tech |
|---|---|
| Frontend | SvelteKit, Tailwind, TypeScript |
| Backend | Go, Chi, WebSocket |
| Database | PostgreSQL |
| Cache | Redis |
See CONTRIBUTING.md.