Documentation & Integration Guides
Welcome to NostrBridge docs. Learn how to transform incoming webhooks into cryptographically signed Nostr events and configure edge relays.
GitHub Releases & Events
Automatically announce new releases, tags, and issue updates directly to Nostr relays.
Stripe Payment Events
Publish payment confirmations and subscription milestones to public or private relays.
RSS & Custom HTTP Webhooks
Bridge blog feeds, Zapier/Make automations, or custom backend services.
API & NIP-98 Reference
Explore complete REST endpoints, authentication standards, and Zap payment specs.
Core Architectural Concepts
Public HTTP endpoint receiving raw JSON POST payloads without requiring authentication, allowing third-party tools to submit events seamlessly.
Extracts specific field values (e.g. payload.release.tag_name) and compiles note text and tags according to user rules.
Creates standard NIP-01 events signed via an Ephemeral Bot Keypair, AES-256 decrypted user nsec, or NIP-46 Remote Bunker socket connection.