Looking for some ideas here, I want to build a simple nostr app using applesauce and write a tutorial article for it. Ideally the app should be really simple and focused on a single aspect of nostr like displaying calendar events or showing user statuses etc
#asknostr and @Derek Ross because you have to many ideas
hzrd149
_@hzrd149.com
npub1ye5p...knpr
JavaScript developer working on some nostr stuff
- noStrudel https://nostrudel.ninja
- Blossom https://github.com/hzrd149/blossom
- Applesauce https://hzrd149.github.io/applesauce
#asknostr does anyone know of a generic collection of pre-built SQL queries that can be used to store events in a SQLite database? I'm not looking for an implementation I just want the queries or ways of building the queries.
I'm trying to figure out the best way for noStrudel to use sqlite-wasm in the web and then native sqlite on mobile and possibly better-sqlite3 for node.js. all of these implementations are different and Id like to avoid having to re-write all the SQL myself
bonus points if it supports FTS5
Had some time today and saw this, so I added NIP-52 support to applesauce
View quoted note โ
Applesauce Examples
๐
View quoted note โ
๐ธ
View quoted note โ
#asknostr where is the android version of bitch@
I lose the repo and its not on @Zapstore ๐
So apparently if you include a #t=<seconds> in a mp3 url the browser will automatically set the player to that time... I'm sure this could be used to easily share clips from podcasts like this :)
View quoted note โ

I forgot about the web speech API...
So I vibe coded an article reader for noStrudel, only took about an hour and works really well if you have a local AI model for TTS

SpeechSynthesis - Web APIs | MDN
The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information ab...

#asknostr anyone have a list of njump instances? I'd like to add an option to noStrudel to allow users to set their own or pick from some recommendations
This is awesome, please more terminal UI apps for nostr
View quoted note โ
For anyone using the `applesauce-relay` package. there is a breaking change coming in v3. The `publish` and authentication methods will return a Promise instead of an Observable.
Should make it more intuitive to use for humans and AI since you won't need to wrap everything in `lastValueFrom`

GitHub
Version Packages by github-actions[bot] ยท Pull Request #24 ยท hzrd149/applesauce
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be publ...