Skip to content

grmkris/blabla

Repository files navigation

blabla.page

Is experimental general purpose web client for nostr protocol (https://www.nostr.how/).

  • It aims to implement all the features of the protocol, and be a good example of how to use the protocol.
  • It should be easily extensible and customizable (themes, colors) and deployable by anyone just by cloning the repository and building the code.

It runs purely in the browser and only requires a connection to atleast one nostr relay node.

Goal is that any community should be able to customize configuration object and deploy it on their own domain. There is also public http://blabla.page/ instance available.

Technical details

https://pnpm.io/ is used as a package manager

npm -g install pnpm
pnpm install
pnpm run dev
pnpm run build
pnpm run start

It is built using:

Suggestions and contributions are welcome. Feel free to open issues and pull requests.