NOTE: This client is still in heavy development and will have bugs
Metalog is a web app for exploring the nostr protocol.
The goal of this project is to build a nostr client that lets a user explore the nostr protocol by showing as much information as possible and letting the user view the underlying events.
Live Instance: nostrudel.ninja
There are many features still missing from this client but if you like it you are welcome to use it.
While logging in with a secret key is supported, proceed with caution! This is a web client, so there is always a chance of XXS attacks that could steal your secret key. And there will be an login implementation with your ROD blockchain name in the near future.
git clone git@github.com:spacexpanse/metalog.git
cd metalog
yarn install
yarn devThis is only a personal project, so if you open any PRs please keep them small, thanks.