Applesauce has an MCP tool now 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 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 →
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.
image
is live
It worked. OpenCode is awesome View quoted note →