Discover Spaces
Find communities all across the nostr network
{#each relaySearch.searchOptions(term).slice(0, limit) as relay (relay.url)}
openSpace(relay.url)}>
{#if relay.profile?.icon}
{:else}
{/if}
{#if getMembershipUrls($userMembership).includes(relay.url)}
{/if}
{relay.url}
{#if gt($wotGraph.get(relay.url)?.size, 0)}
Members:
{/if}
{/each}