Required Technologies
Hive is a full-stack TypeScript app.
Runtime
Section titled “Runtime”- Bun (recommended) for local dev and scripts
- Node.js 22+ is also used in some environments, but the repo is optimized around Bun.
Database
Section titled “Database”- PostgreSQL (16+ recommended)
Deployment (typical)
Section titled “Deployment (typical)”Depending on your environment you may use:
- Docker / Docker Compose
- Dokploy (team deployment)
Optional integrations
Section titled “Optional integrations”- OneDev (for linking deployments/health checks; varies by environment)
- External webhook sources feeding Buzz (CI, deploys, monitors, etc.)
Client trust (internal TLS)
Section titled “Client trust (internal TLS)”If Hive is served with an internal CA, ensure the CA is trusted by:
- the OS trust store (curl)
- Bun/Node runtime (server-side clients)
- Chrome (human operators)