Saiy2k Nostr Components is the #416 ranked social app on WordPress, as of Aug 31, 2026.
Saiy2k Nostr Components is a WordPress Plugin Directory app by saiy2k.
AppRanks data: Saiy2k Nostr Components ranks #416 in Social on WordPress Plugin Directory, placing it in the top 91% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Saiy2k Nostr Components is a newly-listed WordPress app with a limited review volume. It is listed in the Social category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by saiy2k — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from Saiy2k Nostr Components?
See Saiy2k Nostr Components's alternatives ranked by audit score, rating, and review velocity.
How Saiy2k Nostr Components works
Show full descriptionShow less
Nostr Components brings the power of Nostr (Notes and Other Stuff Transmitted by Relays) to your WordPress site through modern web components. This plugin provides Gutenberg blocks and shortcodes that allow you to seamlessly integrate Nostr content into your posts and pages.
Key Features
Gutenberg Blocks: Modern block editor integration for Nostr Zap button, Post, Profile, Profile Badge, Follow Button, Like Button, and Livestream
Shortcodes: Classic editor support with simple shortcode syntax
Selective Loading: Enable only the components you need for optimal performance
Customizable: Configure relays, themes, and component settings
Security: Built-in security with custom element allowlist via KSES
Performance: Conditional asset loading based on enabled components
Available Components
Nostr Zap button: Allows your readers to zap to your posts and pages
Nostr Follow Button: Interactive follow/unfollow buttons for Nostr users
Nostr Post: Display Nostr notes/posts with full content and metadata
Nostr Profile: Show complete Nostr user profiles with bio, stats, and social links
Nostr Profile Badge: Compact profile display perfect for sidebars and footers
Nostr Like Button: Like URLs using Nostr reactions (NIP-25)
Nostr Livestream: Display Nostr livestreams (NIP-53) with video playback and participant information
How It Works
Install and activate the plugin
Go to Settings → Saiy2k Nostr Components to configure
Enable only the components you need
Add blocks in the Gutenberg editor or use shortcodes
Configure relays and theme settings as needed
Example Usage Gutenberg Blocks:
Simply add the Nostr blocks from the block inserter and configure them in the block settings.
Shortcodes:
[nostr_zap_button pubkey=”npub1abc…” url=””]
[nostr_post eventid=”note1abc…”]
[nostr_profile pubkey=”npub1abc…”]
[nostr_profile_badge pubkey=”npub1abc…”]
[nostr_follow_button pubkey=”npub1abc…”]
[nostr_like_button]
[nostr_livestream naddr=”naddr1abc…”]
Adding Like and Zap Buttons to All Posts/Pages To automatically add Like and Zap buttons to the end of every post and page:
Go to Appearance → Theme Editor (or use a child theme for safer customization)
Select your active theme (or child theme)
Open functions.php
Add the following code at the end of the file:
// Add shortcode to the end of every post and page function add_shortcode_to_content($content) { // Only add in single posts and pages (not homepage or archives) if (is_singular(['post', 'page']) && in_the_loop() && is_main_query()) { $shortcode_1 = do_shortcode('[nostr_like_button]'); $current_url = esc_url(get_permalink()); $shortcode_2 = do_shortcode('[nostr_zap_button npub="[YOUR-NPUB-GOES-HERE]" url="' . $current_url . '"]');
$content .= '<div class="nostr-shortcode-wrapper">' . $shortcode_1 . '<br/><br/>' . $shortcode_2 . '</div>'; } return $content; } add_filter('the_content', 'add_shortcode_to_content');
Important Notes:
* Replace [YOUR-NPUB-GOES-HERE] with your actual Nostr public key (npub format)
* Always use a child theme when modifying theme files to preserve changes during theme updates
* The buttons will only appear on single post and page views, not on archive pages or the homepage
Development This plugin is developed as part of the Nostr Components project. For development, bug reports, and feature requests, please visit the GitHub repository.
Support For support, please visit the GitHub repository or create an issue.
Privacy Policy This plugin does not collect, store, or transmit any personal data. All Nostr data is fetched directly from public relays and displayed locally on your site. If components fetch data client‑side, visitors’ browsers may directly connect to configured relays (exposing their IP and user agent to those relays). Configure trusted relays accordingly.
Category rankings
As of Sep 9, 2026- Social#416of 460Top 91%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Saiy2k Nostr Components doesn't have curated competitor matchups yet. Other tracked social apps on WordPress:
Where Saiy2k Nostr Components stands in the Social category
Saiy2k Nostr Components ranks #416 of 460 apps in the Social category, placing it in the top 91% of the listing.
Frequently asked questions
What is Saiy2k Nostr Components?
Saiy2k Nostr Components is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Social category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by saiy2k.
Who uses Saiy2k Nostr Components?
Saiy2k Nostr Components is actively installed across WordPress stores tracked by AppRanks. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Social category on WordPress.
Where does Saiy2k Nostr Components rank on WordPress?
Saiy2k Nostr Components currently sits at position #416 in the Social category on WordPress. That places it in the top 90% of 460 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.