Nostr Explorer is a web browser application to explore the content of the Nostr network which is based on the Nostr protocol:
Nostr is an apolitical communication commons. A simple standard that defines a scalable architecture of clients and servers that can be used to spread information freely. Not controlled by any corporation or government, anyone can build on Nostr and anyone can use it.
This application uses Vue.js, Nuxt and Nuxt UI and has been created by Bastian Roesmann.
For development:
npm install && npm run devFor production:
npm install && npm run build