Skip to content

Required Technologies

Hive is a full-stack TypeScript app.

  • Bun (recommended) for local dev and scripts
  • Node.js 22+ is also used in some environments, but the repo is optimized around Bun.
  • PostgreSQL (16+ recommended)

Depending on your environment you may use:

  • Docker / Docker Compose
  • Dokploy (team deployment)
  • OneDev (for linking deployments/health checks; varies by environment)
  • External webhook sources feeding Buzz (CI, deploys, monitors, etc.)

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)