Skip to content

thebrandonlucas/nostrlytics

Repository files navigation

Nostrlytics

Visualize your nostr data.

Running Locally

yarn
yarn run dev

Then go to http://localhost:5173

Completed so far

  • Bar chart of events by kind
  • Allow connect by hex pubkey, npub, or nip-05
  • Get raw event data from UI

Roadmap

  • Add multiple relays
  • Automatically connect to all relays associated with pubkey/nip-05
  • nip-07 for easy connection
  • Time series data for kinds plot
  • View other's events referencing you instead of just your events
  • Pie chart of your events/events referencing you

Suggestions welcome!

Open an issue if you find bugs or for things you think should be added!