Simple Nostr Relay

A simple nostr relay written in TypeScript and Hono. It supports the main Nostr Protocol and stores data in an SQLite database.

GitHub Repository: Simple Nostr Relay on GitHub

Hosted Relay (not recommended for production)

wss://nostr.inaridiy.com/

Features

Quickstart

pnpm install # Install dependencies pnpm migrate # Create database pnpm run dev # Start the relay

License

MIT