buzz

A hive mind communication platform

487 articles 9.1k View on GitHub ↗
487 articles
WebSocket Connection Lifecycle and Cleanup Process for the Buzz Relay: A Deep Dive

Explore the Buzz relay's WebSocket connection lifecycle and cleanup process. Discover its semaphore admission control, NIP-42 auth, concurrent Tokio loops, and cancellation token cleanup for reliable resource management.

deep-dive
Aug 29, 2026
How Buzz Handles NIP-17 Gift Wraps and NIP-44 Encrypted DMs in Nostr

Learn how Buzz handles NIP-17 gift wraps with ephemeral-key signed events and NIP-44 encryption for private payloads. Explore its approach to Nostr DMs.

internals
Aug 29, 2026
How Buzz Implements Postgres Monthly Range Partitioning for High-Traffic Event Data

Learn how Buzz implements Postgres monthly range partitioning with Rust validation for efficient, high-volume event log data management.

deep-dive
Aug 29, 2026
How Buzz Controls Concurrency with Connection and Handler Semaphores

Learn how Buzz controls concurrency with connection and handler semaphores. Discover how these Tokio semaphores prevent back-pressure and maintain performance by capping WebSocket sockets and limiting concurrent event processing.

internals
Aug 29, 2026
How Buzz Implements Blossom Media Uploads with S3/MinIO Storage

Learn how Buzz implements Blossom media uploads using S3/MinIO storage. Discover the Nostr kind 24242 authorization and SHA-256 content binding for secure, tenant-aware asset management.

how-to-guide
Aug 29, 2026
How to Add a Custom Event Kind to the Buzz Nostr System

Learn how to add a custom event kind to the Buzz Nostr system. Discover the steps to declare constants, register kinds, and update validation for seamless integration.

how-to-guide
Aug 29, 2026
SSRF Protections for Outbound Webhook Calls in Buzz: Security Architecture and Implementation

Learn how Buzz secures outbound webhook calls against SSRF attacks. Discover protections like IP resolution, private network blocking, and disabling redirects.

architecture
Aug 29, 2026
How to Configure Rate Limiting Tiers for Humans and Agents in Buzz

Learn to configure rate limiting tiers for humans and agents in Buzz. Master Buzz's three-tiered model for effective control-plane caps, policy defaults, and user overrides.

how-to-guide
Aug 29, 2026
How Workflow Triggers and evalexpr Condition Evaluation Work in Buzz

Learn how Buzz workflow triggers and evalexpr condition evaluation work. Understand variable mapping, timeouts, and limits for robust conditional step execution in your YAML workflows.

internals
Aug 29, 2026
Understanding Local-Echo Deduplication Using the local_event_ids Cache in Buzz

Learn about local-echo deduplication in Buzz. Discover how the local_event_ids cache prevents duplicate event delivery by filtering Redis echoes before clients receive them.

deep-dive
Aug 29, 2026
How to Implement NIP-98 HTTP Authentication for REST Endpoints in Buzz

Learn to implement NIP-98 HTTP authentication for REST endpoints in Buzz. Secure your API with Nostr event verification and extract caller public keys efficiently.

how-to-guide
Aug 29, 2026
How Buzz Prevents Private Channel Leaks Through Strict Channel Access Control

Buzz prevents private channel leaks with strict channel access control. Learn how tenant-scoped checks and multi-layer validation ensure your data stays secure.

deep-dive
Aug 29, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →