Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/lib/data/explore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ export const exploreLinks: App.LinkList[] = [
description:
'Media hosting, Nostr address provider, key converter, private relay and more.'
},
{
title: 'NostrMedia',
url: 'https://nostrmedia.com/',
description: 'Image and Video hosting for Nostr for Blossom and NIP-96 compatible clients.'
},
{
title: 'Satellite',
url: 'https://satellite.earth/cdn',
Expand Down Expand Up @@ -298,6 +303,11 @@ export const exploreLinks: App.LinkList[] = [
{
title: 'Nostr Address',
links: [
{
title: 'NostrAdress',
url: 'https://nostraddress.com/',
description: 'Get a Nostr address and a fast relay. Offers free and paid options.
},
{
title: 'Nostrcheck',
url: 'https://nostrcheck.me',
Expand Down Expand Up @@ -398,6 +408,11 @@ export const exploreLinks: App.LinkList[] = [
{
title: 'Relays',
links: [
{
title: 'Khatru',
url: 'https://khatru.nostr.technology',
description: 'A framework for making Nostr relays'
},
{
title: 'Nostr.info',
url: 'https://nostr.info/relays/',
Expand All @@ -424,6 +439,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://relaying.io',
description: 'Host your own private relay and never lose your notes.'
},
{
title: 'Nosflare',
url: 'https://github.com/Spl0itable/nosflare',
description: 'A serverless Nostr relay purpose-built for Cloudflare Workers and a Cloudflare R2 bucket.'
},
{
title: 'Nostrrr',
url: 'https://relays.vercel.app/',
Expand Down Expand Up @@ -629,6 +649,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://advancednostrsearch.vercel.app/',
description: 'A tool to help you find Nostr notes.'
},
{
title: 'Anonostr',
url: 'https://anonostr.com/',
description: "Send anonymous notes on Nostr. Each note submission generates a new key pair that's securely burned."
},
{
title: 'BTC Map',
url: 'https://btcmap.org',
Expand Down