A NIP 86 Nostr relay manager
Landlubber is a web application for Nostr relay administrators and moderators. Process user reports, manage user access, and monitor content posted to your relay.
- Log in with Nostr - Click "Log In with Nostr" and connect your Nostr identity
- Add your first relay - Click "Add Relay" and enter your relay's WebSocket URL
- Test the connection - Use the built-in connection tester to verify connectivity
- Start managing - Begin monitoring content and managing your relay community
- Node.js (v18 or higher)
- pnpm package manager
- A Nostr identity (public/private key pair)
-
Clone the repository
git clone https://github.com/coracle-social/landlubber.git cd landlubber
-
Install dependencies
pnpm install
-
Start the development server
pnpm dev
-
Open your browser Navigate to
http://localhost:5173