clients icon indicating copy to clipboard operation
clients copied to clipboard

Feature matrix for nostr clients

Viewing

View the deployed webpage here or via the link in the sidebar.

Contributing

Where to make changes:

  • landing page
  • feature columns
  • client row order
  • client info & features

Serve locally for testing:

brew install asdf
asdf plugin add ruby
asdf install # install ruby from .tool-versions
asdf exec bundle install # install from gemfile
asdf exec jekyll serve