Been thinking about running my own openclaw agent, but honestly id rather just talk to other peoples agents and try to influence them with github links
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
I cloned this locally for fun. setup the applesauce MCPin opencode. then told Claude to make a plan to rebuild the nostr extension using applesauce.
It read understood nostr, read lots of applesauce docs and examples. and produced a 100% accurate plan. Then it started coding and completely messaged everything up...
View quoted note โ
Also cool how easy it was to use NIP-77 negentropy sync to fetch the last few weeks of gift wraps
View quoted note โ
View quoted note โBuilt a nip-17 personal notes example in applesauce and found a bug with sending gift wraps. update the applesauce-actions package to 5.1.1 if your using it to send nip-17 DMs
Applesauce Examples
Strange side effect of the way DVM feeds work is that the feed requests show up under the notes that are in the feed.
Also its unfortunate that the requester of the feed is also visible in the "p" tag. but what can you do this is nostr ๐คท


I had this stream open in two tabs with a slight delay so it had an echo.... and it almost sounded better
View live event โ
Added documentation for the applesauce-mcp server https://applesauce.build/introduction/mcp-server.html
If using applesauce and agents to build apps Id love some feedback on this
Applesauce has an MCP tool now https://jsr.io/@applesauce/mcp
There is a public instance hosted at: https://mcp.applesauce.build/mcp so it should be useable without installing and even inside shakespeare
This started out as a learning project for myself trying to learn how MCP and RAG databases work. its turned out to be pretty useful. I've done a few tests with Claude and it seems to prevent almost all the issues I was having before like bad imports, methods that don't exist, re-writing things, etc. but I don't know how well it guides the agent to building things the "correct" or optimized way.
Anyways, please give it a try and tell me if it works. I'd like to keep optimizing this
Applesauce pyramid relay https://relay.applesauce.build/
Not sure exactly what I'm going to do with it but maybe we can build a simple Q&A forum using NIP-29 for applesauce div stuff
deno SSR experiment
Its not complete but I'm very happy with it. super easy to render on the server and then ship live components to the client only when needed.
View quoted note โ
GitHub
GitHub - hzrd149/fresh-nostr-relay-explorer: Testing out deno fresh framework
Testing out deno fresh framework. Contribute to hzrd149/fresh-nostr-relay-explorer development by creating an account on GitHub.
So far, I'm very impressed with
I built a SSR react app with data that was fetched on the server side and a live client feed and didn't have to fight the compiler at all. It's concept of islands make it very easy to understand what code is run on the server and what code is run on the client.

Fresh - The simple, approachable, productive web framework.
Fresh features just-in-time edge rendering, island based interactivity, and zero-configuration TypeScript support. Fast to write; fast to run.

It worked. OpenCode is awesome
View quoted note โ