Skip to content

Commit

Permalink
Merge pull request #64 from zatzby/added_sites
Browse files Browse the repository at this point in the history
added sites
  • Loading branch information
zatzby authored Oct 13, 2023
2 parents 7f53d63 + 573907b commit 8c7ed46
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
52 changes: 51 additions & 1 deletion src/lib/data/explore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://chrome.google.com/webstore/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp',
description:
'A Chrome compatible signer extension that allows you to sign Nostr events on web-apps without having to give them your keys.'
},
{
title: 'Nostore',
url: 'https://apps.apple.com/us/app/nostore/id1666553677',
description: 'Keep your private keys safe and secret across many different web clients on iPhone, iPad and Mac with Nostore.'
}
]
},
Expand Down Expand Up @@ -312,6 +317,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://kagi.com/',
description: 'Fast, accurate, and ad-free. The search engine you deserve.'
},
{
title: 'Lightning Goats',
url: 'https://lightning-goats.com/',
description: 'View the live stream of the world famous Lightning Goats and zap sats to send them treats.'
},
{
title: 'Songlink/Odesli',
url: 'https://odesli.co/',
Expand Down Expand Up @@ -389,6 +399,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://damus.io/',
description: 'The social network you control.'
},
{
title: 'EXIT.pub',
url: 'https://exit.pub/',
description: "Leave Elon's walled garden and take your goodies with you."
},
{
title: 'Iris',
url: 'https://iris.to',
Expand All @@ -409,6 +424,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://nostr.band',
description: 'Learn what is trending today.'
},
{
title: 'Nostr.cooking',
url: 'https://nostr.cooking/',
description: 'View, bookmark and post recipes in the Nostrverse.'
},
{
title: 'Nostr.directory',
url: 'https://nostr.directory',
Expand Down Expand Up @@ -465,6 +485,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://snort.social',
description: 'A feature packed Nostr client.'
},
{
title: 'Swarmstr',
url: 'https://swarmstr.com/',
description: 'Find answers to your questions. Assist others in resolving theirs.'
},
{
title: 'Vida',
url: 'https://vida.page',
Expand Down Expand Up @@ -521,6 +546,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://btcmap.org',
description: 'Easily find places to spend your sats anywhere on the planet.'
},
{
title: 'Exit.pub',
url: 'https://exit.pub/',
description: "Leave Elon's walled garden and take your goodies with you."
},
{
title: 'Listr',
url: 'https://listr.lol',
Expand Down Expand Up @@ -628,6 +658,16 @@ export const exploreLinks: App.LinkList[] = [
description:
'Next Level Bitcoin Security. Build your own offline, air-gapped Bitcoin transaction signing device from off-the-shelf components for less than $50!'
},
{
title: 'Sendstr',
url: 'https://sendstr.com/',
description: 'End to end encrypted shared clipboard.'
},
{
title: 'Vendata',
url: 'https://vendata.io/',
description: 'Money in, data out. The freest market of data-processing AIs in the world.'
},
{
title: 'Zapit.live',
url: 'https://www.zapit.live',
Expand Down Expand Up @@ -723,6 +763,11 @@ export const exploreLinks: App.LinkList[] = [
url: 'https://write.nostr.com',
description: 'Send Markdown long-format or blog post notes.'
},
{
title: 'Shipyard',
url: 'https://shipyard.pub/',
description: 'A quiet space for loud ideas: the focused writing client for Nostr.'
},
{
title: 'Yakihonne',
url: 'https://yakihonne.com/',
Expand All @@ -739,6 +784,11 @@ export const exploreLinks: App.LinkList[] = [
description:
'View, complete and post Nostr bounties for work, tasks or projects within the Nostr ecosystem.'
},
{
title: 'Layer4Talent',
url: 'https://www.layer4talent.com/',
description: 'Technical and executive recruitment for Bitcoin companies.'
},
{
title: 'Nostr Bounties',
url: 'https://nostrbounties.com/',
Expand All @@ -748,7 +798,7 @@ export const exploreLinks: App.LinkList[] = [
title: 'OpenSats',
url: 'https://opensats.org/',
description:
'Find and support open-source Bitcoin projects. Helping to create a better tomorrow, today.'
'Find and support open-source Bitcoin and Nostr projects. Helping to create a better tomorrow, today.'
},
{
title: 'Ostrich Work',
Expand Down
5 changes: 5 additions & 0 deletions src/lib/data/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ export const joinLinks: App.LinkList[] = [
url: 'https://iris.to/',
description: 'The Nostr client for better social networks.'
},
{
title: 'Nostrudel',
url: 'https://nostrudel.ninja',
description: 'A simple, user friendly Nostr client for the web.'
},
{
title: 'Primal',
url: 'https://primal.net',
Expand Down

0 comments on commit 8c7ed46

Please sign in to comment.