
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@getalby/lightning-messageboard
Advanced tools
A simple messageboard web component powered by NWC that allows visitors to pay bitcoin to post messages.
👉 Try the Live Demo
The demo shows various themes and customization options for the Lightning Messageboard component.
Include the script:
<script
type="module"
src="https://esm.sh/@getalby/lightning-messageboard"
></script>
Then add the web component where you want it to be displayed:
<lightning-messageboard
nwc-url="nostr+walletconnect://..."
></lightning-messageboard>
nwc-url: NWC connection secret of a sub-wallet with receive-only permissions (make_invoice, lookup_invoice, list_transactions) for receiving Lightning Network payments.theme: JSON string with theme colors.The following theme properties can be customized:
primary-color: Main color used for buttons and accentsbackground-color: Background color of the componentborder-color: Color for borderstext-color: Main text colortext-muted-color: Color for secondary textbutton-text-color: Text color for buttonsborder-radius: Border radius for the component and elementsSee the demo for example themes and use your browser dev tools to inspect them.
Clone the repository and install dependencies:
git clone https://github.com/getAlby/lightning-messageboard.git
cd lightning-messageboard
yarn install
Build the project:
yarn build
Start a HTTP server to view the demo page locally:
python3 -m http.server
MIT
FAQs
A web component for a lightning messageboard powered by NWC
We found that @getalby/lightning-messageboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.