hzrd149 @hzrd149 - 7d
#noStrudel now supports NIP-17 messages. It took a bit of work for me to implement them In the way that I prefer but now any other client that is built using applesauce can support them in the same way :) nostr:naddr1qvzqqqr4gupzqfngzhsvjggdlgeycm96x4emzjlwf8dyyzdfg4hefp89zpkdgz99qyf8wumn8ghj7mn0wd68yat99e3k7mf0qy2hwumn8ghj7un9d3shjtnyv9kh2uewd9hj7qqsdeh4xarjw4jx2mpdxqkngdfdxqtn2yvk
Anthony Accioly @Anthony Accioly - 7d
Hell yes! Today is a good day!
Only if there aren't any bugs :)
BeeRye @BeeRye - 7d
big! nice work
I'm sure that eventual bugs will be properly dealt with. But having a major Nostr client support NIP-17 makes it a great day. I don't know many other web clients doing it at the moment. From the ones I'm using only Coracle.
Stable and almost bug free. but lacking documentation for the advanced features There are a bunch of examples though that might help an AI to understand how to use the features https://github.com/hzrd149/applesauce/tree/master/packages/examples/src/examples https://hzrd149.github.io/applesauce/examples/
The biggest drawback I've found so far with using it with Claude is that it Claude defaults to using "useState" and async/await for everything and doesn't understand how to use the observables and subscriptions Which means the vibe coded apps are pretty clunky and don't take advantage of the powerful reactivity that the library offers I've manged to get it to write decent code once I had a few examples to use as context