Nostrfi
Nostrfi is the threenine suite for Nostr relay, storage, backend-service, and operator infrastructure.
Relay behaviour, retention, filtering, moderation, and observability are product decisions, not hidden server chores. Nostrfi keeps them in one place so they can be documented, tested, and operated deliberately.
- Relay software
- Event storage
- Open source
- Operator tooling
Suite map
Nostrfi starts at the relay layer and expands outward only when a scope becomes concrete enough to operate.
Relay
Relay software and operations
A relay that accepts, stores, and forwards signed Nostr events, along with the policy, subscription, and operating decisions that come with running one.
For: Relay operators and teams that need a relay they understand.
View the sourceStorage and indexing
Event data layer
How events are stored, indexed, filtered, and retained over time, so query behaviour and retention policy stay predictable as volume grows.
For: Developers and operators with real data-retention decisions to make.
Backend services
Protocol-aware services
The service patterns that Nostr clients need once protocol behaviour meets production operations, including deployment, monitoring, and reliability baselines.
For: Client builders and organisations shipping Nostr products.
What this suite owns
Nostrfi is the infrastructure half of the threenine portfolio. It exists so relay and backend decisions are explicit product concerns.
- Relay software, relay policy, and the operating model around running a relay.
- Event storage, retrieval, indexing, subscriptions, and filtering behaviour.
- Retention and moderation choices, treated as decisions with documented trade-offs.
- Deployment, observability, and reliability baselines for Nostr backends.
- Protocol compatibility and implementation boundaries as first-class design inputs.
- Operator documentation that makes infrastructure behaviour reproducible.
What it deliberately leaves alone
- Nostr private-key custody and signing, which belong to the Diogel suite.
- General-purpose hosting unrelated to Nostr infrastructure.
- Client and social UX products that do not support relay or backend operation.
- Hosted production services and managed operations, until the operating model exists.
Proof and maturity
Nostrfi is earlier than Diogel. This is what exists, what is being built, and what should not be assumed.
Relay work in the open
- A public relay repository under the Nostrfi organisation.
- Published guides covering relays, relay choice, privacy, and security.
- Protocol and operations research carried into the product work.
Storage, services, and operations
- Storage and indexing behaviour defined as a product scope.
- Protocol-aware backend services for client and application builders.
- Deployment, monitoring, and reliability practice captured as runbooks.
What to hold us to later
- There is no hosted relay service and no managed operations offering.
- No uptime, retention, or support SLA is being claimed on this page.
- Storage, indexing, and backend services are scopes, not shipped products.
Where to start
Pick the route that matches the infrastructure decision in front of you.
Relay operator
Understand what you are running
Read the relay source and the operating guides before committing to a relay you cannot reason about. Retention, policy, and moderation choices are easier to make early.
View the relay sourceDeveloper
Know how relays behave
Subscriptions, filters, and event storage decide what your client can actually do. Start with how relays work, then design around their real behaviour.
How relays workNostr user
Choose relays deliberately
Which relays you read from and write to shapes your reach, your privacy, and how durable your notes are. It is a choice worth making on purpose.
How to choose relaysOrganisation
Plan for operations, not just deployment
Dependable Nostr infrastructure needs documented retention, monitoring, and reliability baselines. Follow the suite repositories as those scopes become concrete.
Follow the suiteWhat to read next
- What is a Nostr relay?The role relays play and what they actually do with your events.
- How to choose Nostr relaysPicking read and write relays for reach, reliability, and privacy.
- Nostr relays, privacy, and securityWhat relay operators can see, and what that means in practice.
- What is Nostr?The protocol foundations underneath every relay decision.