This Nostr social client is just one of the kazillion clients that exist.
Built by the LNbits team.
Learn more at nostr.org.
![]() |
![]() |
![]() |
![]() |
Nostr is a SvelteKit web client for reading, posting, and managing a Nostr social feed. It supports logged-out browsing, signed-in feeds, profiles, post threads, replies, reactions, reposts, messages, notifications, relay settings, light and dark themes, and installable PWA behavior.
The app is designed to work as a static web app, so it can be hosted on services such as GitHub Pages after building.
Install dependencies:
npm ciRun the development server:
npm run devBuild the web app:
npm run buildPreview the production build locally:
npm run previewRun checks and tests:
npm run check
npm test -- --run



