BeeBuzz | Your tools. Your notifications. Your keys.

Your tools.
Your notifications.
Your keys.

BeeBuzz is a push delivery system for private machine-to-person notifications from servers, automations, scripts, apps, and webhooks. Use end-to-end encrypted delivery when the sender can encrypt; use trusted delivery when it can't.

Hosted access is currently in beta. Self-hosting is open source under AGPL.

Quickstart

From sign-in to first message

  • 1

    Sign in to BeeBuzz

    Use the hosted access flow to sign in with your approved email or request beta access.



  • 2

    Pair one device

    Install Hive as a PWA and connect the device that should receive notifications.



  • 3

    Create one API token or webhook

    Choose the integration path that matches your sender.



  • 4

    Send your first message

    Use encrypted delivery when possible, or trusted delivery when the sender cannot encrypt.

Built for private machine-to-person notifications

For developers, homelabbers, and small teams sending notifications from systems they control. Not chat, not a team inbox, not a general messaging platform.

Homelab and self-hosted services

Notifications from servers, routers, backups, cron jobs, and homelab services.

Scripts, cron, and CI/CD

Notifications from scripts, deployments, pipelines, and scheduled jobs.

Private delivery to your devices

Direct delivery to your own devices, or to a small set of paired devices.

How delivery works

Two delivery modes, chosen by one question: can the sender encrypt before it talks to BeeBuzz?

End-to-end encrypted delivery

Recommended

Sender

Encrypts locally

BeeBuzz

Stores ciphertext only

Web Push

Delivers encrypted envelope

Hive

Fetches and decrypts

BeeBuzz can't read the message.

Example senders

BeeBuzz CLI BeeBuzz libraries Home Assistant plugin

Trusted delivery

When needed

Sender

Sends the message

BeeBuzz

Reads to prepare delivery

Web Push

Delivers

Hive

Shows the message

BeeBuzz can read the message to prepare delivery.

Example senders

Webhooks cURL CI/CD