- Private push for servers and apps -
- Simple, private push notifications with real end-to-end encryption.
+ Your tools.
Your notifications.
Your keys.
- BeeBuzz delivers alerts over Web Push with a small, auditable stack. In E2E mode, the - server stores ciphertext instead of plaintext. + 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 free during beta. After beta, the hosted service will move to a - single paid plan, priced to keep the project sustainable. Self-hosting remains free - and open source. -
-- If your email is already approved, you can sign in now. Otherwise the same flow - submits your access request. + Hosted access is currently in beta. Self-hosting is open source under AGPL.
{/if} - -Optional end-to-end delivery
-- In E2E mode, pair devices so BeeBuzz stores ciphertext instead of plaintext message - bodies. -
-One job, done simply
-- BeeBuzz is not a general messaging platform. It is a focused delivery path for the - alerts you actually care about. -
-Minimal client model
-- Use the same Hive PWA across desktop and mobile without extra apps or extra moving - parts. -
-- How it works + Quickstart
From sign-in to first message
- Choose the integration path that matches your system, from API calls to outbound - event hooks. + Choose the integration path that matches your sender.
@@ -302,54 +251,37 @@
Send your first message
- Start with the fastest setup path, then refine delivery mode and privacy controls - as needed. + Use encrypted delivery when possible, or trusted delivery when the sender cannot + encrypt.
Already approved?
-- Continue to your account, then pair a device in Hive. -
-- Who it is for -
-
- BeeBuzz is strongest when the alert matters and the audience is small.
+
+
+ Built for private machine-to-person notifications
- This is not another team chat surface. It is a delivery path for messages you want to
- send directly from machines to people, with tighter control over privacy and attention.
+ For developers, homelabbers, and small teams sending notifications from systems they
+ control. Not chat, not a team inbox, not a general messaging platform.
{#each useCases as useCase (useCase.title)}
-
-
+
+
+
+
+ {useCase.title}
- {useCase.title}
{useCase.description}
{/each}
@@ -358,50 +290,178 @@
-
- Trust and evaluation
+
How delivery works
+
+ Two delivery modes, chosen by one question: can the sender encrypt before it talks to
+ BeeBuzz?
-
- Strong product claims need a fast way to verify them.
-
-
- {#each proofPoints as point (point.label)}
-
-
- {point.label}
-
- {point.value}
- {point.description}
-
- {/each}
-
+
+
+
+
+
+
+
+
+
+
+
+ End-to-end encrypted delivery
+
+ Recommended
+
+
+
-
-
-
- Evaluate BeeBuzz through the path that fits your risk profile.
-
-
- Read the setup guide, inspect the code, or test the hosted beta if you want the
- shortest path to first delivery.
-
+
+ {#each e2eNodes as node, index (node.label)}
+ {@const isPivot = node.label === 'BeeBuzz'}
+
+
+
+
+
+ {node.label}
+
+
+ {node.description}
+
+
+
+ {#if index < e2eNodes.length - 1}
+
+ {/if}
+ {/each}
+
+
+
+
+
+ BeeBuzz can't read the message.
+
+
+
+
+
+ Example senders
+
+
+ BeeBuzz CLI
+ BeeBuzz libraries
+ Home Assistant plugin
+
+
+
-
- {#if isSaasMode}
- Quickstart
- {/if}
-
- View Source
-
+
+
+
+
+
+
+
+
+
+
+ Trusted delivery
+ When needed
+
+
+
+
+
+ {#each trustedNodes as node, index (node.label)}
+ {@const isPivot = node.label === 'BeeBuzz'}
+
+
+
+
+
+ {node.label}
+
+
+ {node.description}
+
+
+
+ {#if index < trustedNodes.length - 1}
+
+ {/if}
+ {/each}
+
+
+
+
+
+ BeeBuzz can read the message to prepare delivery.
+
+
+
+
+
+ Example senders
+
+
+ Webhooks
+ cURL
+ CI/CD
+
+
+
+ Built for private machine-to-person notifications
- This is not another team chat surface. It is a delivery path for messages you want to - send directly from machines to people, with tighter control over privacy and attention. + For developers, homelabbers, and small teams sending notifications from systems they + control. Not chat, not a team inbox, not a general messaging platform.
{useCase.title}
{useCase.title}
{useCase.description}
- Trust and evaluation +
How delivery works
++ Two delivery modes, chosen by one question: can the sender encrypt before it talks to + BeeBuzz?
-- Strong product claims need a fast way to verify them. -
- {point.label} -
-{point.value}
-{point.description}
-+ End-to-end encrypted delivery +
+ Recommended +- Evaluate BeeBuzz through the path that fits your risk profile. -
-- Read the setup guide, inspect the code, or test the hosted beta if you want the - shortest path to first delivery. -
++ {node.label} +
++ {node.description} +
++ BeeBuzz can't read the message. +
++ Example senders +
+Trusted delivery
+ When needed ++ {node.label} +
++ {node.description} +
++ BeeBuzz can read the message to prepare delivery. +
++ Example senders +
+