Do we need language-filtered feeds?
I've added language detection to our relay and here are convenient filtered feeds: wss://feeds.nostr.band/lang/{LANG_CODE}
Try /lang/ru or /lang/de etc.
A good app to play with relays is Nostrrr: https://nostrrr.com/relay/nrelay1qq08wumn8ghj7en9v4j8xtnwdaehgu3wvfskuep0d3skuee0dfssy3jex8
You can also try sending custom filters to relay.nostr.band like {"kinds":[1],"@lang":["de","ja"]} - there is no NIP for this, but if there is some demand for such stuff we could come up with one.
The detector is CLD2 which isn't too accurate, but extremely fast.
Supported languages and their codes:
AFRIKAANS af
ALBANIAN sq
ARABIC ar
AZERBAIJANI az
BASQUE eu
BELARUSIAN be
BENGALI bn
BIHARI bh
BOSNIAN bs
BULGARIAN bg
CATALAN ca
CEBUANO ceb
CROATIAN hr
CZECH cs
Chinese zh
ChineseT zh-Hant
DANISH da
DUTCH nl
ENGLISH en
ESTONIAN et
FINNISH fi
FRENCH fr
GALICIAN gl
GANDA lg
GERMAN de
GREEK el
HAITIAN_CREOLE ht
HAUSA ha
HEBREW iw
HINDI hi
HMONG hmn
HUNGARIAN hu
ICELANDIC is
IGBO ig
INDONESIAN id
IRISH ga
ITALIAN it
JAVANESE jw
Japanese ja
KINYARWANDA rw
Korean ko
LATVIAN lv
LITHUANIAN lt
MACEDONIAN mk
MALAY ms
MALTESE mt
MARATHI mr
NEPALI ne
NORWEGIAN no
PERSIAN fa
POLISH pl
PORTUGUESE pt
ROMANIAN ro
ROMANIAN ro
RUSSIAN ru
SCOTS_GAELIC gd
SERBIAN sr
SERBIAN sr
SLOVAK sk
SLOVENIAN sl
SOMALI so
SPANISH es
SWAHILI sw
SWEDISH sv
TAGALOG tl
THAI th
TURKISH tr
UKRAINIAN uk
URDU ur
VIETNAMESE vi
WELSH cy
YIDDISH yi
YORUBA yo
ZULU zu
brugeman
artur@nostr.band
npub1xdtd...ntxy
Building https://npub.pro https://nsec.app and https://nostr.band
Create beautiful nostr-based websites with Npub.pro
Our side project, sort of a mobile nostr browser, stores your keys securely and allows you to use them in any nostr web app.
Not a new idea, but I think it's time to give it a try.
Nostr embed widget v.0.1.16 is out.
It can now display a preview of the person's contact list in a profile view.
Check it out here: https://embed.nostr.band/?q=npub1kuy0wwf0tzzqvgfv8zpw0vaupkds3430jhapwrgfjyn7ecnhpe0qj9kdj8
What's the next thing you'd like us to add to the embed widget?
@Nostr.Band now supports markdown for long-form content.
Finally, send zaps from Nostr.Band!
People asked for this many times, and now thanks to @NotBiebs and 69 others and
you can send zaps on nostr.band.
The zap button lives on the note and profile pages. Give it a try!
GitHub
GitHub - SamSamskies/nostr-zap: Zap any Nostr npub or note from anywhere.
Zap any Nostr npub or note from anywhere. Contribute to SamSamskies/nostr-zap development by creating an account on GitHub.
We've been playing with Apache Cordova for a while to turn nostr.band web app into a mobile app. Key storage was an unsolved problem though, so we started to prototype a solution.
Here is Cordova plugin that exposes NIP-07 JS interface into the hosted web app:
Your nostr keys live inside the plugin, never leave the native code (and thus protected from most web attacks), and are stored in an encrypted form using the OS keystore. Android only for now.
Any nostr web SPA can be turned into a mobile app with Cordova and this plugin. Here is nostr.band app:
And here is Snort (took 10 minutes to produce the apk):
(This is beta, don't use your real keys!)
This is a potential nostr-focused alternative to installing the Kiwi browser with a NIP07 extension. We'll continue to experiment in this direction. If you have any feedback or ideas, please let me know!
GitHub
GitHub - nostrband/nostr-keystore-cordova-plugin: Nostr Keystore with NIP-07 for Apache Cordova
Nostr Keystore with NIP-07 for Apache Cordova. Contribute to nostrband/nostr-keystore-cordova-plugin development by creating an account on GitHub.
GitHub
nostr-band-cordova/android.apk at main · nostrband/nostr-band-cordova
Nostr.Band mobile app using Apache Cordova. Contribute to nostrband/nostr-band-cordova development by creating an account on GitHub.
GitHub
snort-nostr-client/android.apk at main · denis1989java/snort-nostr-client
Contribute to denis1989java/snort-nostr-client development by creating an account on GitHub.
Hello world! I've been away from work & Nostr for a couple of weeks due to extreme family circumstances.
Meanwhile, some Nostr.Band services have degraded, I apologize for that.
Right now:
- nostr.band website is operational, all features working (people search was almost completely broken), might still be slow occasionally
- algo feeds on feeds.nostr.band (/popular, /images etc) are back online
- api.nostr.band is stable now, including trending stuff and stats
Feels great to get back to working with all of you!